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