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
The unique identifier of the bank account to verify. This is the
id returned when the account was created.Request Body
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.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.
Unique identifier for the bank account.
The updated verification status. Set to
verified on a successful call, or unverified if the maximum number of attempts has been exceeded.The bank account type:
checking or savings.How the account was connected. Always
manual for accounts created via the API.The display name assigned to this account.
The name of the financial institution.
The last four digits of the account number.
The last four digits of the routing number.
Whether this account is the default account for your business.
The timestamp at which micro-deposits were initiated.
The timestamp at which micro-deposits landed in the account.
The cumulative number of failed verification attempts. On a successful verification this value is not incremented. The maximum is 3.