Invoice a subscription now
POST/api/v3/package/:package_id/_action/invoice
The default behavior when creating a recurring package via the ChargeOver REST API is to generate the first invoice on the following day.
You can trigger the immediate generation of an invoice by calling this method. By default, the invoice created will be dated with today's date.
You can also immediately generate future-dated invoices by specifying a
date attribute in YYYY-MM-DD format. There is
also one special date, the string NEXT_SCHEDULED_INVOICE,
which will generate an invoice dated with the date of the next normally
scheduled invoice.
Request
Responses
- 200
- 400
- 401
Action completed successfully
Bad request
Authentication error