Skip to main content

Overview

Programmatic access to your merchant account. Base URL:

Authentication

Merchant API requests are authenticated with a Payment API Key (format: ak_<base64>), sent in the X-API-Key header.

Getting a Payment API Key

  1. Log in to your Dashboard
  2. Go to Settings > API Keys > Payment API Keys
  3. Click Create New Key
  4. Copy your key (it won’t be shown again)

Using the Payment API Key

Keep your API keys secure. Never expose them in client-side code or public repositories.

Response Envelope

All responses use a consistent envelope:
Error responses use the same envelope with success: false and an additional error object:
Common status codes:

API Endpoints

Orders

List and read merchant orders

Products

List and read merchant products