#jojana_code
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/1290898822213668875
📝 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.
- jojana_code, 20 hours ago, 8 messages
What is your question? A payment method should be saved or attached to a customer before using it again. This can be achieved with the guide here: https://docs.stripe.com/payments/save-and-reuse
1st i need to authorize the user card details without charging
2nd using stripe checkout session 3d secure authentication
3rd capture amount automatically from user account
For step (1), is this with or without amount?
And also, do you plan to re-use the payment method again in the future?
without amount. Yes i want to re-use the payment method again in future
Then this is the guide to follow: https://docs.stripe.com/payments/save-and-reuse
Are you facing the issue? If so, could you share the request ID (req_xxx) with the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
i'm in india here we can use stripe save and reuse method again and again to get card default payment method id to capture amount automatically from user account
The guide above show exactly how this can be done
What is the problem you're facing here? Could you share the request ID (req_xxx) with the error you're facing?
okay. to test stripe card number for 3d secure authentication
i can't capture amount from the user account automatically . so, how can i capture amount with saved cards
You can find 3DS test cards here: https://docs.stripe.com/testing#three-ds-cards
This is the step on you can charge a saved payment method: https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.