gbusiness-api-php-sdk
gbusiness-api-php-sdk copied to clipboard
Satispay GBusiness API PHP SDK
Payment creation could add an Idempotemcy-Key string. https://developers.satispay.com/reference/idempotency
It would be useful when cancelling a subscription / pre-auth recurring payment.
The following headers are not yet managed by the library: - https://developers.satispay.com/reference/idempotency - x-satispay-apph (e.g. https://developers.satispay.com/reference/create-a-payment) Do you have plans to integrate it? It would be interesting to let developers...
I'm having some issues with a newer curl version (PHP 8.1 and CURL 7.81.0 on Linux) It seems like it's using HTTP2 by default, so it doesn't work with your...
Is there any change to attach a logger to this library to log the curl exchanges?
add missing method to update/delete the recurring payments
Add "retrieve daily closure", relates to issue #6.
Please add the [Retrieve daily closure](https://developers.satispay.com/reference#retrieve-daily-closure) functionality.
As per title, phpseclib v3 is the recommended version of the library by the authors, with better compatibility for php 8.4 and also other libraries like `league/flysystem`.