Manual Review Document Requested Payload
The Manual Review Document Requested payload (payloadTypeId=611
) contains information about additional documents that have been requested from a customer in order to complete the manual review workflow during customer registration/onboarding.
Possible properties in data
node:
data
node:Click to expand
bankId
clientId
createdDate
customerId
documentReasonType
documentType
manualReviewId
payloadTypeId
programId
Example Payload
{
"accountId":0,
"contextId":"00000000-0000-0000-0000-000000000000",
"data":[
[
{
"ManualReviewId":88477343,
"CustomerId":1071823,
"DocumentReasonType":"Manual Review",
"DocumentType":"UtilityBill",
"CreatedDate":"2021-09-24T08:28:33.4916364-05:00",
"BankId":212,
"ClientId":9045,
"ProgramId":9049,
"payloadTypeId":611
}
]
],
"eventTimeUtc":"2021-09-24T08:28:10+00:00",
"externalAccountId":0,
"impactedCustomerId":1071823,
"impactedUserId":0,
"payloadTypeId":611,
"transactionId":0,
"userEventId":12345678,
"userEventTypeId":49000001,
"version":1
}
Data can be empty. Don't rely on there being any data.
Updated about 1 year ago