About Us
Authentication
For security, all Charge API requests require authentication with API keys. You can view and manage your API keys in the Charge Dashboard.
- Keys determine environment:
ch_sk_test_
for testing,ch_sk_live_
for production - Restricted API keys available for granular permissions
AUTHENTICATED REQUEST
Security Best Practices
- HTTPS Only: All API requests must use HTTPS
- Rotate regulary your API keys.
- Keep your secret keys secure! Never commit them to source control repositories, include them in client-side code, or expose them in public-facing applications.