#dineshkumar_docs
1 messages ¡ Page 1 of 1 (latest)
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.
- dineshkumar_docs, 20 hours ago, 16 messages
- dineshkumar_unexpected, 1 day ago, 21 messages
- dineshkumar_docs, 6 days ago, 21 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1260500018024943659
đ Have more to share? Add details, code, screenshots, videos, etc. below.
This is just setting up the Subscription. You will collect the credit card information on frontend to confirm this Subscription's PaymentIntent
if $0 payment 100% promocode use on setting up Subscription,
stripe doesn't required the credit card in order for promocode to works? please provide doumentation.
In that case we won't charge anything and won't require a card
please provide document please for above recent statement, i need to explain my team.
I am afraid we don't have a document link exactly for your question. We instead have a general guide about Discounts with Subscription here if it helps https://docs.stripe.com/billing/subscriptions/coupons. And you can easily test the scenario in Test mode
sorry i couldn't see your recent statement "In that case we won't charge anything and won't require a card"
please provide more specific doc link
I am afraid we don't have a specific Doc for that statement
ok
If $0 payment 100% promocode and monthly recuring price use on setting up Subscription,
In that case we won't charge anything and won't require a card, right?
Correct.
after one month subsscription will automatcally update/get money?
What do you mean by "automatcally update"?
promo code is 100% off and expired if used and price is $10 monthly recurring, after promocode applied the paid amount is $0 payment, next payment (next Month) $10 will be paid or not, if does't card.
It depends on the Coupon's duration: https://docs.stripe.com/api/coupons/object#coupon_object-duration
I mean subscrition renewed or not
the coupon duration end before next billing? it works? if does't card
What do you mean by "if does't card"?
Customer does't save card on stripe
the coupon duration end before subscription's next billing? it works? Customer does't save card on stripe
If the payment is required for the next month, it will charge the Payment Method in Subscription.default_payment_method or Customer.invoice_settings.default_payment_method. If no Payment Method is attached the Subscription will go to status=canceled or unpaid, depending on your Dashboard settings: https://dashboard.stripe.com/settings/billing/automatic
Happy to help.