وضاحت
CorePay Gateway for WooCommerce adds CorePay Money as a WooCommerce payment gateway for product checkout and subscription payments.
The plugin creates WooCommerce orders, renders the CorePay Money hosted widget on the order payment page, and waits for signed webhook callbacks before marking orders paid.
Features
- WooCommerce payment gateway for product checkout.
- WooCommerce Checkout Blocks support.
- WooCommerce Subscriptions support for initial subscription payments and renewal orders.
- Hosted CorePay Money widget integration.
- Sortable provider list with drag-to-reorder and delete controls.
- Store currency by default, with an admin override for a custom CorePay asset and store-currency fiat quote.
- Digitize option enabled by default.
- Required Ed25519 webhook signature validation against CorePay’s well-known JWKS.
- WooCommerce HPOS compatibility declaration.
External service
This plugin connects to CorePay Money, an external payment service, to render the hosted payment widget and verify payment webhooks.
The plugin loads the hosted widget script from:
- https://corepay.money/widget
The widget script requests rendered payment markup from:
- https://corepay.money/api/v1/widget/render
The plugin fetches CorePay’s public signing keys from:
- https://corepay.money/.well-known/jwks.json
The widget receives configured provider IDs, payment currency, and payment amount. Webhook verification receives and validates payment event data sent by CorePay, including order ID, order key, status, transaction ID, amount, and currency.
Use of this plugin requires a CorePay Money account/provider configuration. See CorePay Money for service terms and privacy details:
- https://corepay.money
- Terms of Service: https://corepay.money/terms/service
- Privacy Policy: https://corepay.money/terms/privacy
تصوير





انسٽاليشن
- Upload the plugin files to
/wp-content/plugins/corepay-gateway-for-woocommerce, or install the plugin through the WordPress plugins screen. - Activate the plugin through the Plugins screen in WordPress.
- Go to WooCommerce > Settings > Payments > CorePay Money.
- Enable the gateway.
- Configure at least one complete provider row with an ID / CORE ID and Provider ID.
- Configure currency behavior and webhook signature key ID if needed.
FAQ
-
Why does the payment method not appear at checkout?
-
The gateway must be enabled and at least one provider row must have both an ID / CORE ID and Provider ID. If custom currency mode is enabled, the custom CorePay asset must be 1 to 6 characters; the WooCommerce store currency is still used as the fiat quote.
-
Does this support WooCommerce Checkout Blocks?
-
Yes. The plugin registers a payment method integration for the block-based checkout.
-
Does this support subscriptions?
-
Yes. The plugin advertises WooCommerce Subscriptions support and handles initial subscription payments, renewal orders, and payment-method changes.
-
What webhook URL should be configured in CorePay?
-
Use the webhook URL shown on the CorePay Money payment settings page. It follows the WooCommerce API callback format:
https://example.com/wc-api/corepay_money -
Is PHP sodium required?
-
Yes. CorePay webhook signatures use Ed25519 / EdDSA verification, which requires PHP sodium support.
جائزا
ھن پلگ ان لاءِ ڪي به رايا ناھن.
تعاون ڪندڙ & ڊولپرز
“CorePay Gateway for WooCommerce” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙترجمو ڪريو “CorePay Gateway for WooCommerce” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
0.1.3
- Corrected the WordPress.org contributor metadata.
0.1.2
- Bundled the CorePay payment method icon locally for WordPress.org review compliance.
0.1.1
- Updated plugin name and text domain for WordPress.org review.
- Avoided storing raw webhook request bodies in debug logs.
- Sanitized decoded webhook payload data before use and storage.
0.1.0
- Initial release.
- Added WooCommerce payment gateway.
- Added WooCommerce Checkout Blocks integration.
- Added CorePay Money hosted widget rendering.
- Added signed webhook verification.
- Added provider row configuration.
- Added WooCommerce Subscriptions support.