List Disputable Transactions
Queries the connected core banking system for recent transactions on a member's account and returns a filtered list of transactions eligible for dispute — ineligible transactions (too old, wrong status, already disputed) are excluded before being returned. Each transaction includes its full transaction type as a rail label and two boolean flags, disputable and disputeInProgress, to drive checkbox UI state. The returned transactionId values are the ids to send back in Eligibility Check (transaction_ids) and Create Dispute (transaction_ids) — no other transaction data needs to be echoed. Casap paginates core results internally until a minimum display threshold is reached or full transaction history is exhausted.
Query parameters
customer_uuid is the canonical identifier from ListAccounts (see ListAccountsRequest.customer_uuid) — not the encrypted form, which only ListAccounts accepts.
account_type is the account_uuid's account_type, from the matching entry in ListAccounts' response. Passing it lets the core lookup query only that account's rail; omitting it still works, at the cost of an extra, always-empty query against the other rail.
Response
A successful response.