mFilterIt Reporting API

MFilterIt Reports are available as postbacks and through the MFilterIt Reporting Server.

Version 1.2

Overview

To allow a deeper and automated integration between the MFilterIt solution and the app developer’s in house systems, MFilterIt transfers reporting data with third party systems. The reporting server allows fraud reports for a given duration to be requested and also allows reporting postbacks to be pushed to third-party systems in real time.

Reporting Schema

The MFilterIT API encodes transaction information as a transaction object. The schema for this object is detailed below.

Reporting API

POST /transaction

The Reporting API publishes reporting data with third party servers. The reporting data is shared as an array of transactions. The transaction data is encoded in json format.

Swagger Definition

A Swagger definition of the API is available here.

The code generators available at Swagger can be used to generate templates for services that would receive data from this Reporting API.

Last updated