Redemption Methods
Redemption methods define what happens when a customer redeems an offer, such as creating a Stripe subscription or completing a checkout. You create them independently of offers, then attach one when creating an offer.
A redemption method consists of two things:
- A redemption schema: Defines the structure and configuration options for the redemption flow. MOS provides built-in schemas for Stripe Checkout, Stripe Subscription, and Stripe Scheduled Subscription. You can also use a custom schema created in the Schemas section.
- A workflow: Defines what happens when the redemption method is triggered, such as redirecting the user after a successful purchase.
Redemption methods are managed from the Redemption Methods tab on the Offers page.
Click below to find out how to: