> ## Documentation Index
> Fetch the complete documentation index at: https://docs.confidolegal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ACH Returns

Sometimes ACH payments get returned after they have been settled. When this happens the funds, that may have already hit the Firm's bank account, are reversed. Partial returns do not exist.

You can get notified when an ACH payment is returned by configuring the `transaction.ach_returned` webhook. See [webhooks](/docs/webhooks/configure) for more info.

### Testing

To test ACH returns, you can call the `sandboxOnlyTriggerAchReturn` on a Transaction with `type: achPayment`. This will simulate an `Insufficient Funds` return error code and send out a webhook.
