Skip to main content
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: Learn more about Checkout Link Offers.

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:
    https://best-game.appcharge.com/login/campaign/YL2bAHqnu?utmSource=Facebook&utmCampaign=VipCampaign
    
  • If you’re using the legacy JWT authentication method:
I