Skip to content

Releases: gocardless/gocardless-pro-php

v5.3.0

17 Aug 13:38
0e68767
Compare
Choose a tag to compare
  • Added refund_funds_returned to payout item types
  • Added funds_settlement to the mandate model

v5.2.0

15 May 10:54
bae1786
Compare
Choose a tag to compare
  • Update pagination definition (non-functional change)
  • Take v5.X.X out of beta

v5.1.0-beta

10 May 16:57
f8a203c
Compare
Choose a tag to compare

This new version, v5.1.0-beta includes the following changes:

  • Fixes comment URLs in the Billing Request client
  • Adds support to Bank Authorisation for QR codes
  • Adds new bank_reference_prefix to creditors API
  • Added autocompletes_collect_bank_account field to the institutions API
  • Added a new API to set and retrieve negative balances
  • Removed the creditor API endpoint to apply scheme identifiers

It also includes the changes from the previous beta (Removing PHP 7 support, and adding PHP8 support)

v5.0.0-beta

04 May 12:16
5b3680e
Compare
Choose a tag to compare

Major Release v5.0.0-beta

Changes include:

  • Dropped support for PHP v7
  • Now support PHP v8.1+

v4.28.0

11 Apr 17:26
d843a4a
Compare
Choose a tag to compare

Changes include:

  • Add country_code as required parameter to list institutions for billing request API

v4.26.0

14 Feb 11:10
a859504
Compare
Choose a tag to compare

This release contains:

  • Add the list verification_details endpoint to allow listing verification details for a given creditor.

v4.25.0

31 Jan 13:05
ebaed83
Compare
Choose a tag to compare

This release contains

  • Adding POST /verification_details endpoint, which allows integrators to submit creditor based kyc information via the API

  • Exposes Scheme identifiers for Create/Get/List via the API, and allows scheme Identifiers to be applied to creditors via the /creditors/:identity/actions/apply_scheme_identifier route added

  • verified_at attribute added to mandate resource

v4.24.0

21 Dec 16:56
e75dc90
Compare
Choose a tag to compare

Added authorisation_source parameter to Mandate create API and BillingRequest mandate creation API.

v4.23.0

19 Dec 18:23
39c3143
Compare
Choose a tag to compare
  • Making creditor_type and country_code required when creating creditors via the API (for payment providers);
  • Removing null as an allowed value for creditor_type when creating creditors.

v4.22.0

13 Dec 14:18
ec767a3
Compare
Choose a tag to compare

Added language parameter to Billing Request Flow creation.