- Create a new checkout link offer.
- Update an existing checkout link offer.
- Retrieve a specific checkout link offer, or a list of all checkout link offers.
- Delete a checkout link offer.
- Listen for events when checkout link offers are loaded and displayed in the web store.
Before you begin
It’s important to note the following points before starting to code:- If you’re using the Personalization API to send offers to players, make sure to include the checkout link offer in the API payload. Although this offer doesn’t appear in the web store, it is still valid and must be explicitly sent to the player through the API.
- Before sending the
deeplinkUrl
value to players, you can append UTM attributes to the URL with query params as follows: - If you’re using the legacy JWT authentication method:
- You must sign the deeplink with a JWT before distributing it.
- You can listen for events when the Approval Request is displayed and closed.