#Ben Clum-subscription
1 messages · Page 1 of 1 (latest)
Hi! So you would like Stripe to create the invoices for the subscription, but then you would send it yourself?
yes correct. the goal would be to allow customers to pay recurring invoices with cash or check. so Stripe would create the invoice, and then when the customer hands over cash or a check, the trainer would mark the invoice as "paid out of band". so for this scenario we wouldn't want Stripe sending an email to the customer.
Good question, I'm not sure. Give me a few minutes to look into this.
In the dashboard there a setting to disable sending emails for finalized invoices: https://dashboard.stripe.com/settings/billing/automatic
So you could try collection_method: "send_invoice" with that setting disabled.
perfect, thanks! I think that will solve our issue then.