v1

latestOpenAPI 3.1.02026-07-22142337.1 KB
세금계산서

전자(세금)계산서 내용 조회

발행 완료된 전자(세금)계산서의 내용(국세청승인번호 포함)을 조회합니다. 발행 완료 전에는 조회되지 않습니다.

활용 예시: B2B 거래 | 정기 결제

get/v1/taxInvoices/{issuanceKey}

Path parameters

issuanceKeystring required

발행 요청 식별번호

Response

issuanceKeystring required

발행 식별 키

ntsTransactionIdstring required

국세청승인번호

issuedAtstring required

발행일시(포맷: ISO8601)

Example response

{
  "invoice": {
    "date": "2024-08-24",
    "supplier": {
      "identificationNumber": "1234567890",
      "taxRegistrationId": "0001",
      "businessItem": "소프트웨어 개발 및 공급업",
      "businessType": "정보통신업",
      "manager": {
        "telephone": "010-1234-5678"
      }
    },
    "supplied": {
      "identificationNumber": "1234567890",
      "taxRegistrationId": "0001",
      "businessItem": "소프트웨어 개발 및 공급업",
      "businessType": "정보통신업",
      "managers": [
        {
          "telephone": "010-1234-5678"
        }
      ]
    },
    "items": [
      {
        "date": "2024-08-24",
        "unitPrice": 100,
        "supplyCost": 1000
      }
    ]
  }
}