Page body
What this surface shows
Transactions / Failed Deposit is the queue for deposit attempts that did not complete successfully.
Technically this page is a failed-deposit-focused presentation of the shared banking transaction query. The FE initializes the shared get-transactions request with status='3' and then renders failed-reason and error-group columns on top of that response.
Operators use it to:
- inspect failed rows
- compare provider and method context
- see normalized failed reasons
- see the assigned error group
- open raw provider details when available
How to read it
The most important columns are:
Transaction StatusFailed ReasonError GroupAction
This page is best for operational triage. It is not the place where groups are edited. Group maintenance lives on the separate error-groups surface.
Filters that change the list
- Search player
- Currency
- Type
- Search by tag
- Date start
- Date end
Tag chips can also write directly into the filter form.
Common questions
What is the difference between Failed Reason and Error Group?
Failed Reason is the row-level reason shown for the transaction. On Carouseller rows the frontend prefers processor messages from moreDetails; otherwise it falls back to the generic banking error description. Error Group is the normalized grouping bucket joined from failed-deposit error-reason tables.
Where do I edit Error Groups?
On the dedicated Failed Deposit Error Groups surface, not in this list.
Why is there only a More Info action?
Because this list is mainly for investigation and classification visibility. The mutation workflow for groups lives on the separate group-management page.
Known caveats
Transaction Statusis rendered from thetransactions.carouseller.statusesresource whenmoreDetails.status_idis present.Failed ReasonandError Groupcome from different places: provider payload or raw banking error text for the reason, normalized failed-deposit tables for the group.
Verification status
- status:
verified_backend - last verified:
2026-04-18 - note: shared banking query reuse, default failed status, failed-reason joins, and error-group linkage are confirmed against FE and backend SQL