Rejected: Voiding

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

{
  "PayLoadType": "ach.status.rejectedvoiding",
  "Payload": {
    "transaction_id": "d55b1f6d-fa0e-4074-8053-f8ca490e0456",
    "new_status": "REJECTED: VOIDING",
    "previous_status": "CHARGEBACK",
    "amount": "11.01",
    "rejection_reason_code": "",
    "rejection_reason_description": "Testing Returned message",
    "timestamp": "2025-12-23T10:41:03Z",
    "merchant_id": "6588000000994889",
    "currency": "USD"
  }
}

Last updated

Was this helpful?