v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-092154381.1 MB
Event Types

card.shipped

Occurs when a card is shipped.

postWebhookcard.shipped

Payload

event_type'card.shipped' required

The type of event that occurred.

card_tokenstring uuid required

The token of the card that was shipped.

bulk_order_tokenstring uuid nullable required

The token of the bulk order associated with this card shipment, if applicable.

shipping_method'Ex-US expedited with tracking' | 'Ex-US standard with tracking' | 'Ex-US standard without tracking' | 'FedEx 2 days' | 'FedEx express' | 'FedEx overnight' | 'USPS priority' | 'USPS with tracking' | 'USPS without tracking envelope' | 'USPS without tracking envelope non-machine' | 'USPS without tracking flat' required

The specific shipping method used to ship the card.

tracking_numberstring nullable required

The tracking number of the shipment.

Example payload

{
  "card_token": "00000000-0000-0000-0000-000000000001",
  "shipping_method": "USPS without tracking envelope",
  "tracking_number": "1Z9999999999999999",
  "bulk_order_token": null
}

Response

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