Taiwan
Additional considerations for Taiwan
Invoice cancellation
Taiwan does not support Credit notes in the traditional sense, and the calls will act more like invoice cancellations (F0501). Therefore, a cancellation reason needs to be sent along with the generic credit note fields.
Changes to generic fields
totalis not required.
type CreditNote {
// ...all generic credit note fields
customInfo: {
twn: {
cancelReason: string;
}
}
}Field information
| Name | Type | Required | Description |
|---|---|---|---|
customInfo.twn.cancelReason | string | Yes | Reason for cancellation. |
Example CSV file
Updated 5 days ago