#Ayup-Charges

1 messages · Page 1 of 1 (latest)

stark oar
#

Yes PaymentIntent is the way to go for SCA compliance

#

The API is a bit different than Charges and Source, but basically PaymentIntent is a wrapper / state machine over Charge

proven atlas
#

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.

  1. create token with card details
  2. the using the token id with charges API
    PS: we have using card payments only
    also how we can using tokenization(saved card) its really mandatory to use stripe.js ?
severe marten
#

hi! it's a entirely different flow yes