Skip to main content

Authentication

All API requests require authentication using a Bearer token.

API Keys

Get your API key from the Proxy Dashboard.
Keep your API keys secure. Never expose them in client-side code or public repositories.

Using Your API Key

Include your API key in the Authorization header:

Test vs Live Keys

Test Mode

Use test mode keys to develop and test your integration without processing real transactions.
Test mode:
  • Creates test customers and cards
  • Simulates transactions
  • No real money movement

Key Security

Best practices for API key security:
  1. Never commit keys - Use environment variables
  2. Rotate regularly - Generate new keys periodically
  3. Limit scope - Use separate keys for different environments
  4. Monitor usage - Check API logs for unexpected activity

Revoking Keys

If a key is compromised, revoke it immediately from the dashboard:
  1. Go to Settings → API Keys
  2. Click the key to revoke
  3. Confirm revocation
Revoked keys immediately stop working.

Next Steps

Quickstart

Make your first API call

API Reference

Full API documentation