Update Transaction Limit on Customer Card
This updates transaction limit placed on a customers card.
To update transaction limit on a customer's card you make a post request to the update transaction limit endpoint by passing Token
, SerialNo
, Channel
, MaxTransactionAmount
, Reference
, and MaxTransactionCount
in the request body.
Here is an example request with sample payload to the staging endpoint.
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Cards/TransactionLimit/Update
Request Body
Token*
String
Authentication Key for the request
SerialNo*
String
Card serial number
MaxTransactionAmount*
String
Transaction amount limit to be placed on card transactions
MaxTransactionCount*
String
Count limit to be placed on card transactions
Channel *
String
Channel on which the card is being used
Reference*
String
Unique reference per request
Last updated