| 开发者 | kemarharris |
|---|---|
| 更新时间 | 2026年7月13日 17:10 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/genius-checkout-for-woocommerce/{your-site}/gc-webhook) as a webhook endpoint in your Genius Checkout dashboardYes. You can register for free. There are no setup fees.
All currencies supported by your configured gateway, including TTD, BBD, JMD, XCD, USD, BRL, COP, MXN, and many more.
Genius Checkout routes your WooCommerce payments through the gateway you connect in your Genius Checkout dashboard. Live today:
No. Customers are redirected to a hosted payment page on Genius Checkout's servers. Your WooCommerce store never handles card numbers.
You can issue full or partial refunds directly from the WooCommerce order detail page. Click Refund and Genius Checkout processes the refund via the API.
Yes. Enter a test API key (gc_test_...) in the plugin settings — payments will run against the staging gateway and no real money will move.
scheduled_subscription_payment to the gateway-specific hook so renewals fire even for orders that took an alternate payment method on the initial signupGC_PLUGIN_VERSION back in sync with the plugin header (was stuck at 1.2.0 so cache-bust query strings for the Blocks JS asset served stale after upgrade)payment_complete in case a third-party plugin short-circuits the core flow before our handler runsbuyer_message field from payment.failed payloads (locale-aware text mapped from ISO 8583 codes on the platform side)