Skip to main content
WEBHOOK
cardStatusUpdated
{
  "cardIdentifier": 1234,
  "changedAt": "2026-01-17T10:30:00Z",
  "newStatus": "Blocked",
  "previousStatus": "Active"
}

Documentation Index

Fetch the complete documentation index at: https://api.corpay.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
cardIdentifier
integer
Example:

1234

changedAt
string<date-time>
Example:

"2026-01-17T10:30:00Z"

newStatus
string
Example:

"Blocked"

previousStatus
string
Example:

"Active"

Response

Event received successfully