> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bolta.io/llms.txt
> Use this file to discover all available pages before exploring further.

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

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

활용 예시: [B2B 거래](/docs/api-introduction/usecase-b2b) | [정기 결제](/docs/api-introduction/usecase-recurring)




## OpenAPI

````yaml /openapi.yaml get /v1/taxInvoices/{issuanceKey}
openapi: 3.1.0
info:
  title: 볼타 API
  description: >
    볼타 전자세금계산서 API입니다. [API 소개](/docs/api-introduction/overview) | [인증
    가이드](/docs/api-introduction/authentication) | [사용
    사례](/docs/api-introduction/usecase-b2b)
  version: 1.0.0
servers:
  - url: https://xapi.bolta.io
    description: 볼타 API 서버
security:
  - basicAuth: []
tags:
  - name: 세금계산서
    description: >
      전자(세금)계산서 발행 및 관리. [발행 금액 계산](/docs/api-introduction/issuance-guide) |
      [수정발행 유형](/docs/api-introduction/amendment-guide)
  - name: 세금계산서 역발행
    description: >
      전자(세금)계산서 역발행 요청 및 관리. [이메일 승인
      역발행](/docs/api-introduction/usecase-reverse-email) | [간편 승인
      역발행](/docs/api-introduction/usecase-reverse-simple)
  - name: 공급자
    description: >
      세금계산서를 발행하는 공급자(발행자)를 등록·관리합니다. [용어 정리](/docs/api-introduction/glossary) |
      [대리 정발행](/docs/api-introduction/usecase-delegated)
  - name: 인증서
    description: |
      공급자 공동인증서 등록 및 관리. [인증 가이드](/docs/api-introduction/authentication)
paths:
  /v1/taxInvoices/{issuanceKey}:
    get:
      tags:
        - 세금계산서
      summary: 전자(세금)계산서 내용 조회
      description: >
        `발행 완료`된 전자(세금)계산서의 내용(국세청승인번호 포함)을 조회합니다. 발행 완료 전에는 조회되지 않습니다.


        활용 예시: [B2B 거래](/docs/api-introduction/usecase-b2b) | [정기
        결제](/docs/api-introduction/usecase-recurring)
      parameters:
        - name: issuanceKey
          in: path
          description: 발행 요청 식별번호
          required: true
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  issuanceKey:
                    type: string
                    description: 발행 식별 키
                  ntsTransactionId:
                    title: 국세청승인번호
                    description: 국세청승인번호
                    type: string
                  issuedAt:
                    title: '발행일시(포맷: ISO8601)'
                    description: '발행일시(포맷: ISO8601)'
                    type: string
                  invoice:
                    type: object
                    properties:
                      date:
                        $ref: '#/components/schemas/DateString'
                        title: 작성일자
                        description: 작성일자
                      purpose:
                        $ref: '#/components/schemas/IssuancePurpose'
                        title: 발행목적
                        description: 'RECEIPT: 영수, CLAIM: 청구'
                      supplier:
                        $ref: '#/components/schemas/TaxInvoiceSupplier'
                      supplied:
                        $ref: '#/components/schemas/TaxInvoiceRecipient'
                      items:
                        type: array
                        items:
                          $ref: '#/components/schemas/TaxInvoiceItem'
                        minItems: 1
                        maxItems: 16
                      description:
                        type: string
                        title: 세금계산서 비고
                        description: 세금계산서 비고
                        minLength: 1
                        maxLength: 150
                    required:
                      - purpose
                      - supplied
                      - supplier
                      - items
                      - date
                required:
                  - issuanceKey
                  - ntsTransactionId
                  - invoice
                  - issuedAt
          headers: {}
      deprecated: false
components:
  schemas:
    DateString:
      type: string
      format: date
      examples:
        - '2024-08-24'
    IssuancePurpose:
      type: string
      description: 'RECEIPT: 영수, CLAIM: 청구'
      enum:
        - RECEIPT
        - CLAIM
    TaxInvoiceSupplier:
      type: object
      properties:
        identificationNumber:
          $ref: '#/components/schemas/BusinessRegistrationNumber'
          title: 사업자등록번호
          description: 사업자등록번호
        taxRegistrationId:
          title: 종사업장번호
          description: 종사업장번호
          anyOf:
            - $ref: '#/components/schemas/TaxRegistrationId'
            - type: 'null'
        organizationName:
          $ref: '#/components/schemas/OrganizationName'
          title: 상호명
          description: 상호명
        representativeName:
          $ref: '#/components/schemas/RepresentativeName'
          title: 대표자명
          description: 대표자명
        address:
          title: 주소
          description: 주소
          anyOf:
            - $ref: '#/components/schemas/Address'
            - type: 'null'
        businessItem:
          title: 종목
          description: 종목
          anyOf:
            - $ref: '#/components/schemas/BusinessItem'
            - type: 'null'
        businessType:
          title: 업태
          description: 업태
          anyOf:
            - $ref: '#/components/schemas/BusinessType'
            - type: 'null'
        manager:
          $ref: '#/components/schemas/TaxInvoiceManager'
          title: 담당자
          description: 담당자
      required:
        - identificationNumber
        - manager
        - organizationName
        - representativeName
    TaxInvoiceRecipient:
      type: object
      properties:
        identificationNumber:
          $ref: '#/components/schemas/RecipientIdentificationNumber'
          title: 식별번호(사업자등록번호, 주민등록번호, 외국인등록번호)
          description: 식별번호(사업자등록번호, 주민등록번호 형식, 외국인등록번호 형식)
        taxRegistrationId:
          title: 종사업장번호
          description: 공급받는자 식별번호가 사업자등록번호가 아닌 경우 `null`로 전달하거나 필드를 생략해야 합니다.
          anyOf:
            - $ref: '#/components/schemas/TaxRegistrationId'
            - type: 'null'
        organizationName:
          $ref: '#/components/schemas/OrganizationName'
          title: 상호명
          description: 상호명
        representativeName:
          $ref: '#/components/schemas/RepresentativeName'
          title: 대표자명
          description: 대표자명
        address:
          title: 주소
          description: 주소
          anyOf:
            - $ref: '#/components/schemas/Address'
            - type: 'null'
        businessItem:
          title: 종목
          description: 종목
          anyOf:
            - $ref: '#/components/schemas/BusinessItem'
            - type: 'null'
        businessType:
          title: 업태
          description: 업태
          anyOf:
            - $ref: '#/components/schemas/BusinessType'
            - type: 'null'
        managers:
          type: array
          items:
            $ref: '#/components/schemas/TaxInvoiceManager'
          title: 담당자
          description: 담당자
          minItems: 1
          maxItems: 2
      required:
        - representativeName
        - managers
        - identificationNumber
        - organizationName
    TaxInvoiceItem:
      type: object
      properties:
        date:
          $ref: '#/components/schemas/DateString'
          title: 공급일자
          description: 공급일자
        name:
          type: string
          title: 품목명
          description: 품목명
          maxLength: 100
          minLength: 1
        unitPrice:
          type:
            - integer
            - 'null'
          title: 단가
          description: 단가
          minimum: 0
          exclusiveMinimum: 0
          examples:
            - 100
        quantity:
          type:
            - integer
            - 'null'
          title: 수량
          description: 수량
        supplyCost:
          type: integer
          title: 공급가액
          description: 공급가액
          minimum: 1
          examples:
            - 1000
        tax:
          type:
            - integer
            - 'null'
          title: 세액
          description: 세액
          minimum: 1
          examples:
            - 100
        specification:
          type:
            - string
            - 'null'
          title: 규격
          description: 규격
          maxLength: 60
        description:
          type:
            - string
            - 'null'
          title: 품목 비고
          description: 품목 비고
          maxLength: 100
      required:
        - date
        - name
        - supplyCost
    BusinessRegistrationNumber:
      type: string
      title: 사업자등록번호
      description: '하이픈(-) 없는 10자리 숫자. 패턴: `^\d{10}$`'
      pattern: ^\d{3}\d{2}\d{5}$
      examples:
        - '1234567890'
    TaxRegistrationId:
      type: string
      title: 종사업장번호
      description: '4자리 숫자, `0000` 제외. 패턴: `^(?!0{4})\d{4}$`'
      pattern: ^(?!0{4})\d{4}$
      examples:
        - '0001'
        - '0002'
      minLength: 4
      maxLength: 4
    OrganizationName:
      type: string
      title: 상호명
      description: 상호명
      maxLength: 70
      minLength: 1
    RepresentativeName:
      type: string
      title: 대표자명
      description: 대표자명
      minLength: 1
      maxLength: 30
    Address:
      type: string
      title: 주소
      description: 주소
      maxLength: 150
      minLength: 1
    BusinessItem:
      type: string
      title: 종목
      description: 종목
      maxLength: 100
      examples:
        - 소프트웨어 개발 및 공급업
      minLength: 1
    BusinessType:
      type: string
      title: 업태
      description: 업태
      maxLength: 100
      examples:
        - 정보통신업
      minLength: 1
    TaxInvoiceManager:
      type: object
      properties:
        email:
          $ref: '#/components/schemas/Email'
          title: 이메일
          description: 이메일
        name:
          type:
            - string
            - 'null'
          title: 이름
          description: 이름
          maxLength: 30
          minLength: 1
        telephone:
          type:
            - string
            - 'null'
          title: 휴대전화번호
          description: '패턴: `^010-\d{3,4}-\d{4}$`'
          maxLength: 20
          examples:
            - 010-1234-5678
            - 010-123-4567
          pattern: ^010-\d{3,4}-\d{4}$
      required:
        - email
    RecipientIdentificationNumber:
      type: string
      title: 식별번호
      description: 사업자등록번호 10자리, 주민등록번호 형식 13자리, 외국인등록번호 형식 13자리. 하이픈(-) 없는 숫자.
      pattern: ^\d{10}(\d{3})?$
      examples:
        - '1234567890'
        - '9001011234567'
        - '9001015234567'
    Email:
      type: string
      title: 이메일
      description: '패턴: `^[a-zA-Z0-9.!#$%&''*+/=?^_`{|}~-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$`'
      format: email
      pattern: ^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
      maxLength: 40
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic
      description: API 키를 Base64 인코딩하여 전달합니다. Username에 API 키를 입력하고 Password는 비워두세요.

````