#stellarloony-confirmCardPayment

1 messages · Page 1 of 1 (latest)

merry herald
#

stripe .confirmCardPayment( clientSecret, { payment_method: paymentMethod, return_url: returnUrl, } );

#

i'm doing this, so i don't need to provide returnUrl either then right?

fierce walrus
#

Normally you don't. Let's leave it for Stripe to handle the next action

#

Only if you have an advanced integration that you want to handle next action (mostly 3DS) then you would want to use this return_url parameter