4.6. Ask For Balance To Account [POST /api/1.0/balances]

This service displays the balance of the account assigned to the client.


4.6.1. askForBalanceToAccount Request


Example of request

{

"account": "684180017001000012"

}


4.6.2. AskForBalanceToAccount Response


Example Response

{

"code": 200,

"data": {

"account": "684180017001000012",

"balance": 20,

"transitBalance": 10

}

}


Download documentation

If you wish to download the PDF version of the API Transfer integration documentation, press the following button