Skip to content

TotalCounts, ThreeDSecure

Compare
Choose a tag to compare
@jaymedavis jaymedavis released this 27 Apr 00:37
· 2593 commits to master since this release
  • 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.