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

  • {
        "id": "wh_5f64b6fc3fdd73c35b072e3b0a4bd996",
        "error_code":"ERROR_PROCESSING_CARD [51]",
        "data": {
            "id": "card_cbda68b6410bcb0a0ad0211170142c55",
            "name": "John Doe",
            "type": "at_mastercard_card",
            "image": "",
            "last4": "0101",
            "category": "card",
            "metadata": {},
            "acs_check": "unchecked",
            "cvv_check": "unchecked",
            "bin_details": {
                "type": "CREDIT",
                "brand": "MASTERCARD",
                "country": "US",
                "bin_number": "523929"
            },
            "next_action": "not_applicable",
            "webhook_url": "",
            "failure_code": "",
            "failure_reason": "",
            "expiration_year": "22",
            "expiration_month": "04",
            "fingerprint_token": "ocfp_cac4c6d353453a7f009afca5173f5def",
            "supporting_documentation": ""
        },
        "type": "CARD_ADDED_FAILURE",
        "status": "NEW",
        "created_at": 1639272531,
        "extended_timestamp": 1639272531384,
        "trigger_operation_id": "a6881f23-e796-459e-9f93-b59617021389"
    }