Skip to content

Releases: gocardless/gocardless-dotnet

v3.5.1

07 Apr 08:05
83b0fe8
Compare
Choose a tag to compare
  • Adds metadata param to redirect flow creation endpoint
  • Adds the ability to pause and resume a subscription
  • Modify the earliest charge date for paused subscriptions

v3.5.0

12 Mar 15:08
fdefac9
Compare
Choose a tag to compare
  • uses new instalment schedules schema (with two different create methods)
  • adds 'count' field to subscriptions response
  • adds 'organisations' as a possible event resource to enable the parser to parse disconnection webhooks

v3.4.1

26 Feb 11:51
273ccca
Compare
Choose a tag to compare
  • Add support for currencyExchangeRates
  • Add configuration for erroring for Idempotency Key conflicts.

Support creditor webhooks

24 Feb 14:05
0826ee6
Compare
Choose a tag to compare

Added two new events for creditors:

  • updated
  • new_payout_currency_added

v3.3.0

10 Feb 15:42
e3d5505
Compare
Choose a tag to compare

Add will_attempt_retry to payment failed events

v3.2.0

06 Feb 17:37
0c04c96
Compare
Choose a tag to compare

Add Optimise Smart Payment Retries

  • retry_if_possible field on payments, subscriptions and
    instalment_schedules

v3.1.1

29 Jan 12:23
c7afcb2
Compare
Choose a tag to compare

Adds three additional fields to the creditors API:

  • custom_payment_pages_enabled
  • mandate_imports_enabled
  • merchant_responsible_for_notifications

v3.1.0

28 Jan 12:49
d2d3cf3
Compare
Choose a tag to compare

v3.0.1

17 Dec 15:58
ab994a4
Compare
Choose a tag to compare

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

29 Nov 11:00
1c96ace
Compare
Choose a tag to compare

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.