v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
ACH Endpoints

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.

post/ach/validate-nacha

Response

Response indicating the result of the NACHA validation.

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required
ValidationResultstring required

The result of the NACHA validation. Possible values are: verified or failed.

Example response

{
  "Success": true,
  "ValidationResult": "verified"
}