Table of Contents

Getting Started

Overview

The Flowe Platform includes two main technology assets:

  • a large set of REST APIs to Manage the Payment Network, Users's Wallet, Operations Management and so on
  • a Message Broker using Publisher-Subscriber pattern to receive asyncronous Events

REST APIs

We use the Azure Api Management as Api Gateway to provide our Apis, this is the Api Gateway provided by Microsoft Cloud. First of all, to interact with our Apis, you need to read the Authentication Guides, after that, get a look to our How-To docs to understand how it works and which Use Cases are available.

Finally, in the following sections you can find detailed documentation about apis.

Message Broker

For each Partner we Provide a Dedicated Subscription on our Message Broker (Azure Service Bus), so you can Listen the Events sent by our Workflows.

To Authenticate with the Message Broker follow the Authentication Guides.

To Know which Events will be Raised get a look at Business Router API, in this Page you can find Api to force the triggering of Events (Obviusly for development purpose only), the same models declared as body in the Api will be raised as Event in the Message Broker.