#molawson
1 messages · Page 1 of 1 (latest)
Good question. I don't think you can re-use the old SetupIntent but you can create a new SetupIntent and provide the ID of the bank account that you have previously set up along with your mandate data https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method
That should allow you to just reconfirm the mandate part rather than going through the entire setup again
That makes sense. I'll give that a try.