Display a Transaction

Display a Transaction

List Beneficiary with Currency to filter it.

📘

GET METHOD

{{baseUrl}}api/v2/transaction/{{transId}}

Parameter

ParamsRequiredData TypeDescription
transIdtrueStringTransaction ID of the transaction

👍

Response

{
    "status": true,
    "content": {
        "data": {
          "id": 406,
            "transId": "blqtrans1664444418",
            "transType": "Credit",
            "transRef": "",
            "purpose": "Wallet Crediting",
            "desc": "credited by Administrator",
            "fromCur": "EUR",
            "toCur": "EUR",
            "fromAmount": "1",
            "toAmount": "1",
            "charges": "0",
            "rate": "1",
            "externalType": "Deposit",
            "externalName": "Qwid Administrator",
            "externalId": 2,
            "remittance": "",
            "remittancePurpose": "",
            "remittancePurposeFile": "",
            "fundSource": "",
            "confirmation": "Payment Confirmed",
            "status": "Confirmed",
            "created_at": "2022-09-29T09:40:20.000000Z",
            "updated_at": "2022-09-29T09:40:20.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