Display a Transaction
Display a Transaction
List Beneficiary with Currency to filter it.
GET METHOD
{{baseUrl}}api/v2/transaction/{{transId}}
Parameter
Params | Required | Data Type | Description |
---|---|---|---|
transId | true | String | Transaction 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
TransType Transaction Type Description 1 Debit 2 Withdrawal 3 Offshore/Remittance/Payout 4 Convert Wallet converted from 5 Convert Wallet converted to 6 Internal Transfer Sender 7 Internal Transfer Receiver 8 Debit Qwid Debit 9 Credit Qwid Credit
Updated almost 2 years ago