GuidesAPI ReferenceChangelog
API Reference

Get All External Accounts

Retrieve all external bank accounts associated with a specific customer.

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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the customer

Query Params

Filter by currency code

  • If not provided, returns accounts in all currencies. Currently, only USD accepted.

Filter by bank network type.

  • If not provided, returns accounts in all networks.
  • If provided, returns only accounts using the specified network (US_FEDWIRE, US_ACH, US_RTP, or SWIFT)
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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json