What problem does it solve?
Paygent credit card payments require complex gateway-specific request/response handling, including optional EMV 3D Secure 2.0 flows, tokenization, multi-currency support, and WooCommerce Subscriptions integration.
Core Features & Use Cases
- Credit card payment gateway implementation: Covers main authorization/capture/refund flows via Paygent gateway classes.
- EMV 3D Secure 2.0 support (receipt redirect flow): Enables
tds2_check-controlled 3DS2 authorization with woocommerce_receipt_{id} and result reconciliation on woocommerce_thankyou_{id}.
- Tokenization & saved-card lifecycle: Supports card info saving and deletion (tokenization) so card numbers/CVV do not need to be handled directly by the merchant.
- Subscriptions (recurring billing) add-on: Integrates with WooCommerce Subscriptions through dedicated hooks for scheduled payments and status management.
- Multi-currency & card type determination: Implements MCCC for sending currency code and supports debit/prepaid determination via response card type fields.
- Payment method mapping: Supports multiple payment classes such as one-time, installment, bonus, and revolving (リボ) by gateway configuration.
Quick Start
Use the paygent-cc skill to generate and configure the Paygent credit card gateway implementation that supports token payments, optional EMV 3DS2 redirect flow, subscriptions, and multi-currency for your WooCommerce store.