Skip to content

Releases: stripe/stripe-dotnet

Small breaking change! Fixed ExpandDefaultSource on StripeCustomer

03 Jul 22:35
Compare
Choose a tag to compare
  • fixed DefaultSource (expandable property) on StripeCustomer - you might have to update your code on the StripeCustomerService to be ExpandDefualtCard to ExpandDefaultSource

Fixed StripeSourceOptions

02 Jul 16:35
Compare
Choose a tag to compare
  • fixed a bug causing the StripeSourceOptions to not be rendered properly when sending to stripe

Source is finally here!

02 Jul 02:19
Compare
Choose a tag to compare
  • changed Card to Source on customers/charges/createcard
  • updated the readme to reflect customers/charges/cards using Source instead of Card
  • removed StripeCardList and StripeSubscriptionList in favor of using StripeList
  • removed Refund from StripeChargeService (it's now used on the StripeRefundService)
  • added lots of missing properties to various entities
  • updated the property names on StripeCreditCardOptions to match more closely with StripeSourceOptions

Additional Connect support and billing_cycle_anchor changes

17 Jun 03:18
Compare
Choose a tag to compare
  • added support for unchanged billing_cycle_anchor
  • added ReverseTransfer to StripeRefundCreateOptions (StripeConnect)

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