Your workplace needs more WOW. Get ready for MHR's World of Work 2026
BankAccountCreated, BankAccountChanged and BankAccountDeleted events
The payload for these events contains an array of bank accounts related to a person.
A BankAccountCreated event will be raised when:
- a person adds a new bank account
A BankAccountChanged event will be raised when:
- the person updates an existing bank account
A BankAccountDeleted event will be raised when:
- the person deletes an existing bank account
Field definitions for this event;
| Field Name | Data Type | Additional information |
|---|---|---|
| personId | guid | n/a |
| personalReference | string | max-length: 20 |
| abaNumber | string | |
| accountHolderName | string | |
| accountNumber | string | |
| accountTypeCode | string | |
| bankAccountCountryCode | string | |
| bankAddress | string | |
| bankName | string | |
| bic | string | |
| branchName | string | |
| clabeNumber | string | |
| iban | string | |
| isPrimary | boolean | |
| percentageSplit | int | |
| rollNumber | string | |
| routingCode | string | |
| sortCode | string |
Example of this event
{
"personId": "",
"personalReference": "",
"abaNumber": "",
"accountHolderName": "",
"accountNumber": "",
"accountTypeCode": "",
"bankAccountCountryCode": "",
"bankAddress": "",
"bankName": "",
"bic": "",
"branchName": "",
"clabeNumber": "",
"iban": "",
"isPrimary": "",
"percentageSplit": "",
"rollNumber": "",
"routingCode": "",
"sortCode": ""
}