#manu-hihello_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/1278062041952948316
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
/add @fresh trench
Hello
I'm not sure I follow your question.
You should be able to use a limited duration coupon code (which is tied to a specific product) for this no?
or using a promo code: https://docs.stripe.com/billing/subscriptions/coupons?dashboard-or-api=api#promo-code-subscriptions
that's limited to a customer
Hi @strange rampart. Thanks for responding. When we use a coupon/promo code the $amount comes doen to zero, but the customer is still required to provide credit card information. We are trying to find a way to not require credit card information when the payment amount is Zero for the subscription.
^This is the experience we get currently with a coupon for a 1-year free trial. We're trying to figure out if there's a way to enforce that the customer doesn't have to add credit card information in this case
Are you setting payment_method_collection parameter when you create the checkout session? If not, you should set it to if_required
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_collection
@strange rampart Thank you! @fresh trench could you please look into that and see if that does the trick?
Thank you @strange rampart. We'll try this and report back.