HTTP Request
Authentication
Include your bearer token on every request:Path Parameters
The unique identifier of the bank account to retrieve. This is the
id returned when the account was created, or from the list accounts response.Response Fields
Unique identifier for the bank account.
Current verification status of the account. One of:
pending_verification— micro-deposits have been initiated and are awaiting confirmation.verified— account is verified and ready to use for payments.unverified— verification failed because the maximum number of attempts was exceeded.removed— account has been deleted.
The bank account type:
checking or savings.How the account was connected. Either
manual (linked via the API) or plaid. The API only creates manual accounts.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, or
null if not yet started.The timestamp at which micro-deposits landed in the account. Verification can be attempted once this field is non-null.
The number of failed verification attempts made so far. The maximum is 3; exceeding it sets the account status to
unverified.