Skip to main content

Base URL

Authentication

Store-scoped API key: Authorization: Bearer sk_live_... See API keys and scopes. List endpoints use cursor pagination (cursor, limit). See OpenAPI per route.

Public resource IDs

Merchant API responses use prefixed opaque IDs, never internal UUIDs: Tokens are 32 lowercase hex characters after the prefix (128-bit). See Payment Links API for plink_ vs plpub_.

Domains

Public merchant endpoints (summary)

Full schemas: OpenAPI reference generated from openapi.yaml.

Browser-facing (not API key management)

These routes are for checkout UIs, not server integration:
  • /v1/checkout/*: Hosted checkout session
  • /v1/public/payment-links/*: Buyer pay-link page and checkout

Not in public API

  • Merchant Admin session APIs (JWT login at app.meum.io)
  • /v1/customers: Not available (see Customers)

Examples

List invoices (cURL)

WooCommerce status (PHP)