Skip to main content

Documentation

Card Added Failure Webhook

The CARD_ADDED_FAILURE webhook is sent when adding a card payment method to a customer fails.

  • CARD_ADDED_FAILURE Webhook

  • {
        "token": "wh_7783c2554d1b9c8ba374896f97522438",
        "type": "CARD_ADDED_FAILURE",
        "data": {
            "id": "card_c2195959a55eaf751b8e5fa257c99692",
            "type": "is_visa_pos",
            "category": "pos",
            "metadata": {},
            "image": "",
            "webhook_url": "",
            "supporting_documentation": "",
            "next_action": "not_applicable",
            "name": null,
            "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": "35",
            "expiration_month": "12",
            "fingerprint_token": "ocfp_e599f990674473ce6283b245e9ad2467",
            "failure_code": "",
            "failure_reason": "",
            "error_code": "UNKNOWN_PAYMENT_METHOD_FIELD - [3D_REQUIRED]"
        },
        "attempts": [],
        "status": "CLO",
        "last_attempt_at": 1755772278,
        "created_at": 1755772278,
        "next_attempt_at": 0
    }