Home  /  API  /  Authentication

Authentication.
Predictable.

Every request is authenticated with a secret key over TLS. Test and live keys are fully isolated.

API keys

Pass your secret key as a bearer token. Test-mode keys hit the sandbox and never move real money. Rotate keys anytime from the dashboard without downtime.

auth.sh
# Bearer auth over HTTPS
curl https://api.orbytpay.com/v1/charges \
  -H "Authorization: Bearer sk_live_••••"

Start building

Keys, sandbox and docs — all in one place.