- #1097 Add support for deserializing
source_mandate_notification
objects - #1099 Upgrade API version to 2018-02-06 and add support for Product & Plan API
- #1096 Add support for
StripeSource
class inSource
wrapper
- #967 Remove the
TotalCount
property of list objects - #1072 Add support for managing external accounts
- #1080 Fix card listing
- #1083 Add specialized
ListOptions
classes for all API resources - #1084 Fix
single_use
string constant - #1086 Fix
fulfiled
attribute - #1089 Use top-level
statement_descriptor
attribute on source objects - #1091 Fix synchronous
login_link
creation - #1093 Upgrade to API version 2017-12-14
- #1069 Allow setting
three_d_secure[customer]
when creating 3DS sources - #1071 Add support for account debits
- #1074 Add support for expanding
application
on charge objects - #1077 Fix parameters being sent twice when creating subscriptions
- #1064 Support for listing sources on customers
- #1054 Fix file uploading when the extension is not known
- #1055 Fix
DueDate
encoding forStripeInvoiceCreateOptions
- #1060 Fix invoice listing
- #1056 Add
Automatic
forStripePayout
- #1057 Support for passing extra parameters
- #1058 Add
Paid
forStripeInvoiceListOptions
- #1050 Make exchange rate APIs singular (released as patch because these APIs are brand new and because 11.7.0 never made it to Nuget anyway)
- #1047 Support for listing source transactions
- #1049 Support for listing and retrieving exchange rates
- #1044 Improvements to parameter encoding
- Main user-facing fix is that dictionary keys are now URL-encoded correctly (in case they contained characters incompatible with URLs)
- #1035 Signature fixes for webhook signature verification
- Explicitly dispose of
HMACSHA256
after use so that its buffer cannot be inadvertently leaked - Use
SafeUTF8.GetBytes
so that unrecognized codepoints are not silently replaced with "?"
- Explicitly dispose of
- #1040 Add a few field definitions that were missing from API resources
- #1034 Add
Customer
toStripeBankAccount
- #1031 Support for manual subscription payments
- #1028 Support for attaching/detaching sources to/from customers
- #1029 Correctly encode custom coupon and plan IDs in API URLs
- #986 Add support for shipping on customer create and update
- #997 Add support for the Ephmeral Key API resource
- #1002 Add access for
StripeResponse
onStripeException
- #1005 Add support for updating card source expiration date
- #1008 Use bearer authorization everywhere and by default
- #1021 Add
PreferredLanguage
for Bancontact sources
- #1007 Add support for Apple Pay Domain resource
- #1018 Add event constants
ChargeRefundUpdated
andInvoiceUpcoming
- #1019 Add
StripeChargeCaptureOptions
and use it for charge capture - #1022 Add support for SKUs
- #1025 Add
Discountable
forStripeInvoiceLineItem
Note that this changelog is relatively new and we haven't yet backfilled it. For details on old releases, check out the releases page: