Rejected: Authorization Declined

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

{
  "PayLoadType": "ach.status.rejectedauthorizationdeclined",
  "Payload": {
    "transaction_id": "d55b1f6d-fa0e-4074-8053-f8ca490e0456",
    "new_status": "REJECTED: AUTHORIZATION DECLINED",
    "previous_status": "RETURNED",
    "amount": "11.01",
    "rejection_reason_code": "R07",
    "rejection_reason_description": "Authorization Revoked by Customer",
    "timestamp": "2025-12-23T10:41:03Z",
    "merchant_id": "6588000000994889",
    "currency": "USD"
  }
}

Last updated

Was this helpful?