Transfert from your account to one of your card
POST/account/card/internal_transfert/
Transfert from your account to one of your card
Request
- application/json
 
Body
Data to send
supplierCardCodeShop string
transferAmount number
Responses
- 200
 - 204
 - 400
 - 500
 
Internal transfert created
- application/json
 
- Schema
 - Example (from schema)
 
Schema
STATUS string
LABEL string
{
  "STATUS": "SUCCESS",
  "LABEL": "Internal transfert created"
}
No transaction data found with this cardCodeShop
We need a cardCodeShop to found the transaction data or use the '/' endpoint
ERROR Request
Loading...