TotalCounts, ThreeDSecure
- Listing balance transactions now supports including the total count.
- Added the ThreeDSecure Source.
- Fixed StripeError so the StripeResponse property is populated.
SMALL BREAKING CHANGES
The List() method on the StripeBalanceService
now returns a StripeList
. To refactor your existing code, just add .Data
to the result of the call. This will give you the list you had before.
The total count when listing charges was previously defaulted to true. It now must be explicitly set in the options. e.g. options.IncludeTotalCount = true
.