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 processed virtually.3
Register a certificate
Register your certificate under Bolta Settings > Certificate.
In the test environment you can use a test certificate, so you can test your integration even without a real certificate.
4
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 the supplier’ssupplierKey, 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.
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.
