Skip to main content
POST
/
payaza-account
/
api
/
v1
/
mainaccounts
/
merchant
/
provider
/
enquiry
Get Account Name Enquiry
curl --request POST \
  --url https://api.payaza.africa/live/payaza-account/api/v1/mainaccounts/merchant/provider/enquiry \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'X-TenantID: <api-key>' \
  --data '
{
  "service_payload": {
    "currency": "NGN",
    "bank_code": "090123",
    "account_number": "0103937899"
  }
}
'
{
  "response_code": 200,
  "response_message": "Approved or completely successful",
  "response_content": {
    "account_number": "0190878999",
    "bank_code": "203012",
    "account_name": "Olaolu Adejide",
    "account_status": "ACTIVE",
    "transaction_reference": 9
  },
  "response_content_class": "com.fin78.app.payload.response.enquiry.account.AccountNameEnquiryInfoResponse"
}

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

X-TenantID
string
header
required

live or test

Body

application/json
service_payload
object

It contains the details of the service payload.

Response

Response

response_code
integer
response_message
string
response_content
object