Skip to content

Releases: gocardless/gocardless-dotnet

v5.4.0

29 Jun 10:25
855e366
Compare
Choose a tag to compare

Adds ip_address to customer_billing_detail property in Billing Request.

v5.3.0

22 Apr 13:29
15136fb
Compare
Choose a tag to compare

Adds support for billing request fallbacks

v5.2.0

30 Nov 12:21
Compare
Choose a tag to compare

What's Changed

  • added new endpoint to BlockAPI: block_by_ref

Full Changelog: v5.1.0...v5.2.0

v5.1.0

22 Nov 15:11
Compare
Choose a tag to compare

Block API release
release Block API ​with the following endpoints:

  • Create Block
  • Get Block
  • List Blocks
  • Disable Block
  • Enable Bloc

v5.0.1

21 Oct 14:43
93a3b3f
Compare
Choose a tag to compare
  • Deprecated BankAuthorisation's PaymentRequest property.
  • Corrected docs on supported schemes for billing requests.
  • Fixed HTML examples in docs.
  • Added new properties to EventLinks, RedirectFlow, and Institution.

v5.0.0

18 Aug 10:49
34d49e6
Compare
Choose a tag to compare

Introducing 3 new exceptions all inheriting from the InvalidApiUsageException class, with the aim of being more specific when an error occurs.

These exceptions replace the InvalidApiUsageException class in the following response code types and may be handled in the following cases:

  1. 401s will give AuthenticationFailedException instead of InvalidApiUsageException
  2. 403s will give InsufficientPermissionsException instead of InvalidApiUsageException
  3. 429s will give RateLimitReachedException instead of InvalidApiUsageException

v4.10.0

12 Aug 08:27
c8a596f
Compare
Choose a tag to compare

Adds support for recent Billing Request Changes

  • allows the payer to confirm the details provided before creating the mandate as per the scheme compliance rules
  • adds BillingRequestTemplate which can be used to create many child Billing Request and Flows

v4.9.0

20 May 14:06
e0d5683
Compare
Choose a tag to compare
  • Add UNKNOWN Enum support to all GC Enums to fallback for new values sent by server

v4.8.0

13 Apr 13:13
430e794
Compare
Choose a tag to compare

Add support for webhook endpoints

02 Mar 19:02
b18e8fd
Compare
Choose a tag to compare
Merge pull request #68 from gocardless/template-changes

Changes from gocardless-dotnet-template