Update Card Status

Use the modifyStatus status endpoint to update a card's status, including the ability to 'freeze' a card. Note that, as outlined in Edit Account, changing an account's status impacts all associated cards. Consequently, certain card status transitions are restricted based on the account's current status. For more information on account and card statuses, please refer to Account and Card Statuses.

Please note: closed and closed_ls are terminal statuses. That is, once a card is changed to one of these statuses it is permanently closed and cannot be reactivated or used.

Path Params
string
required

Pass in the card's unique ID.

Body Params

PATCH /v1/card/:cardId/modifyStatus Request body

string

The session key for the user. Created via Create ZTM Session and used for ZTM checks if your program is configured for ZTM.

boolean

Indicates whether to bypass the ZTM checks if your program is configured for ZTM.

string
enum
required

The new status of the card

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json