#jeremy - ACH mandates
1 messages · Page 1 of 1 (latest)
Hey there! You should be able to create a setup intent for an existing payment method in your system to collect a new mandate:
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This flow is similar to if your mandate were revoked following a dispute:
https://stripe.com/docs/payments/ach-debit/accept-a-payment#resolving-disputes
jeremy - ACH mandates