#Kamesh
1 messages · Page 1 of 1 (latest)
Can you share the example Payment Intent (pi_xxx) that your described above, so that I can check how you created a Payment Intent such as the parameters you sent?
i don't have a payment intent. im trying to understand what is the expected behavious and how do we handle 3ds
I see! The behaviour can be different depending on the parameters you set. If you use default values except for required parameters, then:
how will stripe knows that 3ds auth was completed
The bank issuer will will inform Stripe about 3DS outcome
do we need to call confirm again to complete the payment process
If you use default flow, then extra confirm call is not required.
or do we just call get payment intent to get the updated payment status
Once 3DS is performed successfully, customer will be redirected to yourreturn_urlset in the Payment Intent which your server will then make Payment Intent retrieval request to check the status
This payment intent creation request in: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#create-the-paymentintent