| 开发者 | solidgate |
|---|---|
| 更新时间 | 2026年7月7日 20:57 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
sg_card) — An inline card form powered by the Solidgate Payment Form SDK. Card details are entered directly on your checkout page inside a secure Solidgate-hosted iframe. Supports 3-D Secure, refunds, and async webhook confirmation.sg_mbway) — Push-notification payments for Portugal. The customer enters their MB WAY phone number and approves the payment on their MB WAY app. Available for EUR orders to Portuguese billing addresses.sg_bizum) — Mobile payments for Spain. The customer is redirected to Bizum's hosted page and returns to your site after approval. Available for EUR orders to Spanish billing addresses.sg_blik) — One-click payments for Poland. The customer enters a 6-digit BLIK code from their banking app. Available for PLN orders to Polish billing addresses.sg_ideal) — Bank transfer payments for the Netherlands. Available for EUR orders to Dutch billing addresses.sg_openbanking) — Open Banking payments available across supported regions.solidgate/v1), and a unified webhook setup.
Webhook URL
All payment methods share a single webhook endpoint. Configure this URL in Solidgate Hub (Settings → Webhooks):
https://yoursite.com/wp-json/solidgate/v1/webhook
The plugin automatically identifies which gateway a webhook belongs to by trying each configured key pair in turn.
Requirements
solidgate-payments-for-woocommerce folder to /wp-content/plugins/.Log in to Solidgate Hub, go to Settings → API Keys. You will need a separate key pair for Card payments and for APM (Alternative Payment Methods) payments.
Use Solidgate's sandbox environment. Contact Solidgate support to enable sandbox mode for your account, then use the sandbox API keys in the plugin settings.
_sg_processed_refund_ids order meta — a second webhook for the same refund transaction no longer creates a duplicate WC refund record.order_key for order enumeration protection.== External Services == section documenting Solidgate API usage.solidgate/v1.