Introduction
We'll assist you to integrate Moolre APIs to begin collecting payments and other services in no time!
Moolre's APIs follow REST principles and accept requests and return responses in JSON. Our APIs are all available over HTTPS at api.moolre.com.
Please direct any questions, problems, concerns and feedback to this Skype forum Skype page.
The request body data and response data are structured in JSON format. The content type for responses will always be set as application/json. Typically, all responses will adhere to the following format:
Field | Description | Format |
---|---|---|
status | The following condition returns 1 only if the provided details were successfully processed without any errors occurring during the processing | Integer Options: 1 - Request processed successfully. 0 - Request failed |
code | This doesn’t follow the HTTP status codes, it’s used to represent the function type | String |
message | This is a text stating some information about your transaction | String|Array |
data | If an actionable result is present, the following contains the outcome of the processing | String|Array|Object |
go | This may communicate a subsequent action to be performed by the Merchant. This is usually NOT APPLICABLE TO YOU. | Array|Object |