What problem does it solve?
This Skill helps you implement and troubleshoot Paygent digital payments in a redirect-based WooCommerce flow, so orders can be posted to Paygent, redirected back to your store, and then updated correctly on the thank-you page.
Core Features & Use Cases
- Redirect-based payment flow: Triggers outbound payment requests on WooCommerce receipt hooks and handles results on thank-you hooks.
- Gateway mapping for major methods: Covers PayPay, Paidy, and Rakuten Pay with defined gateway IDs and telegram kinds for apply/cancel/capture.
- Refund and cancellation guidance: Provides key refund/cancel behaviors and payment status handling to keep order state consistent.
- Use case example: When a customer pays with PayPay, this Skill documents saving the received redirect HTML to order meta and using the payment-status query to complete the WooCommerce payment.
Quick Start
Use the paygent-digital skill to wire PayPay/Paiday/Rakuten Pay redirect payments by matching your gateway IDs and telegram kinds, then verify order updates on the woocommerce_thankyou hooks for the target payment method.