Skip to content

Releases: TrueLayer/truelayer-php

v3.0.0

05 Dec 10:49
700c83f
Compare
Choose a tag to compare

Added

  • Payment authorized webhook (#69)
  • Payment creditable webhook (#69)
  • Payment settlement stalled webhook (#69)
  • getMetadata() on payment webhooks (#69)
  • getPaymentSource() on payment authorized, executed, settled and failed webhooks (#69)
  • getSchemeId() on refund executed and payout executed webhooks
  • Support for external account beneficiary on payout executed webhook
  • Support for metadata field on payout creation, retrieval and
    webhooks (#68)
  • Support for metadata field on refund creation, retrieval and
    webhooks (#68)
  • Support for payment cancellation (#67)
  • Support for date of birth of external account beneficiary on payout creation
  • Support for address of external account beneficiary on payout creation
  • Support for statement_reference of merchant account beneficiary
  • Support for payout scheme selection

Changed

  • Fully separated payment and payout beneficiaries
  • Moved all beneficiary classes to new namespace
  • Payment method removed from PaymentEventInterface and now only available on payment authorized, executed, settled
    and failed webhooks
  • Moved payment related scheme selection to new namespace

Full Changelog: v2.6.0...v3.0.0

v2.6.0

10 Oct 11:47
e88aaf1
Compare
Choose a tag to compare

Added

  • Added hash of clientId, scopes and clientSecret to cacheKey of AccessToken

v2.5.0

13 Aug 13:47
2bdbaed
Compare
Choose a tag to compare

Added

  • Support for remitter verification for Merchant Account beneficiary payments (#61)
  • Support for setting the user political exposure on payment creation (#62)
  • Support for business account payouts beneficiary (#63)
  • Support for setting the risk assessment on payment creation (#64)

v2.4.0

12 Aug 11:27
baa6acd
Compare
Choose a tag to compare

Added

  • Support for preselected provider selection under the Bank Transfer payment method
  • Support for preselected payment scheme under the preselected provider selection

v2.3.0

19 Jul 10:27
a04aaf7
Compare
Choose a tag to compare

Added

  • Support for attempt_failed payment status

v2.2.0

15 Jul 13:04
59e39ec
Compare
Choose a tag to compare

Added

  • Support for retry object on bank transfer payment method

v2.1.1

20 May 09:17
7274553
Compare
Choose a tag to compare

Added

  • Support for scheme selection configuration

v2.0.1

24 Apr 10:15
4f2fb66
Compare
Choose a tag to compare

Added

  • Additional supported countries in TrueLayer\Constants\Countries

Fixed

  • Using provider filters without specifying an excluded provider id would return an error

v2.0.0

26 Mar 16:43
09e02f4
Compare
Choose a tag to compare

Changed

  • Removed Illuminate dependencies
  • Removed input validation and TrueLayer\Exception\ValidationException
  • Minimum PHP version supported is 8.1

v1.6.0

09 Feb 16:22
e3cc8bf
Compare
Choose a tag to compare

Added

  • Support for setting the user's address using $client->user()->address()
  • Support for setting the user's date of birth using $client->user()->dateOfBirth()

Full Changelog: v1.5.0...v1.6.0