BalanceTransactionService::all( null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
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.
Description Description
Note that this endpoint was previously called “Balance history” and used the path
/v1/balance/history
.
Parameters Parameters
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeCollection)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/BalanceTransactionService.php