API Reference

Retrieve information about a specific bank account

Response schema:

{ "status": boolean, "message": string, "data": { "id": string, "name": string, "bankAccount": { "accountName": string, "accountNumber": string, "bank": { "code": string, "name": string, } }, "type": string, "status": "active" | "deleted", "availableBalance": string, "currentBalance": string, "currency": string, "createdAt": date-time } }
Path Params
string
required

Your 36-character account uuid.

Responses

Language
Credentials
Choose an example:
application/json