Skip to main content

Upload an invoice for a subscription

POST 

/subscriptions/:code/invoices

Uploads an invoice file for a subscription. The file must be a PDF, an image (PNG, JPEG, TIFF, WebP) or an e-invoice XML; its content is validated, not just its name. Returns the created invoice. Returns 409 Conflict if a file with the same content already exists for the subscription's purchase order, or if that order's workflow status does not accept an invoice upload.

Request​

Responses​

Invoice uploaded successfully