post https://{publisher-server}/events
API to handle player order events.
Note: You can read more about Player Order Events in the Guides section.
The Player Order Events Webhook is designed to provide publishers with valuable real-time insights into player transactions and interactions during the checkout process. This webhook serves as a key resource for monitoring and analyzing financial activities related to player purchases within the store, enabling publishers to gather data that can inform strategic decisions and improve operational efficiency.
Note: This webhook operates independently and does not affect the core transaction flow.
Supported events
Event | Description |
---|---|
order_created | When a player initiates a new order. |
payment_intent_success | When a player creates a payment intent successfully. |
payment_intent_failed | When a player creates a payment intent that fails. |
order_completed_success | When a purchase is successfully completed. |
order_completed_failed | When a purchase fails for any reason. |
order_canceled | When a purchase has been canceled. |
order_refunded | When a purchase is refunded. |
order_dispute_open | When a players opens a dispute. |
order_dispute_won | When Appcharge wins the dispute. |
order_dispute_lost | When Appcharge loses the dispute. |