Skip to main content
The Morapay API is the public HTTP surface for merchant integrations. Production base URL: https://api.morapay.io.

API families

Discover Merchant API v1

Endpoint index

Payments and catalog

Money movement

Account and keys

Recurring and events

Public catalog and checkout

Portal-only

Authentication

Every Merchant API call requires signed headers. See Authentication and Conventions.
TEST vs LIVE is determined by your key pair. Do not send x-merchant-environment with API keys.

Responses and errors

Success:
Failure responses include code, displayMessage, and requestId. During day-to-day integration you will commonly see 401, 403, 404, 422, and 429.
See Conventions for the full status code table and error envelope.

Coverage cross-reference

Client libraries

For typed helpers and automatic request signing, use the @morapay/sdk in Guides.