v66

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

card.created

Occurs when a new card is created.

postWebhookcard.created

Payload

event_type'card.created' required

The type of event that occurred.

card_tokenstring uuid required

The token of the card that was created.

replacement_forstring uuid nullable

The token of the card that was replaced, if the new card is a replacement card.

Example payload

{
  "card_token": "00000000-0000-0000-0000-000000000001",
  "replacement_for": "00000000-0000-0000-0000-000000000000"
}

Response

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