Unfreeze Cards

This reverses the freeze card operation and makes the card usable again.

To unfreeze a card you make a post request to the unfreeze cards endpoint by passing Token, SerialNo, Reason, AccountNumber, and Reference in the request body.

Here is an example request with a sample payload using the staging endpoint

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

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

Request Body

Name
Type
Description

Token*

String

Authentication Key for the request

SerialNo*

String

Card serial number

Reason*

String

Reason for unfreezing customer card

{
   "ResponseMessage" : "Card successfully Unblocked",
   "IsSuccessful" : true 
   "Reference" : "UF001092023"
}

Last updated