Skip to main content

Documentation

Payment Method Canceled Webhook

The PAYMENT_METHOD_CANCELED webhook is sent when a customer’s payment method is deleted by the client.

  • PAYMENT_METHOD_CANCELED Webhook

  • {
        "token": "wh_3bf8422f794ac58b9742c9881447686b",
        "type": "PAYMENT_METHOD_CANCELED",
        "data": {
            "id": null,
            "type": "gb_amex_card",
            "category": "card",
            "metadata": {},
            "image": "",
            "webhook_url": "",
            "supporting_documentation": "",
            "next_action": "not_applicable",
            "name": "John Doe",
            "last4": "1111",
            "acs_check": "unchecked",
            "cvv_check": "unchecked",
            "bin_details": {
                "type": "DEBIT",
                "brand": "VISA",
                "level": "CLASSIC",
                "issuer": "CONOTOXIA SP. Z O.O",
                "country": "PL",
                "bin_number": "411111"
            },
            "expiration_year": "30",
            "expiration_month": "12",
            "fingerprint_token": "ocfp_e599f990674473ce6283b245e9ad2467",
            "network_reference_id": "941438",
            "payment_account_reference": "V001S7G5MPQVWSHVXGX6KXV1NTOJ1"
        },
        "attempts": [],
        "status": "ERR",
        "last_attempt_at": 1763019305,
        "created_at": 1763019153,
        "next_attempt_at": 1763019305000
    }