/transactions

Get transactions that occurred on your accounts

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Schema:

{
    "status": boolean,
    "message": string,
    "data": [
        {
            "id": string,
            "amount": string,
            "currency": string,
            "narration": string,
            "type": "credit" | "debit",
            "datetime": date-time,
            "accountId": string,
            "balance": string | null
        }
    ],
    "meta": {
        "total": number,
        "pageCount": number,
        "perPage": number,
        "currentPage": number
    }
}
Query Params
int32
Defaults to 1

If not specified, it defaults to 1

string

either credit, or debit

date

Format: YYYY-MM-DD

date

Format: YYYY-MM-DD

string

Search term to look for

string

Your 36-character account uuid to filter transactions

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json