/accounts/:id

Retrieve information about a specific bank account

Response schema:

{
    "status": boolean,
    "message": string,
    "data": {
        "id": string,
        "details": {
            "type": string,
            "accountName": string,
            "tillNumber": string
        },
        "type": string,
        "status": string,
        "createdAt": date-time,
        "currency": string,
        "availableBalance": string | null,
        "ledgerBalance": string | null
    }
}
Language
Credentials
Header