Webhook Sample: ach.received.declined

Webhook sample for when an ACH is declined
Webhooks
Webhook Sample: ach.received.declined
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "ach.received.declined",
  3.   "type": "debit",
  4.   "programId": "prg-659c9693-1111-19a1-be14-111111111111",
  5.   "accountId": "acc-b62x0f8f-1111-19a1-be14-111111111111",
  6.   "transferId": "",
  7.   "amount": "10000.00",
  8.   "createdAt": "2022-11-15T22:38:41Z",
  9.   "currency": "USD",
  10.   "description": "optional321Description",
  11.   "name": "John Doe",
  12.   "reason": "lowBalance",
  13.   "routingNumber": "084106768"
  14. }