Fired when a payment is cancelled.
{ "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 } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fired when a payment is cancelled
"payment.cancelled"
Show child attributes
Event processed