Skip to main content

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.
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"
}
}'