Skip to main content
All protected merchant endpoints require two headers:
If authentication fails, the API returns 401 Unauthorized.

Credential handling

  • Create API keys in the merchant dashboard.
  • Store X-Api-Secret in a secret manager.
  • Never expose API secrets in mobile apps, browsers, logs, or public repositories.
  • Rotate or revoke credentials from the dashboard if a secret is exposed.

Example

Merchant resources are scoped to the merchant attached to the API key. A key cannot access another merchant’s customers, quotes, payments, transfers, or webhook configuration.
Last modified on July 8, 2026