Skip to content

Suggested

API Dashboard

FundamentalsSandbox

Sandbox

Base URL, headers, and expectations for building and testing Conomy flows before production.

Sandbox is the environment for testing authentication, resource creation, payment payloads, lifecycle transitions, and webhook handling before production traffic.

ItemValue
Base URLhttps://api.conomyhq.com/sandbox
Auth endpointPOST /auth
Version headerconomyhq-api-version: 24-04-2025
Payload formatJSON
Note

Use sandbox to validate request shape and lifecycle handling. Do not treat sandbox processing times as production settlement guarantees.

Your sandbox credentials — clientId, clientSecret, and x-api-key — are available in the Sandbox Dashboard. Log in, navigate to Settings → API Keys to retrieve them.

Use clientId and clientSecret in POST /auth to obtain an access token. Include x-api-key as a header on every subsequent request.

  1. Authentication and token refresh.
  2. Identity, account, and customer creation.
  3. Available products for the country and currency pair.
  4. Payment creation and capture.
  5. Webhook delivery and idempotency.
  6. Error handling and retry behavior.

Start with Recipes, then use Transaction builder when you need to create a valid payment payload for a specific business intent.