What problem does it solve?
This Skill removes the burden of manually implementing Kuwait's KNET payment gateway integration in Laravel, handling complex tasks like AES-encrypted communication, callback verification, and transaction state management without requiring deep knowledge of the KNET RAW protocol.
Core Features & Use Cases
- Full Payment Lifecycle Management: Supports payment initiation, KNET callback processing, success/failure event dispatching, and user redirects.
- Refund & Status Inquiry: Enables full and partial refunds, plus real-time transaction status checks directly against the KNET gateway.
- Use Case: A Laravel e-commerce platform can use this Skill to let customers pay via KNET, automatically mark orders as paid on successful payment, and process refunds from the admin panel without writing custom gateway integration code.
Quick Start
Use the knet-development skill to add a complete KNET payment checkout flow to your Laravel application, including automatic order fulfillment on successful payment and support for full and partial refunds.