Aml Screening Failed Event (v1)

Event indicating that Anti-Money Laundering screening for a payment could not be initiated

Architecture

Schema

Message Schema

29 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

paymentId string <uuid>

Payment unique identifier in version 4 UUID format

userId string

Unique identifier of the user initiating the payment

debtorName string

Name of the debtor

debtorAccount object

Contains account details used in Anti-Money Laundering screening

debtorAddress object

Contains the address details

creditorName string

Name of the creditor

creditorAccount string → AmlAccount ❌ ref not found

Reference to #/components/schemas/AmlAccount (definition not found in root schema)

Title: AmlAccount

creditorAddress string → Address ❌ ref not found

Reference to #/components/schemas/Address (definition not found in root schema)

Title: Address

instructedAmount object

Contains the payment amount and currency code

remittanceInformationUnstructured string

Additional details about the payment

failure object
required