Fetch an Account
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Response
Bank account number. Filterable.
Account Product used to create the account
One of checking
or savings
Invoice account numbers associated with the account
Address associated with the account
Available funds in this account. If not available, the value will be null
ID of the bank with which the account is associated
Array of IDs of Business objects representing all businesses that own this account. Always empty for personal accounts
Three-letter ISO currency code in lowercase, indicating the currency denominating the account. Currently only USD
is supported
Last known account balance, with two-decimal precision. Note that some accounts may not support this field; if not available, the value will be null
true
if the account has ever been funded with an amount greater than $0, false
otherwise
Unique identifier for object
Details related to account lock (returned only when locked
is true
).
true
if the account is in a locked state, false
otherwise
Mailing address associated with the account
Name of the person or company that owns the bank account
ID of the organization with which the account is associated. Filterable.
Array of IDs of Person objects representing all people who own this account
Physical address associated with the account
ID of the Person indicating the primary account holder
ABA routing transit number associated with the account
The status of the account. One of open
, closed
, or close_pending
Array of tags associated with this account. Filterable.
Arbitrary user data that can be attached to the object
Was this page helpful?