Описание
Paydibs Gateway adds Paydibs payments to WooCommerce for fast, secure checkout.
This plugin connects to the Paydibs payment service. By using this plugin you agree to Paydibs terms and privacy policy available on the Paydibs website: https://paydibs.com/
External services
This plugin relies on Paydibs-hosted payment APIs to process WooCommerce orders. The service is required to send the shopper to Paydibs to pay, to receive payment status callbacks, and to verify transactions.
- Live API endpoint:
https://v3api.paydibs.com/PPG/trigger— used when Test mode is disabled in the gateway settings. - Staging API endpoint:
https://stgapi.paydibs.com/PPG/trigger— used when Test mode is enabled.
Technical reference for request/response fields and signing (Pay Request, Pay Response, Query Request): Paydibs API v3 documentation.
When data is sent
- Checkout redirect (customer’s browser): When the customer places an order and chooses Paydibs, the plugin builds a signed request and redirects the browser to the Paydibs URL above. Data includes order amount, currency, order and payment reference IDs, your configured merchant ID, return and callback URLs on your site, product description, and customer details needed for payment and fraud checks (for example billing name, email, phone, IP address, user agent, and optional billing or shipping address fields). If Cash on Delivery fields are enabled, receiver and parcel details are included as required by Paydibs for COD channels.
- Server callback: Paydibs sends payment result data to your store’s WooCommerce callback URL (JSON or form fields). The plugin reads only the parameters required for that callback, verifies the signature, and may call the same Paydibs API with a read-only QUERY request to confirm the transaction before updating the order.
Legal
Paydibs provides this service. Terms and privacy:
- Terms of service: https://paydibs.com/paydibs-service-agreement/
- Privacy policy: https://paydibs.com/privacy-policy/
Установка
- Upload the plugin files to the
/wp-content/plugins/paydibs-gatewaydirectory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to WooCommerce > Settings > Payments and enable Paydibs Gateway.
- Configure your Paydibs credentials in the gateway settings.
Часто задаваемые вопросы
-
Does this plugin support test mode?
-
Yes. Enable Test mode in the gateway settings and enter your test credentials.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Paydibs Payment Gateway» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Paydibs Payment Gateway» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «Paydibs Payment Gateway» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
3.0.8
- Declare WooCommerce as a required plugin in readme/plugin headers. Translate the checkout test-mode description line.
- Plugin Check: remove manual
load_plugin_textdomain()(discouraged for WordPress.org-hosted plugins; core loads translations for the plugin slug). PHPCS ignore for the integerRuntimeExceptionHTTP status argument (ExceptionNotEscapedfalse positive).
3.0.7
- Plugin Check: do not ship hidden files (for example
.gitignore) in the WordPress.org zip. Escape exception messages forWordPress.Security.EscapeOutput.ExceptionNotEscaped; translate previously hard-coded exception strings.
3.0.6
- Harden QUERY (sendQueryRequest) handling: require HTTP 200, decode JSON with strict error handling, allowlist fields before signature verification, sanitize returned fields after verification, and use translatable/safe error messages.
3.0.5
- Use is_plugin_active for WooCommerce detection (multisite / network-friendly); remove unreachable code after payment responses; drop unused large asset; minor cleanup.
3.0.4
- QUERY requests include all validated Pay Response fields again (same as before), rebuilt from a strict allowlist with outbound sanitization so no extra parameters are sent; Pay Response signature check uses hash_equals with case-normalized hex; escape payment icon URL/alt; clarify JSON decode handling for gateway responses; link official API docs from readme.
3.0.3
- WordPress.org review: document external services in readme; sanitize and validate Paydibs callback input without reading full superglobals; use wp_json_encode for callback responses; rename gateway classes to Paydibs-prefixed names (avoid WC_ prefix). Developer note: paydibs_gateway_* filters renamed to paydibs_payment_gateway_*.
3.0.2
- Fix Plugin Check warnings and cleanup.
3.0.0
- Add optional customer details to Pay Request payload.
- Code cleanup and repo compliance updates.
- Add COD fields and settings.
2.1.0
- Add optional customer details to Pay Request payload.
- Code cleanup and repo compliance updates.
2.0.0
- Первый выпуск.
