#NewtReyes
1 messages · Page 1 of 1 (latest)
Hey there
This is the error we are getting:
This PaymentIntent requires a mandate, but no existing mandate was found. Collect mandate acceptance from the customer and try again, providing acceptance data in the mandate_data parameter.
Hi, @azure compass
Yeah you would use a SetupIntent to establish a mandate here: https://stripe.com/docs/api/setup_intents/create#create_setup_intent-mandate_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And you can indicate offline set up when you do that
Mmmmm... isn't this something that should have been done when the bank account was migrated into stripe? Do we have to request customers the bank account of whom was migrated into stripe to go online and accept the mandate or is it enough for use to accept it for them?
These were migrated via our Migrations team? Or you created PaymentMethods?
Ah okay in that case you are going to want to work with the Migrations team directly for what is needed here. I'm not positive about whether they import the mandates for you in this case.