Skip to main content
POST
Unfreeze the card account

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*

Body

application/json

A request to unfreeze the card account

initiator
enum<string>
required

The party of the freeze to be removed

Available options:
developer,
customer

Response

The successfully removed freeze

Card unfreeze response

card_account_id
string
required

Card account ID

Required string length: 1 - 42
Pattern: [a-z0-9]*
initiator
enum<string>
required

The initiator of the removed freeze

Available options:
developer,
customer
reason
enum<string>
required

The reason of the removed freeze

Available options:
lost_or_stolen,
suspicious_activity,
planned_inactivity,
suspected_fraud,
other
created_at
string
required

The creation time of the removed freeze, in ISO8601 format

status
enum<string>
required
read-only

The processing status of the unfreeze request

Available options:
freeze_removed
reason_detail
string

The reason detail of the removed freeze

starting_at
string

The start time of the removed freeze, in ISO8601 format

ending_at
string

The end time of the removed freeze, in ISO8601 format