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
{ "id": "wh_456ced2d410245270d2024a388b03c5c", "type": "PAYMENT_METHOD_CANCELED", "data": { "id": "card_0ef22c3b9fa5991a4da957d3dcee2e7b", "name": "John Doe", "type": "us_visa_card", "image": "", "last4": "1111", "category": "card", "metadata": {}, "acs_check": "unchecked", "cvv_check": "unchecked", "bin_details": { "type": null, "brand": null, "country": null, "bin_number": "411111" }, "next_action": "3d_verification", "webhook_url": "", "expiration_year": "25", "expiration_month": "12", "fingerprint_token": "ocfp_e599f990674473ce6283b245e9ad2467", "supporting_documentation": "" }, "trigger_operation_id": "9499efd0-c818-478d-8d44-f96d0a1de2d5", "status": "NEW", "created_at": 1639052456, "extended_timestamp": 1639052456834 }