knet-development

Integrate KNET payment gateway into Laravel applications with encrypted transactions.

14|6|Updated Nov 27, 2019
One-click install
npx skills add https://github.com/asciisd/knet --skill knet-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knet-development
Source: https://github.com/asciisd/knet/tree/main/resources/boost/skills/knet-development
Command: npx skills add https://github.com/asciisd/knet --skill knet-development

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about knet-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate KNET payment gateway into a Laravel application?

You can integrate KNET payments into Laravel by using this Skill to automatically handle AES-128-CBC encrypted payload communication, KNET RAW protocol compliance, and callback verification without manual gateway code.

Does this Laravel KNET integration support partial refunds and transaction status inquiries?

Yes, this KNET integration supports processing both full and partial refunds, plus real-time transaction status checks directly against the KNET gateway from your Laravel application.

How do I handle KNET payment callbacks and order fulfillment in Laravel?

This Skill manages KNET callback processing by dispatching success or failure events, automatically redirecting users, and triggering event-driven order fulfillment logic for successful payments.

Can I use KFAST faster checkout with Kuwait payments in my Laravel platform?

Yes, this Skill supports KFAST faster checkout for Kuwait payments, allowing your Laravel e-commerce or SaaS platform to streamline the checkout experience while maintaining secure payment processing.

What is the best way to manage AES-128-CBC encrypted KNET transactions in Laravel?

The best way to manage encrypted KNET transactions is using this Skill, which eliminates manual implementation of AES-128-CBC encrypted payload handling and provides comprehensive transaction logging and error handling.

Do I need deep knowledge of the KNET RAW protocol to process Kuwait payments?

No, you do not need deep knowledge of the KNET RAW protocol because this Skill abstracts the encrypted payment communication and transaction state management for your Laravel application.