Re-Enable Channel for Customer Card
This enables an already disabled channel for a card
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.
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
Last updated