Send Invoice

Describes how to send an eInvoice to a valid consumer.

Send a valid eInvoice to a verified consumer's online bank using the eFaktura platform.

Endpoint Details:

post
Header parameters
AuthorizationstringRequired

Authorization bearer access token

companyIdinteger · int64Required

ERP companyId

Example: 1
organisationNumberinteger · int64Required

Organisation Number

Example: 986559469
customerIdinteger · int64Required

customer identifer from the ERP system

Example: 10
invoiceNumberinteger · int64Required
amountnumber · doubleRequired
minimumAmountnumber · doubleOptional
dueDatestring · dateRequired
billingAmountNumberinteger · int64Optional

Overrides default billing account number from the company

invoiceURIstringOptional

presigned URI to download invoice document from the object storage

kidstringOptional
langstringOptional

language option such as no, en ( default is always no)

Responses
post
/v2/invoices

Last updated