세금계산서 목록 조회
작성일 2026.03.13 | 수정일 2026.03.13
GET
/cash/v1/taxinvoiceQuery
corpNum— 사업자번호 필터 (최대 24자)
corpName— 사업자명 필터 (최대 64자)
stateCode— 세금계산서 상태코드 필터 (최대 14자). 아래 상태코드표 참조.
ntsResult— 국세청 전송결과 코드 필터 (최대 14자). 아래 결과코드표 참조.
openYN— 개봉 여부 필터
startDate— 조회 시작 날짜
endDate— 조회 종료 날짜
offset— 조회 시작 위치 (기본값: 0)
limit— 조회 건수 (기본값: 20)
발급받은 세금계산서 목록을 조회합니다. 상태코드, 국세청 전송결과, 사업자번호 등으로 필터링할 수 있습니다.
세금계산서 상태코드표
국세청 전송결과 코드표
Response
chat
응답은 아래 객체를 포함한 배열(Array) 형태입니다.
Structure
Response
[
{
"_id": "20240701-001",
"accountId": "12345678901234",
"taxType": "tax",
"corpNum": "1234567890",
"corpName": "(주)테스트",
"writeDate": "20240701",
"issueType": "regular",
"supplyCostTotal": 45455,
"taxTotal": 4545,
"totalAmount": 50000,
"purposeType": "receipt",
"itemKey": "KEY123456",
"stateCode": "304",
"openYN": true,
"openDT": null,
"ntsResult": "SUC001",
"ntsResultErrorCode": null,
"modifyCode": null,
"preIssuance": false,
"depositStatus": true,
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-02T08:00:00.000Z"
}
]