GET
/
3p
/
api
/
v2
/
users
/
{uuid}
/
bank-accounts
/
{account_uuid}
/
balance
{
  "status": true,
  "message": "",
  "data": {
    "available_balance": 25425
  },
  "errors": null,
  "error_code": null
}

Path Parameters

uuid
string
required

UUID of the user

account_uuid
string
required

UUID of the bank account

Response

200
application/json
Successful response
status
boolean
Example:

true

message
string
Example:

""

data
object
errors
string
Example:

null

error_code
string
Example:

null