Skip to content

Releases: barion/barion-web-php

Added new 3DS related parameters

15 Aug 08:21
8e59f06
Compare
Choose a tag to compare

Payment start request extended with the RecurrenceType and ChallengePreference 3DS related properties.

Fixed shipping address model

14 Aug 11:39
973224b
Compare
Choose a tag to compare

Fixed the parameters of the shipping address model; delivery method and phone number is no longer required.
Also added detailed documentation for different payment scenarios under the docs folder.

Support for 3D Secure authentication parameters and Delayed Capture payment scenarios

08 Aug 08:46
030b0f2
Compare
Choose a tag to compare

The library now supports the Delayed Capture payment scenario, where the amount is first held on the payment card of the customer, and the authorization can be captured or cancelled in a previously set time window
Please refer to the documentation about Delayed Capture: https://docs.barion.com/Delayed_Capture

Also, it is now possible to supply additional data about the purchase, the payment card, and the payer upon starting a payment, in order to undergo a successful, frictionless 3D Secure authentication, if it is applicable for the given payment card.
Information about these payment parameters can be found here: https://docs.barion.com/Payment-Start-v2-3DS

Greek locale support

20 Mar 09:02
1503f98
Compare
Choose a tag to compare

Library now supports the "el-GR" Greek locale when starting payments.

CZK and czech language

12 Mar 16:13
98e444d
Compare
Choose a tag to compare

Library supports the CZK currency and the czech locale.

PaymentStateResponseModel extended

16 May 06:09
Compare
Choose a tag to compare
v1.2.9

FIX:// PaymenStateResponse extended to parse all the available fields

Refunded transactions fix

16 May 06:08
Compare
Choose a tag to compare
v1.2.8

FIX: Refunded transactions parsed correctly

Added properties related to payments

15 Feb 08:56
Compare
Choose a tag to compare
  • Payment state response includes funding information
  • Added new payment statuses

Improved SSL certificate handling

03 Feb 11:12
Compare
Choose a tag to compare
  • Fixed SSL certificate problems when connecting to the Test environment.
  • Added an extra option to used bundled certificates.

First release

13 Jan 13:53
Compare
Choose a tag to compare

This is the first release of the Barion PHP library.