Skip to content

Releases: gocardless/gocardless-pro-go

v2.7.0

13 Dec 21:12
1cb0ee5
Compare
Choose a tag to compare

v2.6.0

12 Dec 12:15
9b8e919
Compare
Choose a tag to compare
  • Added mandate_request[description] and mandate_request[constraints] parameters to Billing Request creation
  • Added consent_parameters to mandate
  • Added language parameter to Billing Request Flow creation.

v2.5.0

22 Jul 15:22
ddf1716
Compare
Choose a tag to compare

Remove phone number from prefilled_customer on billing request flow

v2.4.0

13 Jul 16:07
91f2a54
Compare
Choose a tag to compare

Add reference field to Mandate Request in Billing Request

v2.3.0

06 Jul 10:30
95eaaab
Compare
Choose a tag to compare
  • Initial support for PayTo
  • Pre-filled customer details in billing request flow

v2.2.0

29 Jun 16:12
230cc47
Compare
Choose a tag to compare

Adds ip_address to customer_billing_detail property in Billing Request.

v2.1.1

03 May 09:35
0f793df
Compare
Choose a tag to compare

v2.1.1

Fixes

  • fixes an issue where context was not being passed onto the request from the service.

v2.1.0

25 Apr 14:52
a163d97
Compare
Choose a tag to compare

Adds support for billing request fallbacks

v2.0.0

23 Mar 10:59
1ef31e7
Compare
Choose a tag to compare

v2.0.0

This is a breaking change

Breaking Change

  • config and client initialisation is different from v1.0.0
  • api usage is now different because of the removal of nested structs, refer README doc.

Features

  • adds new properties action type select_institution to Billing Request, adds new enum OPEN_BANKING_AIS for BankAuthorisation adapter, adds metadata to Mandate Request and the ability to create mandate request with metadata.
  • adds new property showRedirectButtons to BillingRequestFlow. If true, the payer will be able to see redirect action buttons on Thank You page
  • adds new property roles to Institutions which gets assigned roles for each institution
  • adds new property billing_request for redirect flow
  • ability to get instalment_schedules from Events

Fixes

  • ability to create a billing request without a payment - issue

Release v1.0.0

12 Jan 10:21
8dc9253
Compare
Choose a tag to compare

First Stable Release

  • adds services for all the public apis (see: developer api ref)
  • adds versioning support with go modules
  • adds testing setup
  • process improvements for release