Client Transaction List

Display all Client (SUb-User) Transactions

List client transactions, currency can be use for sorting while start is use to pick where data should pick from and limit extend record length.

📘

POST METHOD

{{baseUrl}}api/v2/transaction/clients
{
 "email": "[email protected]"
 "start" : 0,
 "limit" : 10,
 "cur" : "NGN"
}
FieldRequiredData TypeDescription
emailtrue
startfalseIntegerRecord row number in database (Descending)
limitfalseIntegerCount of record to get
curfalseStringLength: 3, Currency ISO code i.e USD (to be use for sorting)

👍

Response

{
    "status": true,
    "content": {
        "data": {
            "transCount": 3,
            "transaction": [
                {
                    "id": 888,
                    "transId": "blqtrans1676033641",
                    "transType": "Conversion",
                    "transRef": "blqtrans1676033641",
                    "purpose": "Fund Conversion",
                    "desc": "Convert of 10 NGN => 0.01683 USD, charges => 0",
                    "fromCur": "NGN",
                    "toCur": "USD",
                    "fromAmount": "10",
                    "toAmount": "0.01683",
                    "charges": "0",
                    "rate": "0.001683",
                    "externalType": "",
                    "externalName": "",
                    "externalId": 0,
                    "remittance": "",
                    "remittancePurpose": "",
                    "remittancePurposeFile": "",
                    "fundSource": "",
                    "confirmation": "Payment Confirmed",
                    "status": "Confirmed",
                    "created_at": "2023-02-10T12:54:07.000000Z",
                    "updated_at": "2023-02-10T12:54:07.000000Z",
                    "reason": null,
                    "batchReference": null
                },
                {
                    "id": 884,
                    "transId": "blqtrans1675929749",
                    "transType": "Withdrawal",
                    "transRef": "",
                    "purpose": "Withdrawal from Wallet Transaction",
                    "desc": "Withdraw of 2.5 NGN, charges => 0 to bank information AB MICROFINANCE BANK (67889994gh) ",
                    "fromCur": "NGN",
                    "toCur": "NGN",
                    "fromAmount": "2.5",
                    "toAmount": "2.5",
                    "charges": "0",
                    "rate": "1",
                    "externalType": "Withdrawal",
                    "externalName": "yg",
                    "externalId": 11,
                    "remittance": "",
                    "remittancePurpose": "",
                    "remittancePurposeFile": "",
                    "fundSource": "",
                    "confirmation": "Pending Payment",
                    "status": "Pending",
                    "created_at": "2023-02-09T08:02:30.000000Z",
                    "updated_at": "2023-02-09T08:02:30.000000Z",
                    "reason": null,
                    "batchReference": null
                },
                {
                    "id": 873,
                    "transId": "blqtrans1675802272",
                    "transType": "Remittance",
                    "transRef": "blqtrans1675802272",
                    "purpose": "Remittance Transaction",
                    "desc": "Remittance of 2.56 NGN => 2.56 NGN, charges => 200",
                    "fromCur": "NGN",
                    "toCur": "NGN",
                    "fromAmount": "2.56",
                    "toAmount": "2.56",
                    "charges": "200",
                    "rate": "1",
                    "externalType": "Beneficiary",
                    "externalName": "Charles",
                    "externalId": 38,
                    "remittance": "",
                    "remittancePurpose": "8-SHOPPING",
                    "remittancePurposeFile": "",
                    "fundSource": "16-PROCEEDS OF SALE",
                    "confirmation": "Payment Confirmed",
                    "status": "Pending",
                    "created_at": "2023-02-07T20:37:53.000000Z",
                    "updated_at": "2023-02-07T20:37:55.000000Z",
                    "reason": null,
                    "batchReference": null
                }
            ]
        }
    }
}

📘

Transaction Type

The below explain the type of Transaction performed

TransTypeTransaction TypeDescription
1Debit
2Withdrawal
3Offshore/Remittance/Payout
4ConvertWallet converted from
5ConvertWallet converted to
6Internal TransferSender
7Internal TransferReceiver
8DebitQwid Debit
9CreditQwid Credit