Skip to content

Releases: gocardless/gocardless-nodejs

v3.5.0

06 Dec 15:34
fe849b1
Compare
Choose a tag to compare

Added mandate_request[description] and mandate_request[constraints] parameters to Billing Request creation
Added consent_parameters to mandate

v3.4.0

22 Jul 15:16
f6ed8f8
Compare
Choose a tag to compare

Remove phone number from prefilled_customer on billing request flow

v3.3.0

14 Jul 08:40
6a49ce7
Compare
Choose a tag to compare

Add reference field to Mandate Request in Billing Request

v3.2.0

06 Jul 10:39
b264c6e
Compare
Choose a tag to compare
  • Initial support for PayTo
  • Pre-filled customers in billing requests

v3.1.0

29 Jun 16:32
9acd60a
Compare
Choose a tag to compare

Added ip_address to customer_billing_detail property in Billing Request.

v3.0.1

03 May 14:34
0e88090
Compare
Choose a tag to compare

v3.0.0

03 May 14:06
f47b1c8
Compare
Choose a tag to compare
  • Some methods were using 🐍 casing instead of 🐫 casing (fixes #107)
  • Added null to cursor types (fixes #102)
  • Fields that take both null and string are now properly typed (string | null)
  • Optional fields are now optional (?) (fixes #97)

v2.4.0

27 Apr 11:50
6c7c2ab
Compare
Choose a tag to compare

This release adds support for billing request fallbacks and removes type duplicates (see #116)

v2.3.0

31 Dec 15:00
Compare
Choose a tag to compare

What's Changed

  • release Block api
  • add Institution.country_code property
  • addBillingRequest.exit_uri property
  • add bank_authorisation, billing_request and billing_request_flow properties to Event.links
  • addRedirectFlow. mandate_reference property
  • remove BankAuthorisation.payment_request property

Full Changelog: v2.2.0...v2.3.0

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