#nstripe0_best-practices

1 messages ¡ Page 1 of 1 (latest)

rancid quarryBOT
#

👋 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/1328935206442504202

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

south lintel
#

Hi! Can you share more details with examples?

modern shoal
#

Hi Sam

An example is a discount that lasts for the first year on a monthly billed subscription.

For this monthly billed subscription, this discount will apply for 1 year (i.e. the first 11 renewals).

This existing subscription is not represented by Stripe Subscriptions yet and I am working on getting subscriptions in this scenario onto Stripe. If this subscription is currently 6 months into their subscription already, I'm wondering how to best set this up on a Stripe Subscription.

#

In particular, I'm wondering how to represent that the subscription has a 1 year discount that started 6 months ago.

#

Do I need to create coupons of varying durations (1 month coupon, 2 month coupon, etc.) and then selectively apply the correct one when setting up the Stripe Subscription?

south lintel
#

In particular, I'm wondering how to represent that the subscription has a 1 year discount that started 6 months ago.
Where do you want to represent this? To your customer or internally?

modern shoal
#

On the customer's subscription, such that once on a Stripe Subscription... Stripe will apply the discount (assuming via a coupon) for the remainder of the duration with which it is applicable.

In my example of a monthly subscription (with a 1 year discount) that is already 6 months into their subscription. I'm wondering how to get the Stripe Subscription setup such that the discount will discontinue/expire on the subscription after 6 months.

south lintel
#

On the customer's subscription, such that once on a Stripe Subscription... Stripe will apply the discount (assuming via a coupon) for the remainder of the duration with which it is applicable.

Regarding this, we do not show such information to the customer. However, you can set the description on the invoice level (https://docs.stripe.com/api/invoices/update#update_invoice-description) while it is in draft mode.