#padek
1 messages · Page 1 of 1 (latest)
Hi there!
Your code looks correct!
- Create a PaymentIntent with
capture_method="manual" - Confirm the PaymentIntent on the frontend to go though the 3DS flow
- 3 days later, capture the funds (and there will be no 3DS flow at this time)
Hi soma, can you explain to me a little more in detail the second step, when creating the paymentIntent with those parameters how exactly will i confirm the 3ds flow where will i get the urls needed
I recommend reading this guide: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
It doesn't use capture_method="manual", but that doesn't change much, expect that you ned to capture the PaymentIntent after N days.
okay im reading through it and just to be sure are the first parameters i provided when creating the paymentInent are there any extra ones that might affect the flow or am i missing any just bc on the documentation just says to provide amount, currency and automatic_payment_methods
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Have you gone through this guide too? https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
no i have not, ive been provided with a different way or documentation to approach this several times and im not sure what would be the best in practice
This one is useful to understand the basics of how to accept payments with Stripe. Once you're confident with that, you can go through the guide I provided to tailor the basic flow to your needs.
okay thank you i will read that then i appreciate your time
Happy to help!