Unfreeze debit card

Unfreeze Debit Card

Request
path Parameters
cardId
required
string

card unique identifier associated with the card details in the Finzly's CRM system

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

put/v1/debitcard/unfreeze/{cardId}
Request samples
Response samples
application/json
{
  • "accountId": 0,
  • "cardExpiryDate": "02/28/2024",
  • "cardNumber": "329898983",
  • "id": "100",
  • "cardName": "ACB101",
  • "status": "Active"
}