Design Principles

Fineract 1.x API Overview

Fineract 1.x

Rest api in JSON are exchanged between clients , once the data is processed it gets stored using the CQRS mechanism in DB.

The API is organized around REST.

The API is designed to have:

- predictable, resource-oriented URLs

- to use HTTP response codes to indicate API errors

- to use built-in HTTP features, like HTTP authentication and HTTP verbs, which can be understood by off-the-shelf HTTP clients.

JSON is returned in all responses from the API, including errors.

Last updated

Logo

Maintained by © Muellners Foundation. All Rights Reserved.