South Korea

Invoice

Changes to generic fields

type Invoice {
  // ...all generic invoice fields
  notes?: string;
  lines: [
    {
      // ...other line item fields
      customInfo?: {
        kor?: {
          purchaseDT?: string;
          spec?: string;
          note?: string;
        };
      };
    }
  ];
  recipient: {
    // ...other recipient fields
    customInfo?: {
      kor?: {
        type?: string;
        taxRegID?: string;
        representativeName?: string;
      };
    };
  };
  customInfo?: {
    kor?: {
      emailSubject?: string;
      taxType?: string;
      purposeType?: string;
      serialNum?: string;
    };
  };
}

South Korea-specific fields

NameTypeRequiredDescription
notesstringNoAny applicable or additional notes
customInfo.kor.emailSubjectstringNoTitle of the notification mail sent to the customer
customInfo.kor.taxTypestringNoTax type classification. Valid values:
과세 (taxable)
영세 (zero-rated)
면세 (exempted)
customInfo.kor.purposeTypestringNoPayment status. Valid values:
영수 (received)
청구 (not received)
없음 (none)
customInfo.kor.serialNumstringNoSerial number for document management
lines[].customInfo.kor.purchaseDTstringNoDate of preparation or purchase. Format: yyyyMMdd
lines[].customInfo.kor.specstringNoSpecification of the line item
lines[].customInfo.kor.notestringNoRemark for the line item
recipient.customInfo.kor.typestringNoBuyer type. Valid values:
사업자 (company)
개인 (individual)
외국인 (foreigner)
recipient.customInfo.kor.taxRegIDstringNoIdentification number for minor place of business. 4 digits.
recipient.customInfo.kor.representativeNamestringNoName of the representative