Get Customer by Account Number
This returns customers details
Last updated
This returns customers details
Last updated
To get a particular customer details, you first build the complete get customer by account number endpoint by passing version number, authToken and account number to the URL path.
Then you make a get request to the complete get customer by account number endpoint.
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint.
GET
http://staging.mybankone.com/BankOneWebAPI/api/Customer/GetByAccountNo
version*
Int
Current API version
accountNumber*
Int
Customers account number
authToken*
Int
Authentication for this request