Skip to content

Overview

| View as Markdown

Easily integrate our payment solution into your application with minimal effort.

Our API documentation will guide you through the quick and secure integration process, enabling you to start accepting payments seamlessly. You’ll find all the necessary tools to embed a robust, secure payment solution that supports your entire workflow—from initial setup and order confirmation to effortless refunds. Start processing payments with a platform designed to elevate your business.

GET: Retrieves data from a specified resource. It is a read-only operation that does not alter server data.

POST: Sends data to the server to create or update a resource. Typically results in a new record being created or an existing one modified.

PUT: Replaces the current state of a resource with new data.

DELETE: Removes a specified resource from the server.

When an API call is made, the client (e.g., browser or application) sends a request specifying a URL, HTTP method (e.g., GET, POST), and, when necessary, additional data. The server processes this request and responds with.

Status: Indicates whether the request was successful.

Response: A summary of the server’s reply.

Data: The actual result of the request, such as retrieved or modified information.