Add Transaction Limit to Customer Card

This places a daily transaction amount and count limit on the card

Overview

The limits placed are valid for a day. For instance, an amount limit of 50,000 naira and count of 5 on ATM transactions mean customer can only perform 5 transactions for that day which in total can’t exceed 50,000 naira

To add transaction limit to a customer card, make a post request to the add 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 Add Transaction Limit to Customer Card