CorePay Gateway for WooCommerce

설명

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

스크린샷

설치

  1. Upload the plugin files to /wp-content/plugins/corepay-gateway-for-woocommerce, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to WooCommerce > Settings > Payments > CorePay Money.
  4. Enable the gateway.
  5. Configure at least one complete provider row with an ID / CORE ID and Provider ID.
  6. 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.