payuni-embed

Integrate PAYUNi non-redirect payments into WooCommerce with AES-256-GCM encryption.

17|5|Updated Aug 7, 2023
One-click install
npx skills add https://github.com/zenbuapps/woomp --skill payuni-embed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payuni-embed
Source: https://github.com/zenbuapps/woomp/tree/main/.claude/skills/payuni-embed
Command: npx skills add https://github.com/zenbuapps/woomp --skill payuni-embed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex integration of PAYUNi's non-redirect payment components, handling the intricate requirements of AES-256-GCM encryption, SDK token management, and secure transaction processing for WooCommerce.

Core Features & Use Cases

  • Secure Payment Integration: Implements iframe-based card input to ensure PCI-DSS compliance without redirecting users away from the checkout page.
  • Advanced Transaction Handling: Manages 3D Secure verification, installment payments, and asynchronous Webhook notifications.
  • Use Case: When developing or debugging a WooCommerce checkout flow using PAYUNi, use this Skill to verify API specifications, troubleshoot encryption hash mismatches, or configure credit card tokenization for recurring payments.

Quick Start

Use the payuni-embed skill to troubleshoot a failed transaction by verifying the encryption hash and checking the error code against the provided documentation.

Frequently Asked Questions about payuni-embed

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

FAQPage Schema
How do I integrate PAYUNi non-redirect payment components into WooCommerce?

To integrate PAYUNi non-redirect payment components into WooCommerce, implement iframe-based card input fields, manage AES-256-GCM encryption, and handle SDK lifecycle events for secure transaction processing.

How does AES-256-GCM encryption work for PAYUNi payment gateway transactions?

AES-256-GCM encryption for PAYUNi transactions works by securing the payload data transmitted between the WooCommerce checkout flow and the payment gateway API, ensuring data integrity and preventing tampering during transmission.

Can I use PAYUNi payment components for credit card tokenization and 3D Secure verification?

Yes, you can use PAYUNi payment components for credit card tokenization to facilitate recurring payments and manage 3D Secure verification, ensuring robust transaction processing and compliance within your WooCommerce checkout flow.

Why does my PAYUNi WooCommerce transaction fail with an encryption hash mismatch?

A PAYUNi WooCommerce transaction fails with an encryption hash mismatch when the AES-256-GCM encryption parameters sent to the payment gateway API do not align with the expected hash, requiring verification against the provided documentation.

Does the PAYUNi payment integration support installment options and Webhook notifications?

Yes, the PAYUNi payment integration supports installment options during checkout and asynchronous Webhook notifications to update transaction statuses, handled through standardized API communication and comprehensive error handling protocols.