Skip to content

Releases: gocardless/gocardless-dotnet

v2.18.0

25 Oct 11:17
2b8f662
Compare
Choose a tag to compare

Adding fx currency information to payment and payouts.

v2.17.0

16 Oct 14:18
7e2c2a8
Compare
Choose a tag to compare
  • Adding fx currency information to payment and payouts.

v2.16.0

06 Sep 09:09
03ebb63
Compare
Choose a tag to compare
  • Fixed issue in remove customer where an exception is thrown.

v2.15.0

26 Jul 09:53
c54c35e
Compare
Choose a tag to compare
  • 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

17 Jan 14:29
7fecc61
Compare
Choose a tag to compare
  • Update netstandard versions
  • Add support for subscription_created events

v2.12.0

10 Oct 13:44
445bf15
Compare
Choose a tag to compare
  • Enable support for New Zealand direct debit scheme
  • Add WebhookParser class for simplifying working with webhooks
  • Add CanCreateRefunds property to Creditor resource

v2.11.0

13 Jul 11:09
Compare
Choose a tag to compare

v2.10.1

05 Jul 12:55
Compare
Choose a tag to compare
  • Gracefully throw a GoCardless.Exceptions.ApiException when the API returns a non-JSON response (e.g. when you get a Cloudflare 5XX error), rather than a Newtonsoft.Json.JsonReaderException which exposes the library's internals

v2.10.0

08 Jun 11:03
Compare
Choose a tag to compare
  • Automatically retry requests that fail due to a connection problem (e.g. DNS resolution failure; inability to open a connection)
  • Fix automatic retry of timeouts (previously, the wrong exception was being rescued, so this wouldn't work in reality)
  • Improve the documentation of the revenue_share type in the Payout Items API

v2.9.0

22 May 12:36
Compare
Choose a tag to compare
  • Add support for the new app_fee attribute returned by the Subscriptions API
  • Improve the documentation of the Mandate PDFs API