v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

card.renewed

Occurs when a card is renewed.

postWebhookcard.renewed

Payload

event_type'card.renewed' required

The type of event that occurred.

card_tokenstring uuid

The token of the card that was renewed.

exp_monthstring

The new expiration month of the card.

exp_yearstring

The new expiration year of the card.

previous_exp_monthstring

The previous expiration month of the card.

previous_exp_yearstring

The previous expiration year of the card.

Example payload

{
  "card_token": "00000000-0000-0000-0000-000000000001",
  "exp_month": "01",
  "exp_year": "2030",
  "previous_exp_month": "01",
  "previous_exp_year": "2024"
}

Response

Return a 200 status to indicate that the data was received successfully