| 开发者 | ryanplugins |
|---|---|
| 更新时间 | 2026年6月19日 17:11 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
No. Card data is tokenised entirely within the accept.blue Hosted Tokenization iFrame. Your server only ever receives a short-lived nonce token. No card numbers, CVVs, or expiry dates are stored on your server or in your database.
Yes. Enable Test / Sandbox Mode in Formidable > Global Settings > Accept.Blue and use your accept.blue sandbox credentials. No real charges are made. Disable the setting and switch to live credentials when you are ready for production.
complete — charge captured and settled; auth — authorised but not yet captured; failed — charge declined or errored; voided — authorisation cancelled before capture; refunded — charge refunded in full or in part.
API request and response bodies are logged when debug logging is enabled. Card numbers are never present (they are handled by the accept.blue iFrame and never reach your server), but disable debug logging once you have finished troubleshooting. No card data is stored on your server. All sensitive payment data is handled exclusively by accept.blue's PCI-compliant infrastructure.
wp_add_inline_script( 'before' ) block that travels with the registered script handle, preventing WP Rocket / Autoptimize / LiteSpeed from stripping or deferring it. wp_localize_script retained as a secondary fallback for strict-CSP environments.<style> tag in card field output with wp_add_inline_style() per WP enqueue best practices.<script> config output (printf) with wp_add_inline_script() per WP enqueue best practices.wp_verify_nonce) to the log viewer GET handler; all log viewer links updated to use wp_nonce_url().