Skip to main content

API keys

Server-to-server endpoints authenticate with the X-API-Key header:
  • Keys are shown once at creation and stored hashed (SHA-256).
  • Revoke and rotate anytime from the dashboard (DEVELOPER role or above).
  • Never use an API key in browser or mobile code — use payment links or the iframe SDK client-side.

Rate limits

120 requests/minute per IP. 429 responses include standard X-RateLimit-* headers.

Errors