verified and becomes eligible for payments. This step confirms that your business has access to the bank account.
HTTP Request
Authentication
Include your bearer token on every request:Path Parameters
string
required
The unique identifier of the bank account to verify. This is the
id returned when the account was created.Request Body
string
required
The first micro-deposit amount in dollars (not cents). For example,
"0.05" represents five cents. Check the account holder’s bank statement for the exact value.string
required
The second micro-deposit amount in dollars (not cents). For example,
"0.07" represents seven cents. Check the account holder’s bank statement for the exact value.Response Fields
On success, the API returns the updated bank account object withstatus set to verified.
string
required
Unique identifier for the bank account.
string
required
The updated verification status. Set to
verified on a successful call, or unverified if the maximum number of attempts has been exceeded.string
required
The bank account type:
checking or savings.string
required
How the account was connected. Always
manual for accounts created via the API.string | null
The display name assigned to this account.
string | null
The name of the financial institution.
string | null
The last four digits of the account number.
string | null
The last four digits of the routing number.
boolean
required
Whether this account is the default account for your business.
datetime | null
The timestamp at which micro-deposits were initiated.
datetime | null
The timestamp at which micro-deposits landed in the account.
number
required
The cumulative number of failed verification attempts. On a successful verification this value is not incremented. The maximum is 3.