Some links point to the service guide, which is currently available in Korean only.
Before you begin
1
Sign up and create a workspace
Sign up for Bolta, then create a workspace.
2
Issue a test API key
Create a test key under Developer Center > API Keys.Test keys start with
test_, and every issuance request is simulated.3
Register an issuer
Register the certificate owner with the Register Issuer API. Use the returned
issuerId with certificate-management APIs.4
Register a certificate
Use
issuerId with the Retrieve Issuer Certificate Registration URL API, then register the certificate at the returned URL.In the test environment you can use a test certificate, so you can test your integration even without a real certificate.
5
Top up credits (for live keys)
To call the API with a live key, you must top up credits in advance. You can top up at the Developer Center; if your credit balance is insufficient, API calls will fail.
Calls made with a test key (
test_) are free and require no credit top-up. For detailed pricing, see the Pricing guide.Your first API call
Once you have a test API key and have registered the issuer’s certificate, issue a tax invoice with the curl command below.If you also include the recipient manager’s mobile phone number, a KakaoTalk notification (AlimTalk) announcing the tax invoice is sent.
Check the response
If the issuance request succeeds, anissuanceKey is returned.
quickstart-unique-reference-id from the example with the client reference status API to check whether the request was accepted.
Afterwards, a webhook sends an issuance-complete notification, and you can check the result with the Retrieve Tax Invoice API.
Next steps
Authentication guide
Learn more about API key authentication and request headers.
Calculating the issuance amount
See how per-item amounts are calculated, with examples.
Use cases
Explore scenarios such as B2B transactions, recurring billing, and reverse issuance.
API Reference
Explore the full API endpoint reference.
