For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settled

The following payload sample shows the update when the status of an ACH transaction changes to SETTLED.

{
  "PayLoadType": "ach.status.settled",
  "Payload": {
    "transaction_id": "0efb7431-092b-48d5-86e2-8ae7bd2ebcaa",
    "new_status": "SETTLED",
    "previous_status": "RETURNED",
    "amount": "23.11",
    "timestamp": "2026-01-08T13:05:32.9323063",
    "merchant_id": "0000000007702147",
    "currency": "USD",
    "settlement_date": "2026-01-08"
  }
}

Last updated

Was this helpful?