event

Fraud Check Passed

Published when a payment passes fraud screening.

EventBroker:Kafka

Overview

FraudCheckPassed is published by the Fraud APIFraud APIServicev1.0.0External fraud screening API. It consumes payment requests and returns a pass or fail verdict for each. Publishesfraud-check-passed, fraud-check-failedSubscribespayment-requestedOwnerpayments-platformMapRepoView docs when a payment clears fraud screening. The Payment Processing SystemPayment Processing SystemSystemv1.0.0Internal system that orchestrates payment for orders. It authorizes payments, requests charges from the external payment...Ownerpayments-platformMapView docs uses it to allow the charge to proceed.

Architecture diagram

Event-driven architecture documentation: Acme Inc

JSON Schema

4 properties

Published when a payment passes fraud screening

paymentIdstring<uuid>
required
orderIdstring<uuid>
required
scorenumber

Fraud risk score; lower is safer

Minimum: 0
Maximum: 1
checkedAtstring<date-time>
required