To ensure seamless communication between your application and Novac payment, you'll need your API keys. Novac payment uses these keys to authenticate every request from your application. Each account is provided with two sets of API keys—public and secret keys—for both Test and Live modes.
Your public keys are non-sensitive and can be safely used on the client-side of your application. They’re designed to initiate transactions but cannot modify your account or access sensitive data.
Secret keys are highly sensitive and must remain confidential. They are required for accessing financial data and performing any API call on your account.
Important:
- Never expose your secret keys in client-side code.
- Treat secret keys like passwords and keep them secure.
- If you suspect that your secret key has been compromised, contact us immediately to regenerate a new one.
Obtaining your API Keys
Your API keys are readily accessible on your dashboard. To locate them:
- Log in to your dashboard.
- Navigate to Settings in the side menu.
- Select the API Keys tab on the Settings page. Here, you’ll find both your Public and Secret keys.
Important
Always keep your API keys secure to safeguard your account.