Get external Transfers (need access to Daily Spending Report)

This API endpoint retrieves a list of external transfers for use in generating the Daily Spending Report. It allows users to access detailed information about transfers that occurred between external financial institutions or accounts, filtered by date or custom criteria.

Body Parameters:

  • take (int32 | null):
    Specifies the number of external transfers to retrieve per request (pagination). Set to null to retrieve all results at once.
  • afterCursor (string | null):
    A cursor string for fetching the next batch of external transfers (used for pagination). It enables you to continue retrieving transfers from where the previous request stopped.
  • fromDate (date-time | null):
    The starting date for the external transfers report. Only transfers occurring on or after this date will be returned.
  • toDate (date-time | null):
    The ending date for the external transfers report. Only transfers occurring on or before this date will be included.
  • jsonFilter (string | null):
    A JSON-formatted string for applying custom filters to the external transfers query. This could include conditions such as transfer type, specific account numbers, or recipient details.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!