#grmorris - Create mandates
1 messages · Page 1 of 1 (latest)
Hi 👋
That's a good question, let me look into that
Can you describe what payment methods you are using in this process?
We will be using us_bank_account (which is what is used for ACH) I belileve
We will be linking these accounts through plaid
Hmmm... I'm not sure about how to do this through Plaid but I think this first code snippet shows collecting an offline mandate:
https://stripe.com/docs/payments/ach-debit/migrations#mandate-acknowledgement
This seems like I will have to store the userAgent and sourceIp address, which is okay, for plaid microdeposits, i will need these anyway. Thank you!