Authentication & Keys

Your API Key and Account ID are generated when you create an account. Both are live keys — all test transactions flow through mainnet.

This is intentional, so you can experience the integration in a production-like environment and see exactly how real-world transactions behave.

Note: Keep your API Key secure. Do not expose it in client-side code or version control.

🛠️ Making Requests

All API requests to Kazza must include the following headers:

X-API-KEY: <API_KEY>
X-Account-ID: <ACCOUNT_ID>

Base URL

https://www.mykazza.api.business.com

See the screenshot above for how to navigate to the settings screen on your dashboard. From here, you can access your API credentials.

Last updated