Business Module

The Business module is the main repository for tariff and money-related data.

It handles trip tariffs and billing functions, user payment method data and accounting, promotions and coupons.

Admin Interface

The Admin interface handles web service calls from the Admin web gui. The base url for this is at:

/api/business-admin/

A JSON file with OpenAPI data about all business-related admin APIs can be downloaded here.

Select a topic from the list below.

Statistics Interface

This interface allows for access to statistics data. The base url for this interface is at:

/api/business-statistics/

A JSON file with OpenAPI data about all business-related statistics APIs can be downloaded here.

A valid JWT is required for all statistics access.