#m4rt1ns_1993

1 messages · Page 1 of 1 (latest)

twilit zodiacBOT
daring steppe
#

If it's a one-time Invoice, no

strange echo
#

Let me be more specific. I want to keep adding invoice items to an invoice, and at the end of the month send that invoice to a client to charge them.

twilit zodiacBOT
strange echo
#

I probably need to run a script that automates this at the end of the month, using the /send API then?

fallen marlin
#

one option could be to use a Subscription, with a $0 Price object.

#

that way each month an invoice is created automatically(since it's $0, there's no charge or receipt and it's just auto-closed). If you add any InvoiceItems to the Customer during the month, they will get pulled into the next invoice and will get charged.

strange echo
#

And those invoiceItems will be charged in the next subscription then?

fallen marlin
#

in the next invoice of the subscription.

strange echo
#

So I create the subscription with price 0, the first invoice would be 0, but then every month the subscription invoice would be the total amount of the invoiceItems I kept adding, right?