Delete card validity period

Delete a card's previously scheduled validity period.

The card's validity period can be removed when a virtual or plastic card has a valid_until value in effect.

If the card's status is NORMAL, REISSUED, BLOCKED, PENDING, or WARNING, the valid_until value is removed and the card's status remains the same.

When authorizing a card with a valid_until value in effect, this date and the card's expiration date are both taken into account. Otherwise, only the expiration_date is taken into account.

This endpoint generates a Card updated event with operation_type = CARD_VALIDITY_CANCEL.

Notes:

  • This endpoint requires an account token - an access token encoded with a Pismo account ID.

  • This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

Path Params
string
required

Pismo card ID

Responses
204

No content.

401

Access token is missing or invalid

403

You don't have permission to access this resource

500

Internal server error

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here!