#binh

1 messages ยท Page 1 of 1 (latest)

vivid juncoBOT
fierce ore
#

using paymentIntent

harsh perch
#

Hello ๐Ÿ‘‹
It is usually required only on first payment. However, issuers/bank can require an auth check anytime they want.

fierce ore
#

Is there any flag from the response after the first payment that will indicate the issuer/bank will require more auth checks?

harsh perch
#

There's no way to tell unfortunately. It is purely upto the issuers/banks.
You'd want to check for PaymentIntent status and if its requires_action then the customer would need to come back on-session to complete auth

fierce ore
#

What kind of options are there fr the customer to come back on-session to complete auth?

#

a payment link?

harsh perch
#

You can build your own UI by using Stripe Elements (Payment Element) or you can send your users a hosted invoice page link where they can pay the subscription invoice

fierce ore
#

ok. thank you.

harsh perch
#

NP! ๐Ÿ™‚ Happy to help