#rozig
1 messages · Page 1 of 1 (latest)
Happy to help. What question(s) do you have specifically?
So I am using react-js and collecting mandate with confirmCardSetup() function. But it seems like submitting mandate data with setup intent confirmation is only supported in the backend API, can you confirm? Because one of the fields (accepted_at) is marked as secret key only field.
If that is true, is there a documentation on how should I submit mandate data when my payment is supporting 3DS verification?
Are you following a guide/tutorial right now?
Also, what SDK are you using?
This is sort of the source of truth for the process, so I'm just wondering where you're at in this process: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements&html-or-react=react
Yes I am following this, in fact I have finished it and tested it. Works great. Now my issue is to mark the transactions as Merchant Initiated Transactions to keep 3DS prompt minimal
I haven’t found specific documentation for this, but I found a support article and basically trying to build something I read here: https://support.stripe.com/questions/strong-customer-authentication-(sca)-exemptions-for-recurring-charges-with-stripe-billing
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
And it seems like mandates can not be created independently. It has to be created during the setup intent confirmation
And it seems like mandates can not be created independently. It has to be created during the setup intent confirmation
If you don't want to have to prompt them for SCA again, then I believe this is true. So where are you running into a blocker?
I am confirming setup intent in the frontend and front-end sdk doesn’t seem to support it