Authentication
Secure your requests using KiPay API keys.
API Keys
Every request to the KiPay API must be authenticated using a Bearer token in the Authorization header. You can generate and manage your keys in the KiPay Dashboard under the API Keys section.
Authorization: Bearer sk_live_...Key Prefixes
Keys are prefixed to help you identify their environment:
- •sk_sandbox_... : Used for testing in the sandbox environment.
- •sk_live_... : Used for real transactions in the production environment.
Never share your secret keys or commit them to version control. If a key is compromised, revoke it immediately from the dashboard.