#jojana_code

1 messages · Page 1 of 1 (latest)

storm basaltBOT
#

👋 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.

hollow ibex
indigo axle
#

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

hollow ibex
#

For step (1), is this with or without amount?

#

And also, do you plan to re-use the payment method again in the future?

indigo axle
#

without amount. Yes i want to re-use the payment method again in future

hollow ibex
#

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

indigo axle
#

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

hollow ibex
#

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?

indigo axle
#

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

hollow ibex
#

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.

Learn how to save payment details and charge your customers later.