Search bank accounts

Search bank account records using complex criteria in request body.

About Bank Account Records

Bank account records represent the core bank account information stored in the system, including:

  • Account details: IBAN, routing numbers, account numbers, and account holder information
  • Account ownership: Which business unit owns the account
  • Account type: Standard bank accounts or placeholder accounts. A placeholder account may be used in cases where Mint API does not have full bank details on file for the account at the current time (A placeholder account may transition to a full bank account if we get new details).
  • Business unit links: Which business units are linked to each account (many-to-many relationship)

This data provides:

  • Master data for bank account information
  • Ownership and access control information
  • Relationships between accounts and business units
  • Account metadata for integration purposes

Business Unit Filtering

The search supports filtering by both:

  • Owner Business Unit: The business unit that owns the account (owner_business_unit)
  • Linked Business Units: Business units that have access to the account (linked_business_unit_id)

These filters work independently - an account can be owned by one business unit but linked to multiple others.

Language
Credentials
Bearer
UUID
URL
Click Try It! to start a request and see the response here!