Zebra FSE API (1.0.0)

Download OpenAPI specification:

API Specification for Zebra FinSight Enhancer (FSE)

transactions

Enrich

Tries to enrich given transaction with merchant details

Authorizations:
(APIKeyHeaderAPIKeyQueryParam)
Request Body schema: application/json
required

The request body must be formatted as JSON.

id
required
string

a uniquie id of the transaction, used to help you correlate the data back to your system

required
object (TransactionInfo)

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "transaction": {
    }
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "enrichment": {
    }
}

EnrichRaw

Tries to enrich given transaction with merchant details

Authorizations:
(APIKeyHeaderAPIKeyQueryParam)
Request Body schema: application/json
required

The request body must be formatted as JSON.

id
required
string

a uniquie id of the transaction, used to help you correlate the data back to your system

description
required
string

raw description of transaction, unstructured

object (Location)

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "description": "string",
  • "location": {
    }
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "enrichment": {
    }
}

merchants

GetMerchant

returns details of given merchantid

Authorizations:
(APIKeyHeaderAPIKeyQueryParam)
path Parameters
id
required
string

Responses

Response samples

Content type
application/json
{
  • "name": "string",
  • "merchantId": "string",
  • "website": "string",
  • "logo": "string",
  • "phoneNumber": "string",
  • "email": "string",
  • "location": {
    }
}