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

Chargeback

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

{
  "PayLoadType": "ach.status.chargeback",
  "Payload": {
    "transaction_id": "d55b1f6d-fa0e-4074-8053-f8ca490e0456",
    "new_status": "CHARGEBACK",
    "previous_status": "SETTLED",
    "amount": "11.01",
    "rejection_reason_code": "R01",
    "rejection_reason_description": "Insufficient Funds",
    "timestamp": "2025-12-23T10:41:03Z",
    "merchant_id": "6588000000994889",
    "currency": "USD"
  }
}

Last updated

Was this helpful?