Batch multiple transactions from one customer into a single charge

Can I group together charges from a single customer so I don’t have to pay the Stripe fee on each one?

If you want to group several charges from a customer into a single charge, you first need to save the customer’s payment information.

Once that’s done, you can either: * Bundle up the payments locally and create a charge automatically through your own system, or * Subscribe your customer to a $0/month plan and create an invoice item for each small payment. By default, we’ll pay the invoice automatically with each billing cycle. Alternatively, you can create the invoice immediately and pay it.