Some links point to the service guide, which is currently available in Korean only.
API key authentication (Basic Auth)
The Bolta API uses HTTP Basic Authentication. Base64-encode your API key and include it in theAuthorization header.
Test key vs. live key
Tax invoices issued with a test key are not reported to the National Tax Service (NTS). Always use a test key during development and testing.
For how to issue an API key, see the API key guide.
Request headers
Supplier-Key
A header that identifies the supplier itself that issues the tax invoice. Pass thesupplierKey value obtained from the Register Supplier API.
Each
supplierKey is managed independently per API key. A supplierKey created under a test key and one created under a live key are different values and are not interchangeable.Client-Reference-Id
A header that guarantees the idempotency of a request. If you send a duplicate request with the sameClient-Reference-Id, the existing result is returned.
