Overview
Paymint API keys authenticate your application with the Paymint SDK. You need at least one API key to use Paymint in your project.Before creating API keys, make sure you’ve connected your Paddle account first.
Creating an API Key
1
Navigate to API Keys
In the Paymint dashboard, go to Settings → API Keys.
2
Create a New Key
Click New API key and fill in:
- Name — A descriptive name (e.g., “Production App”, “Dev Server”)
- Environment — Sandbox or Production
- Description (optional) — Notes about what this key is used for
3
Copy Your Key
Your full API key is shown only once. Copy it immediately and store it securely.
Security Best Practices
Follow these practices to keep your API keys secure:Example .env.local
Key Environments
Managing Keys
From the Settings → API Keys page in the Paymint dashboard, you can:- View all your keys with their status and last usage date
- Revoke keys that are no longer needed
- Create new keys for different environments or services
Next Steps
Integration Example
Use your API key in a complete Next.js integration
Next.js SDK
Full API reference for hooks and server utilities
