Allows a user to validate an account/routing number status as well as the name of the owner on the account.

Swagger specifications link 

Technical documentation link 

STATUS: Public Comment

HTTP verb
Body MIME Type
application/json
Body documentation
Account to be validated
Body sample
{
"account": {
"identification": "11101012"
},
"agent":{
"clearingSystemIdentification":"USABA",
"memberIdentification": "061103852"
},
"owner":{
"surname": "Buyer",
"givenName": "Brenda",
"middleName": "I",
"nameSuffix":"PhD"
},
"cashAccountType": "Current"
}
Tags
Resource base URL
https://api.afinis.org/accounts/v1
Resource path
/validatewithname
Security schemes
APIKeyQueryParam