php-sdk icon indicating copy to clipboard operation
php-sdk copied to clipboard

PHP SDK for PostFinance Checkout

Results 6 php-sdk issues
Sort by recently updated
recently updated
newest added

Hi, When we detect a fraud or have a commercial dispute, we cannot blacklist the customer TWINT/CC/Postfinance number as we never know it due to the PCI compliance. Is there...

I need to be able to log HTTP Requests & the corresponding response. This is currently not possible. Only the response is available to callers. The request is hidden. The...

It seems like this line is giving wrong type information. The function does not return an instance of the class `TransactionState`, but a `string`. ```php /** * Gets state *...

If I want to exclude TWINT from a created transaction. I am not sure how to convert the updated transaction (`$transactionCreate->setAllowedPaymentMethodConfigurations($methods);`) to a pending transaction that I can pass to...

The package is currently missing an example how to add a caution deposit. The following things should be included: - Create caution deposit (with expiration date) - Release the caution...

I have changed all arrays that have been assigned null. This avoids errors in PHP >=8.1.