Echezona API Reference
Introduction
This API provides a comprehensive set of endpoints for our payment gateway operations, including account management, payment processing, and merchant management.
API Protocols
Our APIs adhere to the REST architecture, ensuring consistency and reliability for developers.
Communication Standards
- HTTP Methods: We use standard methods like
GET
&POST
. - Response Format: Responses are returned in
JSON
format. - Request Headers: Include the following in your requests:
Content-Type: application/json
Postman Collection
Our Postman collection provides an easy way to explore our APIs without writing any code.
It includes pre-configured requests and response examples to help you get started quickly.
To begin using the collection:
- Fork the collection.
- Add your API Keys.
- Adjust the mock data as needed to match your use case.
Base URL
The Base URL
serves as the starting point for all API calls. It ensures consistency and simplifies the process of interacting with the API endpoints.
All requests should be directed to the following Base URL:
Example Usage
When making an API call, append the desired endpoint to the Base URL. For example:
- Endpoint:
/Payments/Initialize
- Full URL:
https://api.echezona.com/api/Payments/Initialize
Additional Notes
- Ensure your API client is configured to use this Base URL for all requests.
- Always include the necessary authentication headers (e.g., Bearer token) and other required parameters.
- The API uses HTTPS, so all communications are encrypted for security.