Close
logointerlace
Talk with us >

Webhook Payment ACH Created

Event

payment.ach.created

Explanation

FinTechs can leverage the Payment ACH Created webhook to receive notifications whenever a new ACH (Automated Clearing House) payment is initiated, allowing for timely tracking and management of electronic funds transfers.

When it occurs

This Webhook fires when a user or system initiates a new ACH payment for processing.

Payload

.

{
"event": "payment.ach.created",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"achPaymentId": "caad0e17-8b6a-491a-a419-138877291a85",
"fromAccountId": "00019812891",
"recipients": [
{
"achRecipientId": "00569546",
"customerId": "96522204-5aae-4659-9daa-63bd82029d22",
"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"
}
],
"amount": 250,
"dueDate": "2021-07-15",
"reason": "ach payment",
"secCode": "WEB",
"recurringACHPaymentId": "00045642648",
"scheduledTime": "2021-07-15T14:46:41.375Z",
"processedTime": "2021-07-15T14:46:41.375Z",
"failedTime": "2021-07-15T14:46:41.375Z",
"cancelledTime": "2021-07-15T14:46:41.375Z",
"startedProcessingTime": "2021-07-15T14:46:41.375Z",
"status": "SCHEDULED",
"links": {
"href": "https://api.infinant.com/interlace/v1/ach-payments/caad0e17-8b6a-491a-a419-138877291a85",
"action": "GET",
"rel": "ACH Payment Object",
"types": [
"application/json"
]
}
}
}
Previous
Webhook Transfer Internal Updated