Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Version of Deliver and Verify APIs. Use v2022-09-21.
v2022-09-21
Body
Account number for US bank account. 4 to 17 digits are acceptable.
"00101044595"
9-digit American Bankers Association (ABA) routing number.
"021000021"
Name of account holder. Accepts alphanumeric characters and hyphens, dashes, periods, apostrophes, spaces, and diacritics.
1 - 255
"John Doe"
The type of verify request to make. If not provided, we will default to "status".
status
, control
, status_ownership
, control_ownership
Email address to notify once the statement code is sent to the account to verify account control.
Ownership details for a person
{
"first_name": "John",
"last_name": "Doe",
"ssn": "123121234",
"phone_number": "+11234567890"
}
Ownership details for a business
{
"business_name": "Acme",
"tax_id": "123456789",
"phone_number": "+11234567890"
}
Name of sender initiating the verification request. This name will appear on the statement and should be recognizable to the account holder. Accepts alphanumeric characters and hyphens, dashes, periods, apostrophes, spaces, and diacritics.
1 - 255
"Acme"
Response
200 response.