| 开发者 |
pluginlatam
userdm |
|---|---|
| 更新时间 | 2026年6月6日 12:37 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
No. PluginLATAM built this integration using Fintoc’s public API. “Fintoc” is a trademark of its respective owner.
CLP and MXN, per Fintoc availability.
In the Fintoc Dashboard, create a webhook endpoint whose URL matches the REST URL on PWL Fintoc → Webhook log (copy button) or PWL Fintoc settings. Use the same test or live mode as your API keys. Paste the signing secret (shown once when you create the endpoint) into the plugin so incoming requests can be verified via the Fintoc-Signature header. The settings screen explains which event types the plugin handles.
The REST route must accept POST requests from Fintoc without a logged-in WordPress user. Security relies on cryptographic verification: each request must include a valid Fintoc-Signature or fintoc_signature header checked against your webhook signing secret from the Fintoc Dashboard. Invalid or missing signatures receive HTTP 400.
Client::list_payment_intents() for GET /v1/payment_intents (used on the dashboard; cached).pwlintegracionfintoc_* (lowercased PHP namespace; matches WordPress.org Plugin Check prefix scanner).phpcs.xml.dist (ValidHookName + PrefixAllGlobals); run PHPCS with WPCS locally (coding-standard packages are not shipped in vendor/).pwlintegracionfintoc_*.