WEBHOOK
PaymentMethod
{
  "object": "PAYMENT_METHOD",
  "data": {
    "payment_method_id": "DCBFC736-2286-42DD-897D-160DCA80AED2",
    "customer_id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
    "partner_customer_id": "PARTNER_USER_456",
    "previous_status": "ACTIVE",
    "new_status": "ACTIVE",
    "card_type": "PHYSICAL",
    "card_design_id": "3b9c1f3e-52a0-44c1-b131-a7ab0099a214",
    "tokens": [
      {
        "type": "ADYEN",
        "token": "<string>",
        "pan_reference_id": "<string>",
        "created_at": "2025-02-13T19:08:07.000Z",
        "updated_at": "2025-02-13T19:08:07.000Z"
      }
    ],
    "created_at": "2025-02-13T19:08:07.000Z",
    "updated_at": "2025-02-13T19:08:07.000Z"
  }
}
"<string>"

Headers

X-IMPRINT-HMAC-SIGNATURE
string
required

HMAC signature generated using webhook secret and webhook payload

Body

application/json

Response

200 - text/plain

Webhook received successfully.

The response is of type string.