Event Stores

Our issuing solution is composed of several applications that pushes different types of events into one information repository.

Each Application can notify events toward this repository.

Event stores contains comments or business events that can be generated by the different applications (CMS, authorization server, customer service GUI,..) part of our solution.

Retrieve Event Stores

This API enables the list of events associated to a business reference type and a business reference value, for given period of time, to be retrieved.

A business reference type corresponds to a business domain like a CONTRACT, CARD, ACCOUNT whereas a business reference value can be typically a card, account, card contract reference.

The same event can be retrieved for different business reference types and business reference values. Event can be uniquely identified by its correlationId.

Currently, this API is mainly used to get the comments linked to a business reference value (e.g., a given card identifier).

API links

Search Event Stores

TThis API enables to retrieve the list of events associated to provided set of business reference types and a business reference values for given period of time.

A business reference types correspond to a business domain like a CONTRACT, CARD, ACCOUNT whereas a business reference values list for each provided type can be typically a card, account, card contract reference.

The same event can be retrieved for different business reference types and business reference values. Event can be uniquely identified by its correlationId.

Currently, this API is mainly used to get the comments linked to a business reference value (e.g., a given card identifier).

API links

Enable "on this page" menu on doc section
On