Download the PHP package gtxpoint/paymentpage-sdk without Composer
On this page you can find all versions of the php package gtxpoint/paymentpage-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package paymentpage-sdk
PHP SDK
Please note that for correct SDK operating you must have at least PHP 7.0.
Payment flow
Installation
Install with composer
Get URL for payment
Handle callback
You'll need to autoload this code in order to handle notifications:
$data is the JSON data received from payment system;
$callback is the Callback object describing properties received from payment system;
$callback implements these methods:
Callback::getPaymentStatus();Get payment status.Callback::getPayment();Get all payment data.Callback::getPaymentId();Get payment ID in your system.
TODO
- [x] Payment Page opening
- [x] Notifications handling
- [ ] Direct Gate requests
- [ ] PHPDoc
All versions of paymentpage-sdk with dependencies
PHP Build Version
Package Version
Requires
ext-openssl Version
*
The package gtxpoint/paymentpage-sdk contains the following files
Loading the files please wait ...