API documentation for the fraud service

Base URL: http://fraud-frozone

Contact: Frozone frozone@hbc.com

Decision

Path: /decision

POST /decision

Consumes the decision about a transaction (usually meant for manual review) and triggers OMS to process/cancel the order

Body
Responses
CodeTypeDescription
200unit
400[Error]

Transaction

Store a transaction and give an immediate yes/no/maybe decision, if maybe send to manual review and await other endpoint

Path: /transaction

POST /transaction

Provides decision about a transaction by supplying order or other information

Responses
CodeTypeDescription
200Decision
400[Error]