przelewy24-php
przelewy24-php copied to clipboard
PHP library for Przelewy24 API
This PR provides support for the transaction refund process
The API does not support transaction refund yet
The library does not support card payment related endpoints
The docs: https://developers.przelewy24.pl/index.php?en#tag/Card-Notification specify: Notification is sent to the url given in the "urlCardPaymentNotification" parameter, which must be added to the[ transaction/register ](https://developers.przelewy24.pl/index.php?en#tag/Transaction-service-API/paths/~1api~1v1~1transaction~1register/post)method, or to a fixed address saved in...
How to get verification response status (success, pending, refunded)? $transaction = $przelewy24->verify([ 'session_id' => $payment_id, 'order_id' => $orderId, 'amount' => $amount, ]);