Releases: gocardless/gocardless-pro-php
Releases · gocardless/gocardless-pro-php
v3.3.1
v3.3.0
- Adds functionality to support Instalment Schedules
- Exposes
bounced
status on payouts
v3.2.1
v3.2.0
- Add fx_payout_currency to creditor
- Add fx to payment, payout and refund
v3.1.0
- Addition of the customer removal API
- Support
account_type
in bank account API
v3.0.1
- Add
__isset()
companion to__get()
v3.0.0
v2.1.0
- Add support for passing customer address fields to the Mandate PDFs creation endpoint.
v2.0.0
- Drop compatibility with PHP 5.5, since it is no longer fully supported (i.e. it has reached end-of-life), and continuing to support it stops us using newer PHP features (e.g. the
hash_equals
function for constant time string comparison) - Add support for verifying that webhooks were genuinely sent by GoCardless and parsing them into
GoCardlessPro\Resources\Event
objects