Skip to main content

Documentation

Customer Payment Method Created Webhook

The CUSTOMER_PAYMENT_METHOD_CREATED webhook is sent when a payment method is added to a customer.

  • CUSTOMER_PAYMENT_METHOD_CREATED Webhook

  • {
        "id": "card_04dda69a74e54138161d074846beb3df",
        "type": "gb_amex_card",
        "category": "card",
        "metadata": {},
        "image": "",
        "webhook_url": "",
        "supporting_documentation": "",
        "next_action": "not_applicable",
        "full_name": {
            "first_name": "John",
            "middle_name": "Johnson",
            "last_name": "Doe"
        },
        "account_name_inquiry": {
            "account_name_inquiry_result": "not_performed",
            "account_name_inquiry_details": {
                "last_name": null,
                "first_name": null,
                "middle_name": null
            }
        },
        "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"
    }