List all Transaction
Display all Transaction
List Beneficiary with Currency to filter it.
GET METHOD
{{baseUrl}}api/v2/transaction/user
Response
{
"status": true,
"content": {
"data": {
"transaction": [
{
"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,
"partnerAddon": "0",
"partnerAmountAddon": 0,
"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
},
{
"id": 405,
"transId": "blqtrans1663954424",
"transType": "Transfer",
"transRef": "blqtrans1663954424",
"purpose": "Internal Transfer",
"desc": " ",
"fromCur": "USD",
"toCur": "NGN",
"fromAmount": "2.5245",
"toAmount": "1500",
"charges": "0",
"rate": "0.001683",
"externalType": "Sender",
"externalName": "Akinpelu Taofik",
"externalId": 1,
"partnerAddon": "0",
"partnerAmountAddon": 3,
"remittance": "",
"remittancePurpose": "",
"remittancePurposeFile": "",
"fundSource": "",
"confirmation": "Payment Confirmed",
"status": "Confirmed",
"created_at": "2022-09-23T17:33:47.000000Z",
"updated_at": "2022-09-23T17:33:47.000000Z",
"reason": null,
"batchReference": null
}
],
"endUser": [
{
"username": "TAW-1651763302",
"email": "[email protected]",
"level": 0,
"emailVerify": 1,
"referral": 0,
"pix": "",
"firstName": "Taofik",
"lastName": "Opeyemi",
"dob": "13-06-1996",
"sex": "Male",
"address": "Lekki Phase II",
"state": "Lagos",
"stateCode": "",
"city": "Lekki",
"zipcode": 23402,
"country": "Nigeria",
"countryCode": "NG",
"mobileCode": "+234",
"mobile": "8080808080",
"companyName": "Qwid Inc.",
"created_at": "2022-05-05T15:08:23.000000Z",
"updated_at": "2022-07-25T14:24:15.000000Z",
"activeStatus": true,
"activeReason": 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