Taiwan
Invoice message for platform certificate: C0403
Changes to generic fields
refhas a 60-character limit.recipient.address.countryis required.customInfo.twn.printMarkis requiredcustomInfo.twn.customsClearanceMarkis requiredcustomInfo.twn.donateMarkis requiredtotal.amountis required. Values in TWD (Taiwanese New Dollar) are rounded to the nearest integer in accordance with local regulations; all other currencies to two decimal places. If a value is not submitted in the correct format, eezi will round it.
type Invoice {
// ...all generic invoice fields
recipient: {
// ...everything from invoice.recipient
contact: {
email?: string;
}
};
lines: [
{
// ...other line item fields
vat: {
// ...other line item vat fields
code: string;
}
}
];
customInfo: {
twn: {
printMark: boolean;
customsClearanceMark: boolean;
npoban?: string;
donateMark: boolean;
carrierType?: string;
carrierId?: string;
};
};
};
Field information
Name | Type | Required | Description |
|---|---|---|---|
| String | Yes | A value from an enumerated list as specified on Taiwan VAT code list Please note: For cross-border B2C transactions, due to local regulations, please use the Zero rated code and populate the lines[].price.amount as the line-item amount including 5% VAT |
| String | Yes | Recipient's identification number. For cross-border E-commerce suppliers:
|
| String | Conditional | Email of the recipient. Required for cross-border transactions. |
| Boolean | Yes |
For cross-border E-commerce suppliers: B2C transactions: Value should always be false |
| Boolean | Yes |
For cross-border E-commerce suppliers: B2C transactions: Value should always be false |
| Boolean | Yes | Donation of e-GUI, if:
For cross-border E-commerce suppliers: B2C transactions: Value should always be false |
| String | Conditional | Non-Profit Organization Batch Authorization Number |
| String | Conditional | Not required for cross border or B2C invoices. For B2B a value from an enumerated:
|
| String | Conditional | Not required for cross border or B2C invoices. For B2B a value GW carrier in email format, Mobile Barcode carrier format:/+7 characters, Natural Person Certificate format: 2 Alphabet characters +14 number |
Example CSV files
Updated 8 days ago