buy flow — the merchant order behind the charge. Use list_all_transactions for a flat ungrouped list.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | number | No | Max number of transactions across all groups per page (default 50, max 100) |
offset | number | No | Number of transactions to skip, for pagination (default 0, max 10000) |
status | string | No | Filter card spend by transaction status, e.g. PENDING, SETTLED, DECLINED. Deposit groups are omitted when set |
Returns
Agroups array — one entry per payment method with activity — each with kind (wallet, stored_payment_method, sandbox, or wallet_funding), a display label, direction (spend or deposit), all-time transactionCount and totalCents (real money movement only; declined/failed rows are listed but not counted), and the page’s transactions. Spend rows include cardId/cardLast4, merchant, mcc, and an order object (merchant slug, order id, totals) when the card was minted by the buy flow. Deposit rows include usdcAmount and paymentMethod.