#Kamesh

1 messages · Page 1 of 1 (latest)

shrewd sedgeBOT
marsh blade
#

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?

glass flare
#

i don't have a payment intent. im trying to understand what is the expected behavious and how do we handle 3ds

marsh blade
#

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 your return_url set in the Payment Intent which your server will then make Payment Intent retrieval request to check the status

glass flare
#

thanks./

#

can you please clarify what you mean by default flow?

marsh blade