curl --request GET \
--url https://api.nomba.com/v1/transactions/requery/<sessionId> \
--header 'Authorization: Bearer <token>' \
--header 'accountId: <accountid>'
{
"code": "00",
"description": "Requery Successful",
"data": {
"id": "API-VACT_TRA-185C7-01964b64-5c0a-4c91-81b6-zxv7a421862b",
"status": "SUCCESS",
"amount": "200.0",
"fixedCharge": "1.0",
"source": "api",
"type": "vact_transfer",
"customerBillerId": "0122408496",
"timeCreated": "2024-07-11T16:12:49.656Z",
"walletBalance": "1648.79",
"billingVendorReference": "029004810da38748e93ca4a9",
"paymentVendorReference": "000132891359184717316165338085",
"userId": "185c75d9-6ae0-675r-950e-425666184ed6",
"ktaSenderName": "Smart Hamzat",
"ktaSenderAccountNumber": "0122408496",
"ktaSenderBankCode": "Amucha MFB (Nomba)",
"recipientAccountNumber": "0014701211",
"recipientAccountType": "VIRTUAL",
"senderName": "Smart Hamzat",
"bankCode": "090645",
"productId": "090645",
"isAgentTransaction": true,
"isInternational": false,
"customerCommission": 0,
"recipientAccountName": "John Amazing Doe",
"sessionId": "000132891359184717316165338085",
"accountNumber": "0122408496",
"bankName": "Amucha (Nomba)"
}
}
Fetching a transaction information particularly for cases of status confirmation.
curl --request GET \
--url https://api.nomba.com/v1/transactions/requery/<sessionId> \
--header 'Authorization: Bearer <token>' \
--header 'accountId: <accountid>'
{
"code": "00",
"description": "Requery Successful",
"data": {
"id": "API-VACT_TRA-185C7-01964b64-5c0a-4c91-81b6-zxv7a421862b",
"status": "SUCCESS",
"amount": "200.0",
"fixedCharge": "1.0",
"source": "api",
"type": "vact_transfer",
"customerBillerId": "0122408496",
"timeCreated": "2024-07-11T16:12:49.656Z",
"walletBalance": "1648.79",
"billingVendorReference": "029004810da38748e93ca4a9",
"paymentVendorReference": "000132891359184717316165338085",
"userId": "185c75d9-6ae0-675r-950e-425666184ed6",
"ktaSenderName": "Smart Hamzat",
"ktaSenderAccountNumber": "0122408496",
"ktaSenderBankCode": "Amucha MFB (Nomba)",
"recipientAccountNumber": "0014701211",
"recipientAccountType": "VIRTUAL",
"senderName": "Smart Hamzat",
"bankCode": "090645",
"productId": "090645",
"isAgentTransaction": true,
"isInternational": false,
"customerCommission": 0,
"recipientAccountName": "John Amazing Doe",
"sessionId": "000132891359184717316165338085",
"accountNumber": "0122408496",
"bankName": "Amucha (Nomba)"
}
}
GET /v1/transactions/requery/<sessionId>
Hide object
curl --request GET \
--url https://api.nomba.com/v1/transactions/requery/<sessionId> \
--header 'Authorization: Bearer <token>' \
--header 'accountId: <accountid>'
{
"code": "00",
"description": "Requery Successful",
"data": {
"id": "API-VACT_TRA-185C7-01964b64-5c0a-4c91-81b6-zxv7a421862b",
"status": "SUCCESS",
"amount": "200.0",
"fixedCharge": "1.0",
"source": "api",
"type": "vact_transfer",
"customerBillerId": "0122408496",
"timeCreated": "2024-07-11T16:12:49.656Z",
"walletBalance": "1648.79",
"billingVendorReference": "029004810da38748e93ca4a9",
"paymentVendorReference": "000132891359184717316165338085",
"userId": "185c75d9-6ae0-675r-950e-425666184ed6",
"ktaSenderName": "Smart Hamzat",
"ktaSenderAccountNumber": "0122408496",
"ktaSenderBankCode": "Amucha MFB (Nomba)",
"recipientAccountNumber": "0014701211",
"recipientAccountType": "VIRTUAL",
"senderName": "Smart Hamzat",
"bankCode": "090645",
"productId": "090645",
"isAgentTransaction": true,
"isInternational": false,
"customerCommission": 0,
"recipientAccountName": "John Amazing Doe",
"sessionId": "000132891359184717316165338085",
"accountNumber": "0122408496",
"bankName": "Amucha (Nomba)"
}
}