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 · int64RequiredExample:
ERP companyId
1organisationNumberinteger · int64RequiredExample:
Organisation Number
986559469customerIdinteger · int64RequiredExample:
customer identifer from the ERP system
10invoiceNumberinteger · 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
202
eInvoice sent successfully.
application/json
409
Failed to send eInvoice.
application/json
post
/v2/invoicesLast updated