#rozig

1 messages · Page 1 of 1 (latest)

obtuse remnantBOT
native crag
#

Happy to help. What question(s) do you have specifically?

undone olive
#

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?

native crag
#

Are you following a guide/tutorial right now?

#

Also, what SDK are you using?

undone olive
#

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

#

And it seems like mandates can not be created independently. It has to be created during the setup intent confirmation

native crag
#

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?

undone olive
#

I am confirming setup intent in the frontend and front-end sdk doesn’t seem to support it