#samip_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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 ?
If you don't want them to visit the billing poratl, then you can apply a coupon on the subscriptoin by yourself.