This plugin is developed independently by PluginLATAM and is not affiliated with, endorsed by, or sponsored by Fintoc. It uses Fintoc’s public APIs as described in the Fintoc documentation.
Vendor: PluginLATAM. Pro edition (plans & trial): PWL Integración Fintoc Pro.
PWL Integración Fintoc connects WooCommerce to Fintoc checkout sessions: customers pay on Fintoc-hosted pages, then return to your store.
This plugin connects to the Fintoc API at https://api.fintoc.com over HTTPS to create and retrieve checkout sessions, read payment state, retrieve payment intents when staff use “Refresh from Fintoc” on an order, and perform refunds where supported. Integration behavior follows Fintoc’s official documentation. The Pro edition also exposes a WordPress REST URL where Fintoc’s servers send webhook events; those requests are authenticated with the signing secret you configure, not WordPress cookies.
Data sent to Fintoc: Your configured secret API key is sent in the Authorization header. JSON request and response bodies may include checkout session IDs, payment intent identifiers, amounts, currency, recipient/bank details you configure, and metadata needed to link payments to WooCommerce orders.
When: During checkout, when the customer lands on the thank-you page (Lite session refresh), when staff refresh a payment intent from the order screen (Pro), when processing refunds from WooCommerce (where supported), and whenever Fintoc delivers webhook events to your site (Pro).
Fintoc legal pages (no affiliate links; use current URLs from fintoc.com if these change):
This plugin includes minified JavaScript and CSS under assets/. The corresponding source code lives in resources/ and is built with Vite, npm, and Tailwind CSS.
To rebuild from source:
npm installnpm run build