Skip to content

Releases: gocardless/gocardless-nodejs

v2.2.0

16 Aug 14:59
9d7401e
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

Fix fetch on Idempotency Conflict

15 Apr 13:20
69df83e
Compare
Choose a tag to compare
Merge pull request #94 from gocardless/template-changes

Changes from gocardless-nodejs-template

v2.0.0

13 Apr 12:34
cc1162d
Compare
Choose a tag to compare

v1.4.3

12 Feb 13:03
72e3bca
Compare
Choose a tag to compare
  • Add response object to exceptions
  • Handle query parameters correctly
  • Add PayerAuthorization endpoint / service
  • Make BankAccount.account_holder_name optional

v1.4.0

23 Jul 13:55
c6cdd4a
Compare
Choose a tag to compare

Improving our TypeScript definitions, now get definitions for:

  • instalments on Instalment Schedule Service
  • amendment, bank_account and customer on Mandate Import Entry Service
  • prefilled_bank_account and prefilled_customer on Redirect Flow Service

v1.3.0

14 Jul 12:25
0ee1b90
Compare
Choose a tag to compare
  • Add documentation about available_refund_amount_insufficient error
  • Allow updating retry_if_possible field on subscriptions
  • 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.

v1.2.0

14 Jul 12:13
fecd564
Compare
Choose a tag to compare

Adds not_retried_reason field for payment failure events.

v1.1.2

13 May 14:12
1a60bba
Compare
Choose a tag to compare

Improving error handling and the exception that is thrown if the request fails.