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:
- Create a customer in stripe
- Attach a subscription to the customer (without needing to charge a credit card)
- Create an invoice
- 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!