You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PHP Payconiq/Wero/Bancontact API Client (unofficial)
5
5
6
6
Supported API version: v3
7
7
@@ -26,12 +26,23 @@ Not supported yet:
26
26
27
27
## Installation
28
28
29
-
**Requirement**: PHP version >=7.2
29
+
**Requirement**: PHP version >=8.2
30
30
31
31
```
32
32
composer require optiosteam/payconiq-client-php
33
33
```
34
34
35
+
## Migrating from 1.x to 2.x: Migration Payconiq > WERO/Bancontact
36
+
On `2025-09-21 03:00:00 CET` the endpoints will be updated automatically to use the new endpoints according to https://docs.payconiq.be/guides/general/preprod072025v4
37
+
38
+
The code has been updated for PHP 8 (constructor property promotion, enums, immutable with `readonly`, ...)
39
+
40
+
All resources (`Payment`, `Creditor`, `Debtor`, `SearchResult`) are now immutable.
41
+
42
+
**So if you are migrating your code from 1.x to 2.x, make sure to use the enums for PaymentStatus, QR code size, color & format, instead of the old constants**
0 commit comments