Skip to content

Releases: payvision-development/payvision-sdk-php

PHP SDK v8.2.0 release

09 Jun 09:52
Compare
Choose a tag to compare

Changelog

  • remove Moneyou from the list of iDeal issuers
  • add Revolut to the list of iDeal issuers

PHP SDK v8.1.0 release

23 Mar 08:50
Compare
Choose a tag to compare

Changelog

  • add global request header functionality for tracing

PHP SDK v8.0.0 release

09 Feb 15:26
Compare
Choose a tag to compare

Changelog

Request Body Params

body:
link:
- tokenize
- threeDSecure
transaction:
- purchaseId
- languageCode
- source
dba:
- website
- merchantCategoryCode
customer:
- workPhoneNumber
order:
orderlines:
- productName

PHP SDK v7.0.0 release

22 Dec 16:35
Compare
Choose a tag to compare

Changelog

  • add additional properties for 3D Secure V2
  • modify constructor calls for the following value objects:
    • Payvision\SDK\Domain\Payments\ValueObject\Payment\RequestThreeDSecure
    • Payvision\SDK\Domain\Payments\ValueObject\Payment\ResponseThreeDSecure
    • Payvision\SDK\Domain\Checkouts\ValueObject\Payment\ResponseThreeDSecure

PHP SDK v6.0.0 release

19 Nov 16:11
Compare
Choose a tag to compare

Changelog

  • add compatibility with PHP from v7.1 up to v7.4
  • fix non-json responses from API throwing ErrorResponse when the response code is 4xx

PHP SDK v4.2.0 release

05 Oct 15:51
Compare
Choose a tag to compare

Changelog

  • Add detailedMessage field to error responses
  • Add a helper for Afterpay error messages
  • "Handelsbanken" has been added to the iDeal issuers in brands.xml

PHP SDK v5.1.2 release

23 Sep 08:43
Compare
Choose a tag to compare

Changelog

  • Add additional Afterpay error messages

PHP SDK v5.1.1 release

22 Sep 09:19
Compare
Choose a tag to compare

Changelog

  • Fixes issue where Afterpay error messages that would contain numbers where not properly recognized

PHP SDK v5.1.0 release

03 Sep 07:20
Compare
Choose a tag to compare

Changelog

  • Add detailedMessage field to error responses.
  • Add helper for afterpay error messages.

PHP SDK v5.0.0 release

19 Aug 11:53
Compare
Choose a tag to compare

Changelog:

  • BC Breaking: required PHP version changed. PHP 7.2 or greater is now required.
  • Add "Handelsbanken" to the list of iDeal issuers.