Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.64 KB

File metadata and controls

39 lines (27 loc) · 1.64 KB

TRLinkResultFullPayload

TRLink screening result

Properties

Name Type Description Notes
provider String The TRLink provider name
timestamp BigDecimal Unix timestamp of the screening result
status StatusEnum Status of the TRLink screening
verdict TRLinkVerdictEnum [optional]
destAddress String The destination address associated with the TRLink screening [optional]
destTag String Destination tag for the screening [optional]
bypassReason String Reason for bypassing the TRLink screening [optional]
detailsMessage String Additional details message about the screening result [optional]
customerIntegrationId String Customer integration identifier [optional]
customerShortName String Customer short name [optional]
travelRuleMessageId String Travel rule message identifier for linking [optional]
result TRLinkProviderResultWithRule2 [optional]
matchedPrescreeningRule ScreeningTRLinkPrescreeningRule [optional]
matchedNoTrmScreeningRule ScreeningTRLinkMissingTrmDecision [optional]

Enum: StatusEnum

Name Value
COMPLETED "COMPLETED"
PENDING "PENDING"
BYPASSED "BYPASSED"
FAILED "FAILED"
FROZEN "FROZEN"