Releases: gocardless/gocardless-dotnet
Releases · gocardless/gocardless-dotnet
v3.0.1
Setting ExpectContinue
to false
by default on internal Http client. This can be overridden by passing a new HttpClient
into the create GoCardlessClient
constructor.
v3.0.0
Removing support for .Net Framework 4.5.2 as uses TLS 1.0 by default which is not going to be supported by our API in the near future.
v2.18.0
Adding fx currency information to payment and payouts.
v2.17.0
- Adding fx currency information to payment and payouts.
v2.16.0
- Fixed issue in remove customer where an exception is thrown.
v2.15.0
- Enable support for Canadian direct debit scheme
- Enable support for United States direct debit scheme
- Addition of the customer removal API
- Support account_type in bank account API
v2.13.0
- Update netstandard versions
- Add support for
subscription_created
events
v2.12.0
- Enable support for New Zealand direct debit scheme
- Add
WebhookParser
class for simplifying working with webhooks - Add
CanCreateRefunds
property toCreditor
resource
v2.11.0
- Add support for passing customer address fields to the Mandate PDFs creation endpoint.