Get your balance
GET/account/balance/
Get your balance
Request
Responses
- 200
- 204
- 400
- 500
Return a balance details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
codeShop string
codeShop
iban string
iban
balance string
Balance
balanceOperation string
Balance Operation
balanceOperationDate datetime
Balance Operation Date
[
{
"codeShop": "string",
"iban": "FR7630006000011234567890189",
"balance": "32315867061",
"balanceOperation": "32316080087",
"balanceOperationDate": "2023-01-22"
}
]
No balannce data found with this supplierId
We need a supplierId to found the balance data or use the '/' endpoint
ERROR Request
Loading...