/transfers

Retrieve information about your transfers

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,
            "fee": string,
            "currency": string,
            "narration": string,
            "initiatedAt": date-time,
            "completedAt": date-time | null,
            "accountId": string,
            "creditAccount": {
                "id": string | null,
                "type": string,
                "accountName": string,
                "accountNumber": string | null,
                "bank": {
                    "id": string,
                    "name": string,
                    "country": string
                } | null,
                "phone": string | null,
                "operator": string | null,
                "walletNumber": string | null,
                "tillNumber": string | null
            },
            "status": "pending" | "successful" | "failed",
            "reasonForFailure": string | null,
            "reference": string | null,
            "lencoReference": string,
            "extraData": {
                "nipSessionId": string | null,
            },
            "source": "banking-app" | "api"
        }
    ],
    "meta": {
        "total": number,
        "pageCount": number,
        "perPage": number,
        "currentPage": number
    }
}
Query Params
int32
Defaults to 1

If not specified, it defaults to 1

date

Format: YYYY-MM-DD

date

Format: YYYY-MM-DD

string

Search term to look for

string

Your 36-character account uuid to filter transfers

string

Your 36-character transfer recipient uuid to filter transfers

string

either mobile-money, bank-account, lenco-money, or lenco-merchant

string

either pending, successful, or failed

string

i.e. ng, zm

Response

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