Skip to main content

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

Body

    _comment1 string
    _comment2 string
    date string

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...