v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

Unfreeze the card account

Remove the freeze on the card account placed by the specified initiator

post/customers/{customerID}/card_accounts/{cardAccountID}/unfreeze

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

cardAccountIDstring required

A UUID that uniquely identifies a resource

Headers

Idempotency-Keystring required

Request body

initiator'developer' | 'customer' required

The party that initiated the freeze. A freeze can be initiated by either the customer or developer. Only one freeze per initiator can be active at a time. If a new freeze is initiated by the same party, it overwrites any existing freeze

Response

The successfully removed freeze

card_account_idstring required

A UUID that uniquely identifies a resource

initiator'developer' | 'customer' required

The initiator of the removed freeze

reason'lost_or_stolen' | 'suspicious_activity' | 'planned_inactivity' | 'suspected_fraud' | 'other' required

The reason of the removed freeze

reason_detailstring

The reason detail of the removed freeze

starting_atstring

The start time of the removed freeze, in ISO8601 format

ending_atstring

The end time of the removed freeze, in ISO8601 format

created_atstring required

The creation time of the removed freeze, in ISO8601 format

status'freeze_removed' required

The processing status of the unfreeze request