{
"timestamp": 1632345000,
"appChargePaymentId": "pay_12345",
"appChargeOrderId": "order_12345",
"playerId": "player_12345",
"sessionMetadata": {
"device": "mobile",
"region": "US"
},
"storeMetadata": {
"productsSequenceIndex": 1
},
"paymentMethod": "credit_card",
"reason": "insufficient_funds",
"pricePointMetadata": "The base price of the price point."
"offer": {
"offerName": "Special Bundle",
"offerInternalId": "offer_12345",
"offerExternalId": "ext_offer_12345",
"originalPriceInDollar": 10.00,
"country": "US",
"currency": "USD",
"priceInDollar": 8.00,
"priceInCents": 800,
"subtotal": 750,
"tax": 50,
"promoCodeName": "PROMO10",
"discount": 1.00,
"discountRatePoints": "10%",
"products": [
{
"name": "Deluxe Skin",
"sku": "prod_12345",
"amount": 1
}
]
}
}