List organization bank accounts

List organization bank account objects.

See Search operations with lists to learn about pagination, sorting, and filtering.

BILL encrypts and securely stores bank account and routing number information. In the response, only the last four digits are visible.

Form Data
string
required

Developer key (sent to you when you create a developer account)

string
required

API session ID generated with /v2/Login.json

data
object
required
Response

Response body
object
integer

Response status.

  • 0: Success response
  • 1: Error response. Only error_code and error_message is returned in response_data.
string

Response status.

  • Success: Success response
  • Error: Error response. Only error_code and error_message is returned in response_data.
response_data
array of objects
response_data
object
string

Object type. Set as BankAccount.

string

BILL-generated ID of the organization bank account. The value begins with bac. You can filter with this field.

string

Object visibility status. Inactive objects are hidden by default in the BILL web app. You can filter with this field.

  • 1: Active
  • 2: Inactive
string

Created date and time. You can filter with this field.

string

Updated date and time. You can filter with this field.

string

Bank name

string

Full name on bank account

string

Bank account number

string

Bank routing number

string

BILL-generated ID of the user. You can filter with this field.

string

BILL-generated ID of the chart of accounts. The value begins with 0ca. This is an accounts tracking object. You can filter with this field.

string

Bank account verification status. You can filter with this field.

  • 0: Not verified
  • 1: Verified
  • 2: Pending
  • 3: Blocked
  • 4: Expired
  • 5: Invalid
boolean

Set as true if this is the primary bank account for Accounts Payable (AP). You can filter with this field.

boolean

Set as true if this is the primary bank account for Accounts Receivable (AR). You can filter with this field.

boolean

Customer bank account type. You can filter with this field.

  • true: Savings account
  • false: Checking account
boolean

Customer bank account owner type. You can filter with this field.

  • true: Personal account
  • false: Business account
boolean

Set as true if Administrator users are automatically nominated to use this bank account. You can filter with this field.

string

Bank account established date. The value is in the YYYY-MM-DD format. You can filter with this field.

string

Bank account verification level. You can filter with this field.

  • 0: None
  • 1: Relaxed fraud verification
  • 2: Strict fraud verification
  • 3: Verified
number

Bank account balance. You can filter with this field.

string

Bank account verification status. You can filter with this field.

  • 0: ACH verified
  • 1: Instant Transfer availability check in progress
  • 2: Instant Transfer approval in progress
  • 3: Instant Transfer verified. If Instant Transfer fails, status reverts to ACH verified.
string

Error code (only when response_status is 1)

string

Error message (only when response_status is 1)

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json