Update Account Tier2
This updates an account tier
Last updated
This updates an account tier
Last updated
This is a Core API
To update an account tier you need to first build the complete update account tier 2 endpoint by by passing authtoken
and version
to the url query params.
Then you make a post request to the complete update account tier 2 endpoint by passing AccountNumber, AccountTier, SkipAddressVerification, CustomerID and FullName in the request body
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint
POST
http://staging.mybankone.com/BankOneWebAPI/api/Account/UpdateAccountTier2
version*
String
Version for this API is 2
authtoken*
String
Institution code to get limits for. Gotten after successful set up on Bankone platform.
AccountNumber*
String
Customer's account number
AccountTier*
Int
New account tier you want to update account to
SkipAddressVerification*
Boolean
Checks if the customer address is verified
CustomerID*
String
Customer's Identification Number
FullName*
String
Customer's Fullname