Taiwan
Invoice message for platform certificate: C0403
Changes to generic fields
recipient.address.countryis required.customInfo.twn.printMarkis requiredcustomInfo.twn.customsClearanceMarkis requiredcustomInfo.twn.donateMarkis required
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 |
| string | Yes | Cross-border E-commerce supplier:
|
| booelan | Yes |
|
| booelan | Yes |
|
| boolean | Yes | Donation of e-GUI, if:
|
| string | Conditional | Non-Profit Organization Batch Authorization Number |
| string | Optional | Not required for cross border or B2C invoices. For B2B a value from an enumerated:
|
| string | Optional | 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 6 days ago