cURL
curl --request GET \ --url https://api.grailpay.com/3p/api/v2/users/{uuid}/bank-accounts/{account_uuid}/balance \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "", "data": { "available_balance": 25425 }, "errors": null, "error_code": null }
Fetch the balance of a specific bank account for a user.
Token-based authentication using Authorization: Bearer <YOUR_API_KEY> provided by the GrailPay Support Team.
UUID of the user
UUID of the bank account
Successful Response
true
""
Show child attributes
null