DeloPay turns your site into a merchant storefront. Shoppers complete payment inside an iframe served by DeloPay, so card data never reaches your server.
Licensing note: only this plugin — the WordPress integration code — is open source (MIT), as required for everything hosted in the WordPress.org directory. The DeloPay platform itself (the payment service, hosted checkout and APIs it connects to) is a proprietary commercial service operated by DeloPay and is not open source. A DeloPay merchant account is required.
DeloPay is a composable payments orchestrator that connects to multiple payment providers — including Stripe, Klarna, PaySePro and NOWPayments — through a single API. Once your site is paired with your DeloPay merchant account, you can:
[delopay_checkout] on any page; the buyer pays inside a DeloPay-served iframe.[delopay_cart] totals up against the trusted catalog so prices can’t be tampered with on the client.[delopay_products], [delopay_product], [delopay_categories], [delopay_category_hero], [delopay_complete].DeloPay Orders, pushed to the connector and reconciled by a 15-minute background cron.Connect to DeloPay runs an OAuth-style handshake from the Settings screen; the API key is provisioned automatically and stored on the server (never exposed to the browser).wp option get delopay_settings).checkout.delopay.net). The shopper completes payment there./wp-json/delopay/v1/webhook; the plugin verifies the HMAC and updates the order state in the database./refunds API and reconciled by a recurring background job.This plugin connects to the DeloPay payment platform (https://delopay.net) so the site can accept payments and stay in sync with the merchant catalog. Specifically:
https://api.delopay.net (and the sandbox host https://sandbox-api.delopay.net while testing) for: creating and listing products and categories, creating orders, issuing refunds, and exchanging the connect handshake. Each request includes the merchant API key (server-side only) and the request payload (e.g. product fields, order line items, customer email at checkout time).https://checkout.delopay.net on the order page. The shopper’s browser loads that page directly from DeloPay; payment data is entered there and never touches this site./wp-json/delopay/v1/webhook to keep order state in sync. Each delivery is verified with HMAC-SHA512 against the configured webhook secret.DeloPay terms of service: https://delopay.net/terms
DeloPay privacy policy: https://delopay.net/privacy
By activating and connecting this plugin you acknowledge that order, product and customer data is transmitted to DeloPay under the terms above.
[delopay_products limit="24" columns="3" category="home"] — product grid (filter optional).[delopay_product id="123"] — single product card.[delopay_categories] — index of all active categories.[delopay_category_hero category="<slug>"] — eyebrow / title / subtitle hero for a category page (auto-injected into seeded category pages; falls back to a spacing-only block when the hero is empty).[delopay_cart] — shopper’s cart with line items, subtotal and a checkout button.[delopay_checkout] — order creation + checkout iframe.[delopay_complete] — post-payment status page.