Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
전자세금계산서 발행 결과 웹훅의 이벤트 타입과 페이로드를 안내합니다.
TAX_INVOICE_ISSUANCE_SUCCESS
TAX_INVOICE_ISSUANCE_FAILURE
{ "eventType": "TAX_INVOICE_ISSUANCE_SUCCESS", "data": { "issuanceKey": "IssuanceKey_0FE29D3930EF0C6F01J0XQ6WVFN3K9SB99Q6T13S50", "taxInvoiceUrl": "https://app.bolta.io/taxInvoices/..." } }
eventType
data.issuanceKey
data.taxInvoiceUrl
{ "eventType": "TAX_INVOICE_ISSUANCE_FAILURE", "data": { "issuanceKey": "IssuanceKey_0FE29D3930EF0C6F01J0XQ6WVFN3K9SB99Q6T13S50", "cause": { "code": "NOT_FOUND_CERTIFICATE", "message": "공동인증서가 등록되지 않았습니다." } } }
data.cause.code
data.cause.message
test_
live_