#213 — Design Batch/Deposit Table
Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: Unassigned
Created: 2025-01-22 · Updated: 2025-09-11
Description
Design a two tabs in one table for Settlements/Payouts: (deposits are settled batches, except that deposits can have multiple batches in one)
Batch columns:
- Batch ID: Unique identifier for the batch or deposit.
- Date: Date the batch was created or deposit was initiated.
- Total Amount: Total monetary value of the batch or deposit. (+ Currency)
- Number of Transactions: hyperlink (Takes us to a transactions table in chat)
- Status: Current status (e.g., Pending, Processed, Deposited).
- Source: Payment processor or gateway involved.
- Deposit ID: Applicable for deposited ones, hyperlink (Takes us to a Deposits detail in chat)
Deposits columns:
- Batch Count: hyperlink (Takes us to a transactions table in chat)
- Net Amount: Total amount
- Funding amount
- Chargebacks
- Adjustments
- Fees
Need to handle failed batches, and retry option with error message.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets