GuidesAPI ReferenceChangelog
API Reference

List External Accounts

Retrieve all external bank accounts associated with a specific customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Functionality:

  • Returns a list of all external bank accounts configured for the specified customer
  • Supports filtering by currency and network type to narrow down results
  • The list is ordered by creation date (most recent first)

Recipient Accounts:

  • By default, only the customer's own (first-party) bank accounts are returned
  • Set include_recipient=true to also include bank accounts belonging to recipients (third-party)
  • When included, each recipient bank account will have a recipient object attached with full recipient details
Path Params
string
required

Unique identifier of the customer

Query Params
string

Filter by currency code

  • If not provided, returns accounts in all supported currencies.
string

Filter by bank network type.

  • If not provided, returns accounts in all networks.
  • If provided, returns only accounts using the specified network: US_ACH, US_FEDWIRE, US_RTP, SWIFT, CUBIX, SPEI, PIX_TRANSFER, LOCAL_BANK_TRANSFER, CHATS, or FPS
boolean

Whether to include recipient (third-party) bank accounts in the results.

  • If false or not provided, only returns the customer's own (first-party) bank accounts.
  • If true, also includes bank accounts belonging to recipients, each with a recipient object attached.
Responses

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json