Create Document
Create a new invoice or credit note
Request body
The company name of the customer/buyer
The unique identifier for the customer in your system
The email address of the customer
The purchase order reference number
The unique invoice identifier/number
The date when the invoice was issued
The date when payment is due
Additional notes or comments for the invoice
The name of the vendor/seller/supplier
The email address of the vendor
The address of the vendor/seller
The recipient name at the vendor address
The address of the customer/buyer
The recipient name at the customer address
The billing address (if different from customer address)
The recipient name at the billing address
The shipping/delivery address
The recipient name at the shipping address
Duty or tax or fee category codes (Subset of UNCL5305)
Agency: UN/CEFACT Version: D.16B Subset: OpenPEPPOL
VATEX code list for VAT exemption reasons
Agency: CEF Identifier: vatex
Textual explanation for VAT exemption
The address where payment should be sent or remitted to
The recipient name at the remittance address
The address where services were performed or goods were delivered
The recipient name at the service address
The start date of the service period or delivery period
The end date of the service period or delivery period
Vendor tax ID. For Belgium this is the VAT number. Must include the country prefix
Vendor company ID. For Belgium this is the CBE number or their EUID (European Unique Identifier) number. In the Netherlands this is the KVK number.
Customer tax ID. For Belgium this is the VAT number. Must include the country prefix
Customer company ID. For Belgium this is the CBE number or their EUID (European Unique Identifier) number. In the Netherlands this is the KVK number.
The payment terms (e.g., 'Net 30', 'Due on receipt', '2/10 Net 30')
Example request
{
"vendor_tax_id": "BE1018265814",
"vendor_company_id": "1018265814",
"customer_tax_id": "BE1018265814",
"customer_company_id": "1018265814"
}Response
Successful Response
The company name of the customer/buyer
The unique identifier for the customer in your system
The email address of the customer
The purchase order reference number
The unique invoice identifier/number
The date when the invoice was issued
The date when payment is due
Additional notes or comments for the invoice
The name of the vendor/seller/supplier
The email address of the vendor
The address of the vendor/seller
The recipient name at the vendor address
The address of the customer/buyer
The recipient name at the customer address
The billing address (if different from customer address)
The recipient name at the billing address
The shipping/delivery address
The recipient name at the shipping address
Duty or tax or fee category codes (Subset of UNCL5305)
Agency: UN/CEFACT Version: D.16B Subset: OpenPEPPOL
VATEX code list for VAT exemption reasons
Agency: CEF Identifier: vatex
Textual explanation for VAT exemption
The taxable base of the invoice. Should be the sum of all line items - allowances (for example commercial discounts) + charges with impact on VAT. Must be positive and rounded to maximum 2 decimals
The net financial discount/charge of the invoice (non-VAT charges minus non-VAT allowances). Can be positive (net charge), negative (net discount), or zero. Must be rounded to maximum 2 decimals
The total tax amount of the invoice. Must be positive and rounded to maximum 2 decimals
The total amount of the invoice including tax (invoice_total = subtotal + total_tax + total_discount). Must be positive and rounded to maximum 2 decimals
The amount due for payment. Must be positive and rounded to maximum 2 decimals
The address where payment should be sent or remitted to
The recipient name at the remittance address
The address where services were performed or goods were delivered
The recipient name at the service address
The start date of the service period or delivery period
The end date of the service period or delivery period
Vendor tax ID. For Belgium this is the VAT number. Must include the country prefix
Vendor company ID. For Belgium this is the CBE number or their EUID (European Unique Identifier) number. In the Netherlands this is the KVK number.
Customer tax ID. For Belgium this is the VAT number. Must include the country prefix
Customer company ID. For Belgium this is the CBE number or their EUID (European Unique Identifier) number. In the Netherlands this is the KVK number.
The payment terms (e.g., 'Net 30', 'Due on receipt', '2/10 Net 30')
Example response
{
"vendor_tax_id": "BE1018265814",
"vendor_company_id": "1018265814",
"customer_tax_id": "BE1018265814",
"customer_company_id": "1018265814",
"items": [
{
"tax_rate": "21.00",
"charges": [
{
"tax_rate": "21.00"
}
]
}
],
"charges": [
{
"tax_rate": "21.00"
}
]
}