Update Transaction Limit on Customer Card

This updates transaction limit placed on a customers card

Overview

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.

If the request is successful, it returns a status code of 200 with a response body.

You can check out API reference to Update Transaction Limit on Customer Card