#samip_best-practices

1 messages ¡ Page 1 of 1 (latest)

sharp oliveBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1231824326291095593

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

verbal silo
#

Just a follow up : https://docs.stripe.com/api/coupons Should I be using the coupons API to update for each individual customer or can I provide a way for them to enter themselves and validate using some other APIs ? A bit confused here.

opaque vaporBOT
coarse vine
#

Hi @verbal silo both works, you can create a coupon and apply it to the subscription directly, or you can create a promo code and let your customer enters it in customer billing portal

verbal silo
#

The only point of confusion for me is : Once a customer has started their subscription , they should never ideally see the stripe billing page as the charges are automatically deducted from their account every X date of a month.

Now, if I want the customer to come in and manually apply a promo code. Should I make changes to the subscription rule itself ?

Or, should I update the customer by providing them some other PROMO code and handling the actual logic myself from the backend ?

coarse vine
#

If you don't want them to visit the billing poratl, then you can apply a coupon on the subscriptoin by yourself.