What problem does it solve?
Paygent credit card payment integrations in WooCommerce are complex, especially when supporting tokenization, EMV 3D Secure 2.0 redirect flows, subscriptions (recurring billing), and multi-currency/MCCC variants.
Core Features & Use Cases
- Credit card (paygent_cc) payment gateway wiring: Implements the main credit card flow including required telegram kinds for authorization/capture/refund/correction and payment_id handling.
- Tokenization & saved-card lifecycle: Supports card token processing and integrates card information saving/deletion (token-based and customer_card_id flows).
- EMV 3D Secure 2.0 redirect flow: Enables 3DS2 via tds2_check, using WooCommerce receipt/thankyou hooks and Paygent information inquiry (telegram_kind 094).
- Subscriptions integration (addon-cc): Adds recurring billing support through WooCommerce Subscriptions hooks and related telegram kinds (e.g., 551 registration).
- Multi-currency credit cards (paygent_mccc): Sends currency_code and handles MCCC-specific behavior while keeping the same overall flow structure.
Quick Start
Ask the AI to map your WooCommerce gateway configuration to the required Paygent parameters for paygent_cc, including when to use EMV 3DS2 and how to handle subscriptions and tokenization.