PayX uses API Keys to authenticate requests. You can view and manage your API keys in the PayX Dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.payx.company/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
Every account has two sets of keys:- Test Keys: Use these for development and testing. No real money will be moved.
- Live Keys: Use these for production. Real money will be moved.
| Key Type | Header Name | Example |
|---|---|---|
| Secret Key | x-api-key | sk_test_... or sk_live_... |
Authenticating Requests
All API requests must be made over HTTPS. To authenticate, include your Secret Key in thex-api-key header of your request.