processingAccount.funding.status.changed


Event type: processingAccount.funding.status.changed
Version: 1.0
Resource: Boarding
We trigger this event when we change the funding status of a processing account, for example, we stop funding the merchant if there is an issue with their bank account details on their funding account.
Note: When we change the funding status to disabled, the merchant can still run transactions but won't receive the funds for the transactions.

Notification payload

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

enabled – We send funds to the merchant.

disabled – We don't send funds to the merchant, but the merchant can still run transactions.

Example

{
"specversion": "1.0",
"type": "processingAccount.status.changed",
"version": "1.0"
"source": "payroc",
"id": "123e4567-e89b-12d3-a456-426614174000",
"time": "2024-05-12T12:34:56.789Z",
"datacontenttype": "application/json",
"data": {
"processingAccountId": "12345678",
"status": "enabled"
}
}