Skip to main content
Use stripe.listBalanceTransactions to list transactions that changed the Stripe account balance.

Example

automations/stripe-list-balance-transactions.automation.ts

Inputs

Filter by creation time, currency, payout, source, reporting category, or transaction type. Use startingAfter or endingBefore for cursor pagination. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns a Stripe cursor-paginated list of balance transactions. Output fields use camel case.