Transaction Screening Objects

ComplianceResult

ParameterTypeDescription
amlAmlScreeningResultAn object containing AML screening result information.
amlListarray of AmlScreeningResultList of AML screening result objects.
amlRegistrationAmlRegistrationAn object containing AML registration information.
trTravelRuleScreeningResultAn object containing Travel Rule screening result information.
statusstringThe status of the AML or Travel Rule screening request.

AmlScreeningResult

ParameterTypeDescription
providerstringThe AML service provider.
payloadanyThe response of the AML service provider.
screeningStatusstringThe status of the AML screening request.
bypassReasonstringThe reason the transaction bypassed AML screening.
timestampnumberThe date of the AML screening request in timestamp format.

AmlRegistration

ParameterTypeDescription
providerstringThe AML service provider.
successbooleanSpecifies whether the AML registration was successful.
timestampnumberThe date of the AML registration in timestamp format.

TravelRuleScreeningResult

ParameterTypeDescription
providerstringThe Travel Rule service provider.
verdictstring[ACCEPT, REJECT, ALERT, WAIT, FREEZE, CANCEL]
payloadanyThe response of the Travel Rule service provider.
matchedRuleanyThe Travel Rule Post-Screening Policy rule that matched with the transaction.
matchedPrescreeningRuleanyThe Travel Rule Transaction Screening Policy rule that matched with the transaction.
bypassReasonstringThe reason the transaction bypassed Travel Rule screening.
timestampnumberThe date of the Travel Rule screening request in timestamp format.
statusstringThe status of the Travel Rule screening request.