Authentication
All API requests require authentication using a Bearer token.API Keys
Get your API key from the Proxy Dashboard.Using Your API Key
Include your API key in theAuthorization header:
Test vs Live Keys
| Key Prefix | Environment |
|---|---|
sk_test_ | Test mode - no real transactions |
sk_live_ | Live mode - real card transactions |
Test Mode
Use test mode keys to develop and test your integration without processing real transactions.- Creates test customers and cards
- Simulates transactions
- No real money movement
Key Security
Best practices for API key security:- Never commit keys - Use environment variables
- Rotate regularly - Generate new keys periodically
- Limit scope - Use separate keys for different environments
- Monitor usage - Check API logs for unexpected activity
Revoking Keys
If a key is compromised, revoke it immediately from the dashboard:- Go to Settings → API Keys
- Click the key to revoke
- Confirm revocation
Next Steps
Quickstart
Make your first API call
API Reference
Full API documentation