• API
  • Connect
  • Guides
  • Get Started
    • Overview
    • Changelog
    • Sandbox Banks
    • Example Projects
    • Client Libraries
  • Foundations
    • Authentication
    • Link Session
    • Links
    • Users
    • Institutions
    • Webhooks
  • Products
    • Accounts
    • Account Numbers
    • Transactions
    • Investments
    • Identity
  • Reference
    • Link Errors
    • Transactions Enrichment
    • Account Types
    • Flow Diagram

Account Numbers

Account Numbers

Retrieve full account and routing numbers to setup payments.

Endpoints

    GET

    Get Account Numbers

    Returns a list of open, permissioned accounts associated with a link, including full account and routing numbers for appropriate accounts (such as checking and savings accounts).

    Note that this endpoint does not trigger a fetch of account numbers from the institution; it merely returns account numbers that have already been fetched, either because prefetch was requested when the link was created, or because of an on-demand update. To force a check for new/updated account numbers, you must use the /products endpoint.

    If you have requested prefetch or an on-demand update, you should check the refreshed_at date for this product in the returned response, and compare that against the previous refreshed_at date, which you can get from any previous response for this or any other account or link request. If the refreshed_at date has not increased, then updated data is not yet available.