ACH Void

Voids a previously created ACH transaction.

Request Headers

HeaderRequiredDescription
AuthorizationYesBearer YOUR_ACCESS_TOKEN
Content-TypeYesapplication/json

Path Parameters

ParameterTypeRequiredDescription
location_idstringYesIdentifier of the location.
transaction_idstringYesIdentifier of the transaction to be voided.

Request Body

No request body is required for this endpoint.


Response

200 — Success

If the request is successful, the transaction will be marked as void.


422 — Unprocessable Content

Returned when the request contains invalid data (for example, an amount below the minimum allowed).

{
  "error": {
    "code": 99183,
    "name": "ach_422",
    "message": "Unprocessable Content",
    "details": {
      "status": false,
      "message": "The given data was invalid.",
      "data": null,
      "errors": {
        "amount": [
          "The amount must be at least 10 cents."
        ]
      },
      "error_code": null
    }
  }
}

Path Params
string
required
Body Params
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json