# 현금영수증 API

현금거래분에 대해 구매자를 인식할 수 있는 고유식별정보(휴대폰번호/주민등록번호/카드번호)를 이용해 현금영수증을 발행하고 국세청에 전송하는 API 입니다. 가맹점은 구매자 유형에 따라 개인은 “소득공제용”, 사업자에게는 “지출증빙용” 현금영수증을 발행합니다. 팝빌 현금영수증은 \[국세청 현금영수증 시스템사업자 파일 송수신 규격]을 준수하고 있으며, 일반발행/취소발행 모든 발행유형을 지원합니다.

> 팝빌은 연동개발을 위해 독립적으로 구성된 “팝빌 테스트 환경”, “팝빌 운영(Production) 환경” 을 지원하고 있습니다.\
> 팝빌 테스트 환경은 가상화 처리되는 국세청 전송 프로세스를 제외한 모든 기능이 팝빌 운영(Production) 환경과 동일하게 작동합니다.

## API 목록

### 발행

- [1. RegistIssue - 승인 현금영수증 발행](https://developers.popbill.com/reference/cashbill/pb/api/issue#RegistIssue)
- [2. RevokeRegistIssue - 취소 현금영수증 발행](https://developers.popbill.com/reference/cashbill/pb/api/issue#RevokeRegistIssue)
- [3. Bulksubmit - 초대량 발행 접수](https://developers.popbill.com/reference/cashbill/pb/api/issue#BulkSubmit)
- [4. GetBulkResult - 초대량 접수결과 확인](https://developers.popbill.com/reference/cashbill/pb/api/issue#GetBulkResult)
- [5. Erase - 삭제](https://developers.popbill.com/reference/cashbill/pb/api/issue#Delete)

### 정보확인

- [1. GetInfo - 상태 확인](https://developers.popbill.com/reference/cashbill/pb/api/info#GetInfo)
- [2. GetInfos - 다수건 상태 확인](https://developers.popbill.com/reference/cashbill/pb/api/info#GetInfos)
- [3. GetDetailInfo - 상세정보 확인](https://developers.popbill.com/reference/cashbill/pb/api/info#GetDetailInfo)
- [4. CheckMgtKeyInUse - 문서번호 사용 여부 확인](https://developers.popbill.com/reference/cashbill/pb/api/info#CheckMgtKeyInUse)
- [5. Search - 목록 조회](https://developers.popbill.com/reference/cashbill/pb/api/info#Search)
- [6. GetURL - 문서함 팝업 URL](https://developers.popbill.com/reference/cashbill/pb/api/info#GetURL)

### 보기/인쇄

- [1. GetPopUpURL - 현금영수증 팝업 URL](https://developers.popbill.com/reference/cashbill/pb/api/view#GetPopUpURL)
- [2. GetViewURL - 현금영수증 팝업 URL \[보기 전용\]](https://developers.popbill.com/reference/cashbill/pb/api/view#GetViewURL)
- [3. GetPrintURL - 인쇄 팝업 URL](https://developers.popbill.com/reference/cashbill/pb/api/view#GetPrintURL)
- [4. GetMassPrintURL - 다건 인쇄 팝업 URL](https://developers.popbill.com/reference/cashbill/pb/api/view#GetMassPrintURL)
- [5. GetMailURL - 메일 보기 팝업 URL](https://developers.popbill.com/reference/cashbill/pb/api/view#GetMailURL)
- [6. GetPDFURL - PDF 다운로드 URL](https://developers.popbill.com/reference/cashbill/pb/api/view#GetPDFURL)

### 부가기능

- [1. SendEmail - 메일 재전송](https://developers.popbill.com/reference/cashbill/pb/api/etc#SendEmail)
- [2. SendSMS - 문자 재전송](https://developers.popbill.com/reference/cashbill/pb/api/etc#SendSMS)
- [3. SendFAX - 팩스 전송](https://developers.popbill.com/reference/cashbill/pb/api/etc#SendFAX)
- [4. AssignMgtKey - 문서번호 할당](https://developers.popbill.com/reference/cashbill/pb/api/etc#AssignMgtKey)
- [5. ListEmailConfig - 알림메일 발송설정 조회](https://developers.popbill.com/reference/cashbill/pb/api/etc#ListEmailConfig)
- [6. UpdateEmailConfig - 알림메일 발송설정 수정](https://developers.popbill.com/reference/cashbill/pb/api/etc#UpdateEmailConfig)
