전자세금계산서 발행
hometax__etax__invoice__issueREQUIRES prior hometax__session__login call with same account_link_id. Issue an e-tax invoice to 국세청. IRREVERSIBLE: once issued the buyer is notified and it enters VAT filing; it can only be corrected by issuing a 수정세금계산서. Call without confirm first — you get a preview of exactly what will be issued; show it to the user, get their approval, then retry with confirm=true. Never set confirm=true on your own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true ONLY after showing the preview to the user and receiving their explicit approval. Omit it on the first call to obtain the preview. | |
| splr_tin | No | Supplier TIN. Optional. | |
| dmnr_bsno | Yes | Buyer business registration number (구매자 사업자등록번호, 10 digits) | |
| item_name | Yes | Item/service name (품목명) | |
| bill_method | Yes | Billing method (청구방법): '01'=영수, '02'=청구 | |
| splr_mpb_no | No | 공급자 종사업장번호. 주사업장이면 "0". Optional (기본 "0"). | |
| supply_date | Yes | Supply date YYYYMMDD (공급일자) | |
| etxiv_knd_cd | No | Invoice kind code (세금계산서 유형 코드). Optional. | |
| etxiv_clsf_cd | No | Invoice class code (세금계산서 종류 코드). Optional. | |
| item_quantity | Yes | Item quantity (수량) | |
| account_link_id | No | Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has a separate ID (Hometax != NHIS != NPS != FourInsure). | |
| item_unit_price | Yes | Unit price (단가, KRW) |