v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
ACH Endpoints

ach/void

This method is used to void a previously created ACH transaction. Note, you can only void a transaction if it has not yet settled. If the transaction has already settled, then you can use the /ach/refund endpoint to reverse the transaction.

post/ach/void

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID for the void transaction

TransactionStatusstring required

A message indicating the current transaction status - cancelled

Timestampstring required

The timestamp when the transaction status was last modified

Example response

{
  "Success": true,
  "TransactionStatus": "cancelled",
  "Timestamp": "2022-02-04 12:34:56"
}