Payment currency on order events
What's new
Order webhook events now include an optional payment_currency field — the currency the player was actually charged in, which can differ from the order's base currency.
Impact
Consumers reconciling payments can read the exact charge currency straight from the event instead of inferring it. The field is optional and may be null for orders without a captured payment.
Changes
| Resource | Change |
|---|---|
| order.created | Added optional payment_currency |
| order.paid | Added optional payment_currency |
| order.canceled | Added optional payment_currency |
| order.refunded | Added optional payment_currency |
Upgrade
- No action required. Optionally start reading
payment_currencywhere you previously relied only oncurrency.
Need help?
Contact our integration team at [email protected]