v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
ACH Payment

Cancel a pending ACH transaction.

patch/ach/transactions/{transactionId}/cancel

Path parameters

transactionIdinteger required

The ID of the ACH transaction to cancel.

Headers

idempotency-keystring uuid required

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

Response

The pending ACH transaction was successfully cancelled.

messagestring

Example response

{
  "message": "Successfully cancelled ACH transaction #34232."
}