Re-Enable Channel for Customer Card

This enables an already disabled channel for a card

It is important to note that re-enabling a channel on a customers card the limit will be set to default channel limit.

To re-enable a channel you make a post request to the re-enable channel endpoint by passing Token, SerialNo, Channel, and Reference in the request body.

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/Cards/ReActivateChannelAccess

Here is an example request with sample payload to the staging endpoint.

POST https://staging.mybankone.com/thirdpartyapiservice/apiservice/Cards/ReActivateChannelAccess

Request Body

Name
Type
Description

Token

String

Authentication Key for the request

SerialNo*

String

Card serial number

Channel *

String

Channel on which the card is being used

Reference*

String

Unique reference per request

{
    "IsSuccessful": true,
    "RequestStatus": true,
    "ResponseDescription" :"Card Operation Successful", 
    "ResponseStatus" :"Card Operation Successful"
}

Last updated