Rewards
Autumn’s rewards are a enhanced layer over Stripe’s coupons. In addition to standard fixed and percentage discounts, with Autumn you can:- Create promo codes for invoice credits that rollover each billing period
(eg, 500 USD free usage for early adopters) - Give away free products
(eg 1000 additional AI messages for all users at an event)
- Navigate to the products page, and click the rewards tab
- Click ”+ Reward”
- Fill out the fields such as Name, Promo Code, Discount value
- Select which products it should apply to
- Click “Create”
Invoice credits
You can create promo codes which customers can enter on Stripe’s checkout pages for invoice credits. When applied, these codes will grant the customer a monetary amount of “credits” that lasts until they run out.ExampleYou have an AI translation product, that is normally billed at 20 USD per month, plus $1 per 100 words translated.
- For alpha adopters, you want to give away 50 USD of credits to apply across all invoices.
- For beta adopters, you want to give away 50 USD of credits that only applies to the translated words usage-price.
- Type: fixed discount
- Duration: one off
- Select the option: “Rollover credits to the next invoice”
Free products
You can also give away any add-on product you create to customer with a promo code.ExampleIf a customer has access to 50 AI messages per month, they can redeem a code for a free booster pack of additional 100 messages per month.
type
, select “Free Product”. Then choose the add-on product from the selector. You must have at least 1 add-on product created before doing this.
Free product promo codes cannot be redeemed through Stripe’s checkout page.
You should use the redeem endpoint.
Referral Programs
Referral programs allow you to automatically grant rewards to customers who bring on new customers. You can define the referral program in the Dashboard.- Navigate to the products page, and click the rewards tab
- Click ”+ Referral Program”
- Give the program an ID (you’ll use this to refer to it in the API), and select a reward (see above) to be given away
- Decide whether the reward should be granted when the new customer signs up, or when the purchase a product
- Specify a max redemption number (a limit number of times one customer can be rewarded for referring another customer)
- Decide whether this reward should be granted to the referrer only, or both the referrer and the redeemer (new customer)
applied
field in the response.
In the customer details page, you’ll be able to see which customers have made referrals and been referred.