An API to validate account and routing numbers.
POST /api/v3/accounts/validate
Field | Type | Required |
---|---|---|
bank_account | object | yes |
bank_account.account_number | string | yes |
bank_account.routing_number | string | yes |
bank_account.account_type | string [checking , savings ] | no |
location | object | no |
location.address | object | no |
location.address.street_1 | string | yes, if address object included |
location.address.street_2 | string | no |
location.address.city | string | yes, if address object included |
location.address.state | string | yes, if address object included |
location.address.zip | string | yes, if address object included |
location.gps | object | no |
location.gps.latitude | decimal | yes, if gps object included |
location.gps.longitude | decimal | yes, if gps object included |
location.ip_address | string | no |
identity | object | no |
identity.individual | object | no |
identity.individual.first_name | string | yes, if individual object included |
identity.individual.last_name | string | yes, if individual object included |
identity.individual.middle_name | string | no |
identity.individual.prefix | string | no |
identity.individual.suffix | string | no |
identity.individual.email | string | no |
identity.individual.phone_number | string | no |
identity.individual.device_id | string | no |
identity.organization | object | no |
identity.organization.name | string | yes, if organization object included |
identity.organization.alternate_name | string | no |
identity.organization.email | string | no |
identity.organization.phone_number | string | no |
identity.organization.device_id | string | no |
actions | object | no |
actions.name_match | boolean | no |