Close
logointerlace
Talk with us >

Webhook Recipient ACH Updated

Event

recipient.ach.updated

Explanation

FinTechs can leverage the Recipient ACH Updated webhook to receive notifications whenever changes are made to an existing ACH (Automated Clearing House) recipient, ensuring that all records are current and facilitating effective payment management.

When it occurs

This Webhook fires when key information related to an ACH recipient, such as name, bank account number, or routing number, is updated.

Payload

.

{
"event": "recipient.ach.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"achRecipientId": "00569546",
"customerId": "0a8695e0-5a3e-42b6-a0e7-fadcfe62ef79",
"name": "George Harrison",
"nickname": "gharrison",
"rtn": "AUEKKASK",
"accountNumber": "09102901",
"amount": 100,
"address": {
"line1": "3707 Kenwood Place",
"line2": "Apt. 402",
"city": "Oakland",
"postalCode": "38948",
"state": "Mississippi",
"country": "US"
},
"accountType": "CHECKING"
}
}
Previous
Webhook Recipient ACH Created