Accessing the Transfers page
The page header shows the title Transfers and the subtitle View, manage, and track all bank transfers for this organization.
Header actions
Two buttons are available in the header:
- Export CSV — downloads up to 200 of the most recent transfers using the current filters.
- New Transfer — opens the initiate wizard for a new TED Out.
Initiating a Transfer
Step-by-step guide to creating a new TED Out.
Filters
The filter panel is collapsible. Expand it to narrow the list.
| Filter | Values |
|---|---|
| Type | All Types, TED Out, TED In, P2P |
| Status | All Statuses, Created, Received, Pending, Processing, Completed, Failed, Rejected, Cancelled |
| Start Date | Date picker; transfers created on or after this date. |
| End Date | Date picker; transfers created on or before this date. |
| Min Amount | Numeric input; includes transfers with amount equal to or above. |
| Max Amount | Numeric input; includes transfers with amount equal to or below. |
Columns
By default, the table includes:
- Type — shown as a colored badge (TED Out, TED In, P2P).
- Amount — transaction amount in the transfer currency.
- Fee — fee applied by the plugin (may be empty for inbound transfers).
- Total — amount plus fee (may be empty for inbound transfers).
- Status — colored badge reflecting the current state.
- ID — transfer identifier.
- Date — the creation timestamp.
- Actions — a kebab/dropdown menu at the end of each row with a See details item that opens the Transfer Detail page.
Exporting to CSV
Clicking Export CSV triggers a fresh fetch (up to 200 transfers under the current filters) and downloads a file named
bank-transfers-<date>.csv with one row per transfer. Export runs against the filtered set, so narrow the filters first if you need a subset.
The CSV columns differ from the on-screen table — it carries the full transfer record rather than the display-oriented view:
| Column | Notes |
|---|---|
| ID | Transfer identifier. |
| Type | TED Out, TED In, or P2P. |
| Status | Current transfer status. |
| Amount | Transfer amount. |
| Currency | Defaults to BRL when not set. |
| Sender | The sender account holder’s name. |
| Recipient | The recipient account holder’s name. |
| Created At | Creation timestamp. |
| Updated At | Last-update timestamp. |
The CSV does not include the Fee and Total columns shown in the on-screen table. The export is also capped at 200 rows per run — for larger datasets, apply filters (for example by date range or status) and run multiple exports.
Empty state
If the list has no transfers and no filters are applied, the page shows an empty state inviting you to create the first transfer. If the list is empty because of active filters, clear them to see all transfers again.

