Skip to content

danielpuschmann/bae-charging-backend-test

Repository files navigation

Business Ecosystem Charging Backend

License Docs Docker Support Build Status

Introduction

This is the code repository for the Business Ecosystem Charging Backend, one of the components that made up the Business API Ecosystem GE. The Business API Ecosystem is part of FIWARE, and has been developed in collaboration with the TM Forum

Any feedback is highly welcome, including bugs, typos or things you think should be included but aren't. You can use GitHub Issues to provide feedback.

GEi Overal Description

The Business API Ecosystem is a joint component made up of the FIWARE Business Framework and a set of APIs (and its reference implementations) provided by the TMForum. This component allows the monetization of different kind of assets (both digital and physical) during the whole service life cycle, from offering creation to its charging, accounting and revenue settlement and sharing. The Business API Ecosystem exposes its complete functionality through TMForum standard APIs; concretely, it includes the catalog management, ordering management, inventory management, usage management, billing, customer, and party APIs.

In this context, the Business Ecosystem Charging Backend is the component in charge of processing the different pricing models, the accounting information, and the revenue sharing reports. With this information, the Business Ecosystem Charging Backend is able to calculate amounts to be charged, charge customers, and pay sellers.

Installation

The Business Ecosystem Charging Backend is installed as part of the Business API Ecosystem, so the instructions to install it can be found at the Business API Ecosystem Installation Guide. You can install the software in three different ways:

API Reference

For further documentation, you can check the API Reference available at:

Testing

To execute the unit tests, just run:

python manage.py test

Advanced Topics

You can also find this documentation on ReadTheDocs