processingAccount.riskStatus.changed

Event type: processingAccount.riskStatus.changed
Version: 1.0.0
Resource: Boarding

We trigger this event when we change the risk status of a processing account. The risk status determines whether we hold or release funding for the account.

Notification payload

AttributeDescription
processingAccountIdUnique identifier that we assigned to the processing account.
riskStatusRisk status of the processing account. The status is one of the following values:

fullSuspense – We have suspended funding for the processing account. We hold all settlements until we complete our review.

nonFullSuspense – We have cleared the processing account for normal funding.

Example

1{
2 "specversion": "1.0",
3 "type": "processingAccount.riskStatus.changed",
4 "version": "1.0.0",
5 "source": "payroc",
6 "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
7 "time": "2024-09-15T10:45:00.000Z",
8 "datacontenttype": "application/json",
9 "data": {
10 "processingAccountId": "38765",
11 "riskStatus": "fullSuspense"
12 }
13}