#Ayup-Charges
1 messages · Page 1 of 1 (latest)
Yes PaymentIntent is the way to go for SCA compliance
I suggest to start with this guide: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
The API is a bit different than Charges and Source, but basically PaymentIntent is a wrapper / state machine over Charge
Hi Orakro,
I read the above docs. actually am confused with payment_intent and payment_method and setup_intent actaully how we can complete the payment. i tried the create payment method using card details the crate payment_intent by using the payment id but still the payment has showing incomplete.
previously we have follow the below process.
- create token with card details
- the using the token id with
chargesAPI
PS: we have using card payments only
also how we can using tokenization(saved card) its really mandatory to use stripe.js ?
hi! it's a entirely different flow yes