Stripe Integration for ACH Payments

I am trying to use the Stripe.js 2 plugin to develop a work flow that allows me to charge users via an ACH payment instead of a credit card payment. I have all the API keys setup and working properly but I can’t figure out which combination of actions and inputs will allow me to do the following:

  1. Create a customer in stripe
  2. Attach a subscription to the customer (without needing to charge a credit card)
  3. Create an invoice
  4. Email the invoice to the email provided by the customer so they can pay via ACH payment.

I don’t know if this is possible with just the plug in or if I will need custom API calls but any help or suggestions that could be provided would be great!

Yes, you need to setup new api calls. At Stripe documentation says to use Plaid service. Has a free plugin that on Bubble to use Plaid. I have never used.

https://stripe.com/docs/ach

Hi @CarolineA,

I’m looking for something quite similar too. I think it requires some combination of Stripe and Plaid working together, but I’m not sure exactly how.
Just checking in here to see if you’ve had any luck and made progress on this front?

Thanks,
Gokul