---
title: "ach/validate-nacha"
method: POST
path: "/ach/validate-nacha"
tags: ["ACH Endpoints"]
---

# ach/validate-nacha

`POST /ach/validate-nacha`

This endpoint is used to trigger a NACHA validation on the provided bank account. In the endpoint below, either Token or ABARoutingNumber/AccountNumber are required. Either a CompanyName OR FirstName and LastName must be provided.

## Response `200`

Response indicating the result of the NACHA validation.

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required
  - `ValidationResult` string, required — The result of the NACHA validation. Possible values are: verified or failed.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
