Skip to content

Releases: gocardless/gocardless-dotnet

v4.6.0

11 Jan 15:20
04ee86c
Compare
Choose a tag to compare
Merge pull request #67 from gocardless/template-changes

Changes from gocardless-dotnet-template

v4.5.0

04 Nov 14:53
6fa562b
Compare
Choose a tag to compare

Added a new resource called payer_authorisatons

This is our new API dedicated to building custom payment pages. It encapsulates the creation of customer, bank account and mandate under this single resource.

v4.4.0

18 Aug 10:47
6bccf9a
Compare
Choose a tag to compare
  • Added a new event called payer_authorisation_completed for an upcoming resource type called payer_authorisation which provides customer, customer_bank_account, mandate and payer_authorisation links
  • Code comment changes

v4.3.0

14 Jul 11:44
f782494
Compare
Choose a tag to compare
  • Added support for applying tax to transaction and surcharge fees.
    • Added taxes to payout_items.
    • Added tax_currency to payout.
    • Added tax_rates endpoint.
    • Added a payout tax_exchange_rates_confirmed webhook to know when the exchange rate has been finalised for all fees in the payout.

v4.2.0

18 Jun 15:08
6a52361
Compare
Choose a tag to compare
  • Add documentation about available_refund_amount_insufficient error
  • Allow updating retry_if_possible field on subscriptions

v4.1.0

01 Jun 14:56
a71d01c
Compare
Choose a tag to compare

Adds support for not_retried_reason field in payment failure eventg details.

v4.0.0

18 May 06:32
fc24aa8
Compare
Choose a tag to compare
  • Update the type of the AccountType field from a string to an enum. Affected resources are CustomerBankAccount and CreditorBankAccount, as well as the corresponding services.
  • Add update instalment schedule route

v3.7.0

28 Apr 14:05
99e40bc
Compare
Choose a tag to compare

Adding PrefilledBankAccount to the RedirectFlowService.

Support payout metadata

20 Apr 14:25
afb8ee5
Compare
Choose a tag to compare
  • Supports payout metadata
  • Supports new update payout route

v3.5.2

08 Apr 12:22
08ed286
Compare
Choose a tag to compare

Fix: support creditor webhook properties (currency, bank_account_id, property) in the event resource parser