#dxher-SCA
1 messages · Page 1 of 1 (latest)
Yes I am
Gotcha. So then you will want to migrate to using PaymentIntents and PaymentMethods. We have a migration guide: https://stripe.com/docs/strong-customer-authentication/migration and you will likely want to follow https://stripe.com/docs/payments/payment-intents/migration
perfect, I'll take a look, thank you!
Sure! Let me know if you have any questions about any of it!
will do, thank you 🙂
@civic lagoon hi again, so to summarize what Im trying to do; I would like to integrate SCA without using the prebuilt stripe checkout. My question is, what would I have to provide stripe through the charge API to get SCA?
Charges API does not support 3DS
You need to migrate to the PaymentIntents API
Which uses Charges under the hood
Ah, I see, thanks again! I'll let you know if I get cornered again ; )
No problem! We will be here.
If you want the direct integration guides, then https://stripe.com/docs/payments/save-during-payment-cards-only the one to follow if you want to use Card Element (which I assume you are already using).
There is also https://stripe.com/docs/payments/accept-a-payment if you want to go ahead and migrate to our newer Payment Element which allows you to easily support more payment method types
If you want to talk me through your specific flow I can also provide you the correct docs to follow (are you collecting card details up front and charging later? Are you collecting details on first charge? etc.)
Just lemme know if I can help!