Skip to main content

Name Enquiry

Post
https://base_url/api/v1/transfer/name-enquiry

Code

https://base_url/api/v1/transfer/name-enquiry

This endpoint returns the account name attached to an account number.

AUTHORIZATION Bearer Token

This folder is using Bearer Token from collection Source Bank - radix.

Body raw (json)
{
"accountNumber": "0029873434",
"bankCode": "044"
}

Code

{
"accountNumber": "0029873434",
"bankCode": "044"
}

Example Request

Name Enquiry

Code

Example Response

200 OK

Code