What’s new
You can now generate a seamless off-app purchase link that lets customers buy without being routed through in-app purchase systems. You own the transaction end-to-end.Why it matters
A recent court decision cleared the way for developers to sell off-app without being locked into Apple’s payment system. This update puts that power in your hands — letting you keep more revenue, stay in control of pricing, and deliver the same friction-free checkout you expect from Supertab.How it works
1. Generate a Purchase LinkAppend your client_id (live or test) and offering_id to Supertab’s purchase endpoint:
Pass extra context — like user_id, nonce, or timestamp — encoded into the URL. It returns with the purchase object, making attribution and validation simple.
After purchase, users are sent back to your site or app with:
purchase_id
— Supertab’s transaction IDstatus
—completed
orabandoned
offering_id
— your product IDmetadata
— any custom data you passed in
Your Next Steps
- Set up or reuse your Supertab site for landing and redirect handling.
- Enable one or more offerings for off-app availability.
- Generate links and place them in your app or site flows.
- Test the redirect and metadata flow end-to-end.