SDK
Official SDK libraries allow you to quickly integrate with the dpay.pl payment gateway without having to manually implement API calls, generate checksums, or handle IPN notifications.
What do our SDKs offer?
- Checksum generation - automatic
checksumcalculation for each request, in accordance with the API specification - API calls - ready-made methods for registering payments, checking status, and managing services
- IPN handling - Instant Payment Notification signature verification and response data parsing
- Error handling - standardized exceptions and error codes to simplify debugging
Available SDKs
| Library | Language | Status |
|---|---|---|
| dpay-php | PHP 8.1+ | Available |
Quick start
- Sign up at the dpay.pl Panel and create a new Payment Point.
- Retrieve the service name (
service_name) and secret hash (secret_hash) from your Payment Point settings. - Install the SDK - see the PHP SDK documentation for details.
- Configure the IPN URL in your Payment Point to receive transaction status notifications.
Looking for a ready-made plugin?
If you use an e-commerce platform (WooCommerce, Magento, PrestaShop, and others), check out our Ready-made Solutions - plugins that require no coding.