Player Order Events
Note: View the Player Order Events Webhook in the API reference page.
Appcharge enables game publishers to receive real-time events generated by their players during various user interactions.
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_cancelled | 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. |
Retry mechanism
In the case of a failure, an automatic resend attempt will be made with a 5-minute delay.
Updated about 1 month ago