Skip to main content
WEBHOOK
CARD_3DS_CHALLENGE_CREATED
{
  "id": "<string>",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "cardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "merchant": {
      "name": "<string>",
      "countryCode": "<string>"
    },
    "transaction": {
      "amount": "<string>",
      "currency": "<string>",
      "timestamp": "<string>"
    },
    "expiresAt": "<string>"
  }
}

Body

application/json
id
string
required

Unique event identifier for idempotency

type
enum<string>
required

Webhook event type

Available options:
CARD_3DS_CHALLENGE_CREATED
data
object
required

Response

200

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