OhentPay

Guides

Welcome to the OhentPay API documentation

Our comprehensive API allows you to integrate and automate your payment processes into your business workflow and it's fully compatible with any business software. Most of the functionalities that are available in the management dashboard and mobile app are also available through the API, allowing you to automate every aspect of your business processes with us.

We aim to make our APIs as RESTful as possible without compromising on ease of use, security and extensibility, and we're open to any suggestions/changes that would enable you make the best use of our services.

Authorization

To get started using our API, you need to generate an API Access key in your account. This will enable you to authenticate your requests to us. The API Key must be passed through HTTP header as a Bearer token.

Authorization: Bearer {{API_KEY}}

Requests and Responses

All requests must be made using the HTTPS protocol. Data, when required must be sent as JSON Content-Type with the appropriate header set as well. All responses from us are formated as JSON, unless explicitly stated.

We use standard HTTP Response codes, and all 200 OK responses come with a JSON data that confirms result.

Monetary values

All monetary values are in lowest denomination of the currency unless otherwise stated. As example, when designating $100 (USD), the value would be stated in cents as 10000

On this page