#kevin_api
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214914010344849428
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Also another question:
- Is OTP is required while adding the card?
- How can we test it using the test card given by Stripe?
Could you please share the PaymentIntent ID pi_xxx?
Hello Vanya
Currently we are currently designing the backend APIs. Hence, I don't have the Payment Intent ID.
I don't think there's a maximum time for processing a transaction, it all depends on a specific payment method type.
As for other questions.
OTP is a part of 3D Secure authentication that might be requested by an issuing bank. Payment Element and Checkout handle it for you automatically. You can simulate it with one of the test cards: https://docs.stripe.com/testing#authentication-and-setup
"Always authenticate" one for example.
So can a transaction still be in processing state if the time taken to process is say 5 minutes or 1 hour or 12 hours or 2 days?
Depends on the payment method type. Card payments are synchronous so they'd never be in that state really
Other async PMs , likie banking methods, can be in processing states for multiple days
So no limit basically?
No limit to what?