processingAccount.signature.signed

Event type: processingAccount.signature.signed
Version: 1.0.0
Resource: Boarding

We trigger this event when an owner or an authorized signatory signs the Merchant Processing Agreement (MPA) for a processing account.

Notification payload

AttributeDescription
processingAccountIdUnique identifier that we assigned to the processing account.
signedIndicates that an owner or an authorized signatory has signed the MPA. The value is true.

Example

1{
2 "specversion": "1.0",
3 "type": "processingAccount.signature.signed",
4 "version": "1.0.0",
5 "source": "payroc",
6 "id": "123e4567-e89b-12d3-a456-426614174000",
7 "time": "2026-05-21T11:30:00.000Z",
8 "datacontenttype": "application/json",
9 "data": {
10 "processingAccountId": "38765",
11 "signed": "true"
12 }
13}