POST /auth/verify
The /auth/verify endpoint verifies bank account and routing numbers and (optionally) account owner names against Plaid's database via Database Auth. It can be used to verify account numbers that were not collected via the Plaid Link flow.
This endpoint is currently in Early Availability; contact Sales or your Plaid account manager to request access.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
client_id |
String | No |
Your Plaid API |
legal_name |
String | No |
Account owner's legal name |
numbers |
Object | Yes |
An object containing identifying account numbers for verification via Database Auth |
numbers.ach |
Object | Yes |
ACH numbers for verification via Database Auth |
numbers.ach.account |
String | Yes |
Account's account number |
numbers.ach.routing |
String | Yes |
Account's routing number |
secret |
String | No |
Your Plaid API |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.