DevelopersLive

Authentication

Authenticate merchant API requests with Yera Connect secret keys.

Bearer authentication

All public merchant API requests require an Authorization header with a Yera Connect secret key.

Authorization header
curl https://app.yeraconnect.io/api/v1/checkout/sessions \
  -H "Authorization: Bearer yera_test_sk_your_secret_key" \
  -H "Content-Type: application/json"

Key environments

  • Sandbox secret keys start with yera_test_sk_.
  • Live secret keys start with yera_live_sk_.
  • API requests must be made from trusted server-side code.
  • Never expose secret keys in browser code, mobile apps, or public repositories.

Scopes

Merchant API keys can be scoped. The current public scopes include checkout_sessions:create, payment_links:create, transactions:read, and webhooks:manage.

We use cookies

Yera Connect uses cookies to keep the website secure, remember preferences, and improve the merchant experience. By selecting Accept, you agree to our Cookie Policy.