Account Query
Overview
Account query is a function that when called returns recipient names. It is categorized into two.
- Account query for Bank Account
- Account query for Wallet.
- Sample Request
- Sample Response
POST / account-query
curl `${baseurl}/account-query`
-H "Content-type: application/json"
-X POST
-d '{
"action":"AQ",
"terminalId":"7000000001",
"transaction": {
"pin": "kghxqwveJ3eSQJip/cmaMQ==",
"bankCode": "033",
"amount": "0.0",
"description": "Account Query",
"destination": "2125347370",
"reference": "08034543212",
"endPoint": "A"
}
}'
POST / account-query
{
"date": "2024-05-02 08:07:20",
"amount": 0,
"direction": "response",
"companyId": null,
"reference": "09FG240502080720617GP77SF",
"otherReference": "06034543212",
"error": "0",
"totalFailed": 0,
"totalSuccess": 0,
"message": " IFEANYI GABRIEL ",
"bulkItems": null,
"action": "AQ",
"bankCode": "033",
"records": null,
"openingBalance": 0,
"closingBalance": 0
}