All Transactions

Retrieve a list of transactions

Get all Transactions

GET /v1/transactions

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Response

{
    "success": true,
    "data": [
    {
        "netAmount": 180,
        "details": {},
        "id": 19253,
        "userId": 745,
        "accountId": null,
        "amount": "180.00",
        "charge": "0.00",
        "description": "Collection on Transfer from John Doe",
        "destinationAccountNumber": "1000006362",
        "destinationAccountName": "BellBank Media",
        "destinationBankCode": "000023",
        "destinationBankName": "BellBank",
        "sourceAccountNumber": "08119808182",
        "sourceAccountName": "John Doe",
        "sourceBankCode": "100004",
        "sourceBankName": "OPAY",
        "reference": "A_00124092616341963292958",
        "transactionTypeName": "collection",
        "stampDuty": null,
        "sessionId": "100004240926153311119822107551",
        "status": "successful",
        "reversedFlag": 0,
        "category": "collection",
        "utilityType": null,
        "type": "credit",
        "completedAt": 1727364859641,
        "createdAt": 1727364859642,
        "updatedAt": 1727364859642
    }
    ]
}

Last updated