#shudhanshu_59118
1 messages · Page 1 of 1 (latest)
Hello shudhanshu_59118, we'll be with you shortly! 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.
• https://discord.com/channels/841573134531821608/1164209846489456650, 1 days ago, 3 messages
• https://discord.com/channels/841573134531821608/1164137492837052448, 1 days ago, 36 messages
• https://discord.com/channels/841573134531821608/1164102241360289822, 1 days ago, 3 messages
• https://discord.com/channels/841573134531821608/1163807366752514068, 2 days ago, 32 messages
You can save that payment method to the Customer's invoice_settings.default_payment_method. Then next time a Sub on the same customer will adopt it
Yes but thee problem is for all the cards this flow does not support
Like if i saved an card which is 3D Secure and create an subscription from that on the server that subscription is always stay on the Incomplete status.
can you share the subscription id?
Hi I have a problem with my stripe account, I received an unfair lock, can you advise me how to unlock it? Do you have contact to do it? Thanks a lot
sub_1O2XK2SFXTYvwKhVolRXtkxS
@willow harbor please reach out to Stripe Support - https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You should follow this guide to create Subscriptions : https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Is there any specific reason why you're creating a SetupIntent first then creating the Subscription?
Yes the reason is i want my user to enter its cards details only one time not again and again
well yes, but you can use the Subscription's PaymentIntent or SetupIntent to collect the card details instead as described in that guide
So lets say i created a subscription and the user entered its cards details on the Payment Sheet and i saved its Payment Method from that subscription but for the second subscription i don't want my customer to again enter the same cards details on the payment sheet so how i can avoid that i just want to know that and if its possible or not with stripe
For context, India issued cards need to have an e-mandate to charge them off-session : https://stripe.com/docs/india-recurring-payments
I recommend collecting a new PaymentMethod for each Subscription, because Stripe will automatically create/generate the mandate details which are unique to each Subscription for the payment method used to pay for that Subscription
if you use the PaymentIntent / SetupIntent from the Subscription, Stripe will automatically create/generate the mandate. If you use SetupIntents, you'll need to pass in additional parameters to create the mandate.
https://stripe.com/docs/india-recurring-payments?integration=paymentIntents-setupIntents#integration
I don't want this implementation for india
what do you mean by this implementation?
This flow implementation
it's possible, but you will need to pass in the appropriate parameters to create a mandate for the PaymentMethod so that subsequent off-session payments won't be declined. Also, your Subscription creation will trigger 3DS since the customer is on-session which is expected and should be handled accordingly
Whats a mandate ?
I suggest reading through this guide : https://stripe.com/docs/india-recurring-payments to understand what is a mandate and why you need it
I have to implement this on the US so why would i read India Recurring Pament
No