Void an ACH transaction.Ask AIput https://api.helcim.com/v2/ach/transactions/{transactionId}/voidPath ParamstransactionIdintegerrequiredThe ID of the ACH transaction to void.Headersidempotency-keyuuidrequiredA UUID-formatted idempotency key. Accepted format is 25-36 alphanumeric characters (including '-' and '_').Responses 200The 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. 400Invalid request. Likely caused by providing an ACH transaction ID referencing a transaction that is not eligible for voiding. 403User does not have valid permissions. 500Unexpected internal error.Updated about 1 year ago