Create an invoice

Create an invoice

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account identifier (ID)

string
enum
required

Format

The format of the API response can be either JSON or XML.

Allowed:
Body Params

The Invoice object in format JSON to create

boolean
enum
Defaults to false

Indicates whether the invoice should be automatically processed after creation/import.

When set to true and the invoice passes validations:

  • For sending transports (non-download), the invoice is queued to be sent asynchronously.
  • For download transport, the invoice is not sent. Instead, if tax report generation is enabled and required for this invoice, the invoice will be issued and the tax report generated (invoice ends in state=issued and exposes tax_report_ids). Otherwise, the invoice may end in state=error.

Note: This option is incompatible with the custom signature configuration.

Allowed:
boolean
Defaults to false

Mark the invoice as acknowledged.

invoice
object
required

Represents an invoice as an object

Responses
201

Successful operation

400

Invalid status value

401

Unauthorized

403

Forbidden

422

Unprocessable Entity

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!