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

  • total is not required.
type CreditNote {
  // ...all generic credit note fields
  customInfo: {
    twn: {
      cancelReason: string;
    }
  }
}

Field information

NameTypeRequiredDescription
customInfo.twn.cancelReasonstringYesReason for cancellation.

Example CSV file

Credit note - Taiwan.csv