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.
Example response
{
"Success": true,
"ValidationResult": "verified"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.