v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
ACH Payment

Void an ACH transaction.

put/ach/transactions/{transactionId}/void

Path parameters

transactionIdinteger required

The ID of the ACH transaction to void.

Headers

idempotency-keystring uuid required

A UUID-formatted idempotency key. Accepted format is 25-36 alphanumeric characters (including '-' and '_').

Response

The ACH transaction was successfully voided. This does not guarantee that all necessary sub-objects were updated, only a guarantee that the payments action was successful.

messagestring

Example response

{
  "message": "Successfully voided transaction ID #24732. Void transaction ID #24859 created."
}