Get Active Savings Accounts by CustomerID
This returns a customers active savings account.
Last updated
This returns a customers active savings account.
Last updated
This is a Core API
To get a customers active savings account you need to first build the complete url by by passing authtoken
,version
, and customerId
to the url query params.
Then you make a get request to the complete get customer ID url.
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint
GET
http://api.mybankone.com/BankOneWebAPI/api/Account/GetActiveSavingsAccountsByCustomerID
customerId*
Int
Customer's ID
authToken*
Int
Institution code gotten after setting up on bank one
version*
Int
Current API version present one is 2