| 开发者 | coastalpay |
|---|---|
| 更新时间 | 2026年4月22日 18:49 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. Since version 1.1.0 the plugin uses Coastal Pay's tokenization API. Card numbers and CVV values are exchanged for a one-time token before the checkout form is submitted, so raw card data never reaches your WordPress server.
Visit Coastal Pay to sign up.
In your Coastal Pay dashboard, go to Webhooks, create a new webhook pointing to https://yourstore.com/wc-api/cpgw_ach/, select the "ACH Status Update" event, and paste the generated signature key into the ACH plugin settings.
Yes. Both Card and ACH gateways render full payment forms in the block checkout.
Yes. Enable the "Sandbox Mode" checkbox in the Card gateway settings and enter your sandbox API token.
onPaymentSetup hook to pass field data on order placement.hash_equals() to prevent timing attacks. ACH webhook handler hardened with null-checks. die() in API class replaced with proper error returns.new WC_Order($id) with wc_get_order($id) throughout. Removed global $wpdb from plugin root. URL constants centralised. Unnecessary global declarations removed. Error suppression (@) removed from strtotime calls.Text Domain header, bumped version, updated readme.txt.