Skip to main content

e-Invoice Types

e-Invoice types are used to identify the document type.

List

Below is the table of document type codes and their corresponding descriptions:

CodeDescription
01Invoice
02Credit Note
03Debit Note
04Refund Note
11Self-billed Invoice
12Self-billed Credit Note
13Self-billed Debit Note
14Self-billed Refund Note

Containing Definition of All e-Invoice Types

Below is the JSON representation of the e-Invoice Types:

[
{
"Code": "01",
"Description": "Invoice"
},
{
"Code": "02",
"Description": "Credit Note"
},
{
"Code": "03",
"Description": "Debit Note"
},
{
"Code": "04",
"Description": "Refund Note"
},
{
"Code": "11",
"Description": "Self-billed Invoice"
},
{
"Code": "12",
"Description": "Self-billed Credit Note"
},
{
"Code": "13",
"Description": "Self-billed Debit Note"
},
{
"Code": "14",
"Description": "Self-billed Refund Note"
}
]

Additional Considerations

When submitting financial documents, ensure that the correct document type code is used to avoid discrepancies in processing.