In-App Purchase


Invoking an in-app purchase is straightforward. You need to invoke the generic checkout mechanism using a uid supplied by our team. The UID will define the pricing and currency.

  1. Get a purchasable_price_uids from our support team.
  2. From the intandem SDK, navigate to the relative path: /app/settings/paygateproxy?name=APPNAME&billing_period=PERIOD&currency=CURRENCY&purchasable_price_uid=PRICE_UID&su=SUCCESS_URL&cu=CANCEL_URL
  3. The parameters you pass are for display only. All details for purchase are taken from the purchasable_price_uid
❗️

This will be deprecated in the coming 6-12 month, replaced by a slightly different implementation