Skip to main content
All Payoes REST API requests require a valid API key in the Authorization header.

API keys

Create keys in the dashboard under Developers → API Keys.
The full API key is shown only once at creation. Store it securely. Payoes stores a hash and cannot recover the raw key.

Request format

Example:

Unauthorized requests

Missing or invalid keys return 401 Unauthorized:

Key rotation

To rotate a key:
  1. Create a new API key
  2. Update your application configuration
  3. Revoke the old key from the dashboard
Revoked keys stop working immediately.

Dashboard vs API authentication

Only server-side code should use API keys. Never expose keys in browser JavaScript or mobile apps.

API request logging

Authenticated API requests are logged under Developers → API Logs with method, path, status code, and duration.