Monipay API Reference

REST API base URL, authentication, and versioning. HMAC-SHA256 signed.

API reference

The Monipay API allows developers to programmatically interact with the Monipay network.

Base URL

https://api.monipay.xyz/v1

Authentication

Monipay uses public/secret key pairs for authentication.

  • Public Key: Used for client-side operations (resolution, link generation).
  • Secret Key: Used for server-side operations (webhook verification, order management).

Versioning

The API version is specified in the URL path (currently /v1).

Read next