#binh
1 messages ยท Page 1 of 1 (latest)
using paymentIntent
Hello ๐
It is usually required only on first payment. However, issuers/bank can require an auth check anytime they want.
Is there any flag from the response after the first payment that will indicate the issuer/bank will require more auth checks?
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
What kind of options are there fr the customer to come back on-session to complete auth?
a payment link?
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
ok. thank you.
NP! ๐ Happy to help