#smartkiparis
1 messages · Page 1 of 1 (latest)
👋 happy to help
this is really not recommended
the Charges API is legacy and it doesn't support SCA
this is a good start for you https://stripe.com/docs/payments/quickstart
unless you're a MOTO-driven business, the above is the correct way of integrating with Stripe
What is SCA?
Strong Customer Authentication (aka 3DS) https://stripe.com/docs/strong-customer-authentication
COuld there be any situation that we create 'not-recommended' flow and client will not be able to pay because there will be no SCA?
COuld you clarify that?
@twilit delta are you there?
sorry for the delayed reply
yes if the issuing bank demands 3DS the payment will fail
Great, thanks. And could we confirm payment on a backend side? Not on a client side? with a client secret
you can collect the payment method first and confirm (off-session) on the backend but in case of an SCA you would have the Payment Intent status will go to "requires_action" and you will have to get your customer back on-session to authorize the payment
you can learn more about this topic here https://stripe.com/docs/payments/intents
thanks