v1
latestOpenAPI 3.0.02026-07-2640301.0 MBACH 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.
Example response
{
"Success": true,
"ValidationResult": "verified"
}