Skip to content

Releases: stripe/stripe-dotnet

Small breaking changes and additions

23 May 18:21
Compare
Choose a tag to compare
  • Closed and Forgiven properties are now nullable on Invoices
  • Amount is now nullable on InvoiceItemUpdateOptions to fix a bug where the amount could be set to zero
  • StripeError now contains "decline_code"
  • added the destination field to StripeChargeCreateOptions
  • Transfer.Canceled has been renamed to Transfer.Reversed
  • added StripeInvoiceCreateOptions and updated readme

Transfer Reversals, Refund Service, and misc new properties

13 Apr 00:42
Compare
Choose a tag to compare
  • added StripeTransferReversal and supporting properties to StripeTransfer
  • added the StripeRefundService
  • the StripeDispute object is now available on StripeCharge
  • added the MetaData property to StripeCard, StripeCardUpdateOptions, and StripeCreditCardOptions
  • added BillingCycleAnchor to StripeSubscriptionCreateOptions
  • fixed the Deleted property on StripeCustomer (was missing the JsonProperty attribute)

Recipient Card Support

14 Mar 03:52
Compare
Choose a tag to compare
  • added a run_tests batch file (you have to compile in debug mode first so nuget downloads the console runner package)
  • customer and recipient cards are now supported when creating a card
  • added static types for the new stripe events and failure codes from events
  • removed the obsolete attribute from StripeCustomer

v.2.7.2

17 Feb 23:36
Compare
Choose a tag to compare
bumping version

v.2.7.1

17 Feb 03:50
Compare
Choose a tag to compare
bumped version to 2.7.1

v2.7.0

16 Feb 22:51
Compare
Choose a tag to compare
Merge branch 'master' of github.com:jaymedavis/stripe.net

v.2.6.0

14 Feb 17:27
Compare
Choose a tag to compare
bumping release to 2.6.0 - caught up with stripe api changes, uses la…

v2.5.1

07 Feb 07:35
Compare
Choose a tag to compare
added default_for_currency, updated nuget.exe, bumped version

v2.5.0

31 Jan 08:54
Compare
Choose a tag to compare
bumping to 2.5.0

v2.4.1

31 Jan 04:03
Compare
Choose a tag to compare
bumping to 2.4.1, attempting to fix line endings issue