Webhooks
If you specify a webhook URL in the /transfer-to/ach/create
endpoint, every time a transaction status changes due to a response connectFi has received, the system will make a single POST
call to the specified URL with the following body.
{
"cFiTransactionId": "CLIENTID_3A5dSDcMFdlWK54dj1cacU",
"reference": "extTrnAch153",
"cFiAggregatorId": "CLIENTID",
"status": "Initiated",
"dtsCreatedAt": "2023-06-28T13:26:59.312Z",
"effectiveEntryDate": "2023-06-28",
"individualName": "John Smith",
"routingNumber": "123456789",
"amount": 3.15,
"currency": "USD",
"DFIAccountNumber": "123456789"
}