Order Completed Success
An event triggered when an order is successfully paid and processed, and confirmation is sent to the publisher or game.
Event Data
The time when the event occurred. Example: 1632345000
The Appcharge payment ID for the event. Example: pay_12345
The Appcharge order ID for the event. Example: order_12345
The unique identifier of the player involved in the order. Example: player_12345
Relevant only to Personalization API users, the player session metadata object received from the Personalization API. Example: { "metadata": "data" }
Details on offer-related metadata.
The payment method used for the transaction. Example: credit_card
The estimated amount the publisher receives after all deductions. Example: 7.50
The estimated Appcharge fee for the transaction. Example: 0.50
Indicates if a player used/tried to use a saved card to pay in the checkout. Example: true
Indicates if a player has saved/tried to save a new card during the payment. Example: true
Error reason in case of a failure. Example: insufficient_funds
The base price of the price point in USD cents. Example: 800
Details about the offer associated with the order.