v1
latestOpenAPI 3.0.02026-07-2640301.0 MBACH 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
Example response
{
"Success": true,
"TransactionStatus": "cancelled",
"Timestamp": "2022-02-04 12:34:56"
}