post https://api-sandbox.appcharge.com/checkout/v1/session
The Create Checkout Session API allows you to initiate a checkout process by generating a session for a transaction. This session is crucial for handling payments, ensuring a seamless purchase experience for users create a Checkout Session
Note: You can read more about the Create Checkout Session API in the Guides section.
Prerequisites
- Add a new display language and translate your checkout strings in the AppCharge dashboard under the 'Localization' tab.
- Make sure you are using the most up-to-date version of your respective AppCharge Web SDK.
Localization Setup
- Localize products and offers.
- The checkout session is created via API.
- Objects of type "offer" and "item" will receive the field
displayName
from the publisher at the Create Checkout Session API, which will be presented to players at the checkout screen. - Unlike the
name
field, which uses a unique key, thedisplayName
is simply the text that will be displayed to players.