#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/1164102241360289822, 0 days ago, 3 messages
โข https://discord.com/channels/841573134531821608/1163807366752514068, 1 days ago, 32 messages
๐ happy to help
that's not a recommended flow with subscriptions anyways
please instead use this https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
The thing is i have already implemented the stripe documented flow but my clients wants to provide the card details only one time i.e., for every other transaction he doesn't wants to provide the card details.
So to implement that flow i need to store the card details
is your account in India?
Yes
you need to create a mandate
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.
note that the regulations has a limitation
Require recurring transactions over INR 15,000 (or equivalent in other currencies) to go through AFA each time
I am not quite clear with above provided link does stripe has any helping video for this
Can you confirm me one thing is it possible to create a card for a customer and set that payment method as a default one for that customer
I'm not sure to be honest
yes that it possible, but in the case of India, recurring payment need to happen through mandates
this is explained in depth here https://stripe.com/docs/india-recurring-payments
is the customers in India?
No all the customers will be US based for currentl iam developing it in india
Can you tell me is there any way i can set a payment method as default for customer using API.
i have customer ID and the Payment Id
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that's the API call
i have called this but the paymennt method not set as default
how do you determine it's not been set as the default?
- From the dashboard and secondly iam getting the following error
This customer has no attached payment source or default payment method. Please consider adding a default payment method. For more information
When creating the Subscription
please share the request ID req_xxx form when you create a subscription and get that error
Sorry its was a small mistake from my end ๐
But can you help me with one more thing
some of the cards have 3DS secure enable so when i create a subscription for those cards the status of the subscription gets PENDING so is there any way that i can send a link to the frontend so that the user can do the needful
i have to just write ID here instead of incorrect key which i was using above