Skip to main content

API Introduction

Moyasar provides a REST API that uses HTTP methods for the requests, authenticates via HTTP Basic Auth, and returns responses in JSON format.

Moyasar API is available in two modes: live mode and test mode. Using test mode does not impact your live data or interact with banking networks. The mode for the request is determined by the API Key used for authentication.

Postman Collection

You can download a Postman collection for the API from here:

info

Please note that this Postman collection is automatically generated from an OpenAPI spec file.