The Checkout Link Offers API allows you to create and manage checkout link offers that can be shared with players through a deeplink. Distribute the link across any platform, such as social media, direct messages (DMs), or email. When a player clicks the deeplink, they’re taken directly to the checkout, with the offer details already preloaded. You can use the Personalization API to customize the product amount, pricing, and availability, allowing for deeper segmentation strategies. You can schedule offers in advance, control their availability, and set how often each player can purchase them. With the Checkout Link Offers API, you can:Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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
deeplinkUrlvalue 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.
