Skip to main content
WEBHOOK
CARD_TRANSACTION_UPDATED
{
  "id": "<string>",
  "type": "CARD_TRANSACTION_UPDATED",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "cardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "channel": "ATM",
    "digitalWallet": "APPLE_PAY",
    "originalCurrency": "<string>",
    "currency": "<string>",
    "merchant": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "city": "<string>",
      "mccCode": "<string>",
      "mccCategory": "<string>",
      "country": "<string>"
    },
    "events": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "type": "AUTHORIZATION",
        "originalAmount": 1,
        "amount": 1,
        "occurredAt": "<string>",
        "createdAt": "<string>"
      }
    ],
    "occurredAt": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "status": "<string>",
    "originalAmount": {
      "authorized": 1,
      "reversed": 1,
      "current": 1
    },
    "amount": {
      "authorized": 1,
      "reversed": 1,
      "current": 1
    },
    "conversionRate": 1
  }
}

Body

application/json
id
string
required

Unique event identifier for idempotency

type
enum<string>
required

Webhook event type

Available options:
CARD_TRANSACTION_UPDATED
data
Pending · object
required

Card transaction resource. The response shape varies by transaction status.

Response

200

Webhook received successfully. Return any 2xx status to acknowledge.