HTTP Request
Authentication
Include your bearer token on every request:Path Parameters
string
required
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
string
required
Unique identifier for the bank account.
string
required
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.
string
required
The bank account type:
checking or savings.string
required
How the account was connected. Either
manual (linked via the API) or plaid. The API only creates manual accounts.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, or
null if not yet started.datetime | null
The timestamp at which micro-deposits landed in the account. Verification can be attempted once this field is non-null.
number
required
The number of failed verification attempts made so far. The maximum is 3; exceeding it sets the account status to
unverified.