Name Enquiry
Name Enquiry is used to get details of account number supplied.
To get all details of an account, you make a post request by passing AccountNumber
,BankCode
, and Token
in your request body to name enquire endpoint.
For this request, it is important to note that the payload in the request body are all required for a successful request.
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Transfer/ NameEnquiry
Request Body
Name
Type
Description
AccountNumber*
String
The customer account number to be validated
Bankcode*
String
Commercial bank sortcode that can be gotten from BillsPayment GetComemrcialBank endpoint response
Token*
String
Authentication Key for the request
Last updated