Releases: gocardless/gocardless-pro-go
Releases · gocardless/gocardless-pro-go
v2.7.0
- Added
creditor_type
parameter to the Creditors API.
v2.6.0
- Added
mandate_request[description]
andmandate_request[constraints]
parameters to Billing Request creation - Added
consent_parameters
to mandate - Added
language
parameter to Billing Request Flow creation.
v2.5.0
Remove phone number from prefilled_customer on billing request flow
v2.4.0
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
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 enumOPEN_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
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