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:
| Code | Description |
|---|---|
| 01 | Invoice |
| 02 | Credit Note |
| 03 | Debit Note |
| 04 | Refund Note |
| 11 | Self-billed Invoice |
| 12 | Self-billed Credit Note |
| 13 | Self-billed Debit Note |
| 14 | Self-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.