Get a single funds transfer by ID

Retrieve a specific funds transfer by its ID.

About Funds Transfers

Returns the complete funds transfer record including:

  • Transfer details (amount, currency, type, status)
  • Associated bank account information
  • Import and update timestamps
  • Statement reference for bank reconciliation

This endpoint provides the same data structure as the search endpoint but for a single, specific transfer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^FT\.[a-zA-Z0-9]+$

The funds transfer ID to retrieve

Query Params
string

Comma-separated list of fields to expand in the response.

Available expansions:

  • bank_account - Returns full bank account objects instead of just bank account IDs

Example: expand=bank_account

string
enum
Defaults to masked

Controls the display of sensitive account information when bank accounts are expanded.

  • masked: Shows masked account numbers (default)
  • full: Shows complete account details (requires additional permissions)
Allowed:
Responses

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