Session Webhook
The Session Webhook notifies your system whenever a payment session changes its state.
This enables your platform to react in real time — for example, when a session becomes active, fails or expires.
You can also read how to set or disable the Session Webhook: Session Webhook Set | Session Webhook Disable
The following session events will be sent to the configured URL:
order_created— an order was created from the sessionsession_expired— the session has expiredsession_active— the session has become activefailed— the session has failedcancelled— the session has been cancelled
Note: Webhooks fire only on status changes. Creating a new session does not emit a webhook.
Was this section helpful?
On this page
- Session Webhook