Fired when a payment is successfully processed.
{ "type": "<string>", "timestamp": "2023-11-07T05:31:56Z", "data": { "id": "<string>", "session_id": "<string>", "status": "processing", "amount": 123, "currency": "USD", "method": "card", "details": "<string>", "created_at": "2023-11-07T05:31:56Z", "authorized_at": "2023-11-07T05:31:56Z", "cancelled_at": "2023-11-07T05:31:56Z", "succeeded_at": "2023-11-07T05:31:56Z", "failed_at": "2023-11-07T05:31:56Z", "refunded_at": "2023-11-07T05:31:56Z", "error": { "code": "<string>", "message": "<string>" }, "extra_data": { "real_amount": 1, "bonus_amount": 1 } } }
Standard Webhooks signature in format: v1,<base64-signature>
v1,<base64-signature>
Fired when a payment is successfully processed
"payment.succeeded"
Show child attributes
Event processed