#skoshkarli-payment-intent

1 messages ยท Page 1 of 1 (latest)

rugged patrol
#

๐Ÿ‘‹ Happy to help

#

confirmCardPayment is only for card and doesn't support other payment methods including Apple Pay

static nymph
#

i see. So there is no way around having no redirect at all looks like

#

๐Ÿ˜ฆ

rugged patrol
#

Yup! Redirection can potentially happen on card as well

static nymph
#

alright. thank you for the info!

rugged patrol
#

No problem! Happy to help ๐Ÿ™‚

static nymph
#

sorry i have a follow up question

#

it says the redirect happens only on successfull confirmation

#

what happens when the user is not able to pass through the security check?

rugged patrol
#

can you share you mean by security check?

static nymph
#

redirect 3DS

rugged patrol
#

If customer fails to authenticate 3DS, user will be brought back to Checkout Session page to re-enter other card details again.

static nymph
#

but i have a custom checkout page

#

using Stripe Elements

rugged patrol
#

Why do you use Stripe Elements with Checkout page?

#

Stripe Elements are for embedded payment inside your website, instead of hosted payment page like Checkout Session

static nymph
#

it is inside my website

#

i am not using your Checkout session

rugged patrol
#

Sorry! My bad totally! I mixed up the conversations

#

If the customer fails to authenticate 3DS using Elements, they will be redirected back to the return_url set up in the stripe.confirmPayment

static nymph
#

but it says in the docs that the return_url is only for successfull payments

rugged patrol
static nymph
#

i see

#

so how can i tell whether the process was successfull or not when it redirects

rugged patrol