What This Surface Shows
Transactions / Failed Deposit is the triage queue for deposit attempts that did not complete successfully.
The page uses the shared banking transaction data path, but it starts with a failed-status default and renders failed-deposit-specific columns on top of those rows: provider failure reason, normalized error group, provider status details, tags, and raw More Info payloads.
How To Read It
Use this page when the operator question is:
- why a deposit failed
- which provider or method was involved
- whether the failed reason is already grouped
- which player/tag cohort is affected
- what raw provider detail exists for escalation
The most important columns are:
Transaction Status, which is provider-status text when the status resource has a matching row status id.Failed Reason, which is the visible row-level reason for the failed deposit.Error Group, which is the normalized group joined from the failed-deposit reason tables.User Tags, which can be clicked to filter the queue.Action, which shows More Info only when the row has extra details.
Filters That Change The List
The filter form affects the table and CSV export:
Search playersearches actionee email text. If the submitted value is numeric, it can also match transaction banking id or target/user id.Currencyfilters by transaction currency code.Typefilters by transaction type while keeping the failed-status default.Search by tagis a case-insensitive contains match over user tags.Date startandDate endbound the transaction creation-time window.
Important: Search player does not currently search the Full Name column on this shared banking endpoint.
Row Actions
Clicking the email opens the selected player profile. It does not change the failed deposit row.
Clicking a user tag writes that tag into Search by tag and submits the filter form. The row shows the first tag and a count chip for additional tags; the tooltip can expose the remaining tags.
More Info opens the shared read-only detail modal when the row has raw/provider details. It does not retry the deposit, change status, or edit the error group.
Failed Reason And Error Group
Failed Reason is the row-level display reason. Carouseller rows with provider details show processor and real-processor messages; other rows use the generic banking error description.
Error Group is the normalized grouping bucket joined from failed-deposit error reason and error group tables. This list only displays the group name. Group maintenance happens on the separate Failed Deposit Error Groups surface.
Export Behavior
Download CSV exports the current failed-deposit query when the visible list has at least one row. It uses the active filters, bypasses visible-page pagination, and follows the shared banking export path.
The export can include fields that are not visible table columns. Created and Updated timestamps are converted into the browser timezone supplied by the export request, while the visible table Date column is rendered in UTC.
Known Caveats
Transaction Statuscan be blank if the provider status resource does not contain the row's status id.Error Groupis read-only on this list; edit groups on Failed Deposit Error Groups.- CSV export is shared with Banking, so fallback file naming and exported fields can look broader than the visible Failed Deposit table.