Close
logointerlace
Talk with us >

Webhook Recipient ACH Created

Event

recipient.ach.created

Explanation

FinTechs can utilize the Recipient ACH Created webhook to receive notifications whenever a new ACH (Automated Clearing House) recipient is successfully added, enabling timely updates for payment processing and recipient management.

When it occurs

This Webhook fires when a user adds a new recipient for ACH payments, such as a vendor or another bank account.

Payload

.

{
"event": "recipient.ach.created",
"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 Payment Wire Updated