Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 893 Bytes

File metadata and controls

13 lines (8 loc) · 893 Bytes

spWorkflow Handler: TransactionAlert

license

Template of handler dynamically loaded by spWorkflow using reflection of precompiled library. Spring and config match the assembly name and dynamically propogate json messages to this handler.

TransactionAlert is useful for fraud monitoring, real-time alerting and visualization of platform activity

Implementation:

  1. subscriber receives Payment class (with sub-classes of type card, qr and crypto payment)
  2. data provider receives DataProvider class with extra_data dictionary

Objective is to play a sound (approve/decline) based on transaction response code. Template serves as starting point for any extensions to dashboards, 3rd party notifications, or any transaction alerts screens