VERIFY
Account Ownership Via Name Match
Determine whether the first name and/or last name provided matches data tied to the bank account being verified.
How Account Ownership Via Name Match Works
This third tier of verification determines for consumer accounts whether the first name and/or last name provided matches data tied to the account being verified.
Users request an ownership check using the type
parameter of the Verify API.
Note: The person
object is required in order to run an Account Ownership via Name Match check.
Enum | Description |
---|---|
status_ownership | This request will first make a status check before making an ownership check. |
control_ownership | This request will make a control check in addition to a status check before making an ownership check. |
An ownership verification also includes an account status verification. Additionally, you may also include an account control verification.
Statuses
Status | Description |
---|---|
pending | The ownership status check request has been received and is in progress. |
full | The ownership status check came back as a full match, with both first and last names matching on the account. |
partial | The ownership status check came back as a partial match, with either first or last name matching. |
not_a_match | The ownership status check came back without any matches on first or last name. |
not_found | The data for the requested bank account information was not available to check for a match. |
canceled | The ownership status check was canceled due to an invalid account status. |
Fraud Controls
You will be blocked from making >5 verification requests to the same account within a 24 hour period.
Example Webhook
Was this page helpful?