API Reference

Welcome to the API Reference section of our documentation. This section provides detailed information about the endpoints, request/response formats, and parameters available in our API. By using our API, you can integrate and interact with our platform programmatically, enabling seamless access to various features and functionalities.

Create Payout URL

All Create Payout API requests should be made to the following base URL:

https://cert.api.payout.monnet.io/api/v1/{{merchantId}}/payouts

Authentication

Before making any API calls, you need to authenticate your requests. Authentication is done using the merchant ID, API key, timestamp, and signature. Please refer to the Authentication section for more details on how to generate the required signature.

Endpoints

The API offers several endpoints to perform various operations and retrieve specific data. Each endpoint serves a specific purpose and accepts certain parameters. Please refer to the individual endpoint documentation for detailed information on how to use them effectively.

Request Format

All API requests should be made using the HTTP protocol. The request format for each endpoint may vary depending on the HTTP method (e.g., GET, POST) and the specific endpoint requirements. Please review the documentation of each endpoint for the correct request format.

Response Format

The API responses are returned in JSON format, providing structured and easily readable data. Each response contains relevant information about the success or failure of the request, along with any data or error messages returned. Please refer to the specific endpoint documentation to understand the response structure and the data it provides.

Error Handling

In case of errors or invalid requests, the API returns appropriate error codes and error messages to assist in troubleshooting. Please review the error handling section of each endpoint to understand the possible error scenarios and how to handle them in your application.

We recommend thoroughly exploring the available endpoints and their respective documentation to understand the full functionality of our API and leverage its capabilities to enhance your integration.

Last updated