Stripe · Capability
Stripe Balance API — Balance Transactions
Stripe Balance API — Balance Transactions. 2 operations. Lead operation: Balance Transactions. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
GET
Getbalancetransactions
—
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
/v1/v1/balance-transactions
GET
Getbalancetransactionsid
—
Retrieves the balance transaction with the given ID.
/v1/v1/balance-transactions/{id}
MCP Tools
p-returns-list-transactions-that-have
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
read-only
idempotent
p-retrieves-balance-transaction-given-id
Retrieves the balance transaction with the given ID.
read-only
idempotent