Generate invoice number
POST {{base_url}}/v2/invoicing/generate-next-invoice-number
Generates the next invoice number that is available to the merchant. The next invoice number uses the prefix and suffix from the last invoice number and increments the number by one. For example, the next invoice number after
INVOICE-1234
is
INVOICE-1235
.
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"invoice_number":"1643943412"}