Check Available Settlement Balance
POST
api/v2/settlement/available_balance
Parameters that need to be pass for the request.
Parameters | Type | Required | Description |
---|---|---|---|
project_id | string | yes | Project ID |
token | string | yes | Token details view Encryption & Decryption |
Parameters
- project_id:
1
(string, required) - Project ID - token:
9BC97D2BCC7990F84F05202205E53D14
(string, required) - Token
Response 200 (application/json)
{
"status": 0,
"ret_msg": "Success",
"data": {
"currency_short_code": "VND",
"available_balance": "976.00",
"total_balance": "987.66",
"token": "AED4B8A0FDB136D17A014FE190DAD4B4",
}
}