Disable channel for customer card
This disables a particular channel for a customers card
Overview
Customers can select the channels they don’t their card to be used on. For instance, a customer decides to disable WEB channel thereby rendering his card unusable for transactions performed via web.
To disable a channel for a customer's card you make a post request to the disable channel endpoint by passing Token, SerialNo, Channel, and Reference 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 Disable channel for customer card
Updated almost 2 years ago