Hello everyone!
My cloud based software performs tons of monthly mini-transactions (1-5 euro) to a single customers.
I don't want these transactions to be charged to Stripe every time to customers. Nor do I want Stripe to issue tax invoices to customers (due to Italian tax legislation).
So I need that:
- The customer makes a transaction on my site
- This transaction generates a draft invoice on Stripe (which is not sent to customers, nor charged to the customer)
- At the end of the month I would like Zapier to collect all these invoices in a single track to pass it on to Quickbooks which then takes care of issuing a single invoice
All this is necessary to avoid multiple customer charges and comply with Italian regulations.
Thanks to anyone who will help me!