#Aggressive_Pickle
1 messages · Page 1 of 1 (latest)
I think there should be a link that brings them to the boilerplate mandate somewhere in that flow. Do you see any links anywhere in there that bring the customer to something like: https://stripe.com/legal/end-users
@iron swift Yes, there is. But this requires a different flow. If I were to click Test Institution, a mandate screen containing info like the link you provided will appear, in which case the customer can either click Agree, or click Manually Verify Instead. I assume when the customer clicks Manually Verify Instead, it's implied that mandate is accepted (I would like confirmation on that if possible). However, I'm less worried about that and more worried about when the customer didn't click Test Institution. Instead, they clicked the link that you see in the screenshot I attached. Because that will just take them straight to entering account details. No mandate ever appears.
@iron swift Also where does Stripe store mandate acceptance? Perhaps I can do a callout to Stripe api and confirm that the mandate was accepted.
Ah, okay. I can't really speak to how the acceptance works from a legality perspective. My assumption is that merely displaying the option to read the mandate is sufficient, but you'd want to consult with a legal advisor and/or chat with support if you wanted to dig more into the specifics: https://support.stripe.com/contact/email
Regarding the location of mandate acceptance data, you can look at the Setup Intent. Specifically the mandate_data hash: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-mandate_data
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great, thanks again for your help!