domain-ecommerce:payment-integration

Integrate payment gateways, BNPL services, and crypto solutions for e-commerce platforms.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill domain-ecommerce-payment-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-ecommerce:payment-integration
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/domains/domain-ecommerce/skills/payment-integration
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill domain-ecommerce-payment-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of integrating various payment gateways, Buy Now Pay Later options, and cryptocurrency payment systems into e-commerce platforms.

Core Features & Use Cases

  • Gateway Integration: Supports major gateways like Stripe, PayPal, Adyen, Square, Mollie, Razorpay, and Checkout.com.
  • BNPL & Crypto: Enables integration of Klarna, Affirm, Afterpay, BitPay, and BTCPay Server.
  • Orchestration & Security: Facilitates multi-PSP routing, 3DS2 compliance, and fraud prevention strategies.
  • Use Case: A growing e-commerce business wants to offer multiple payment options including Klarna for BNPL and BitPay for crypto, while ensuring PCI compliance and fraud mitigation. This Skill provides the patterns and reference material to achieve this.

Quick Start

Use the domain-ecommerce:payment-integration skill to integrate Stripe PaymentIntents and Klarna BNPL options into your checkout flow.

Frequently Asked Questions about domain-ecommerce:payment-integration

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

FAQPage Schema
How do I integrate multiple payment gateways like Stripe and PayPal into my e-commerce checkout?

Integrating multiple payment gateways like Stripe and PayPal requires multi-PSP routing patterns that orchestrate transactions across different providers. This approach centralizes payment logic, enabling dynamic provider selection based on cost, geography, or success rates within your e-commerce checkout flow.

What is 3DS2 compliance and how does it affect my payment gateway integration?

3DS2 compliance is a mandated authentication protocol for payment gateway integrations that reduces fraud by verifying cardholder identity during checkout. Implementing 3DS2 compliance ensures your e-commerce platform meets global regulatory standards while minimizing transaction friction and false declines.

Can I add Buy Now Pay Later options such as Klarna and Afterpay alongside traditional payment gateways?

Yes, you can add Buy Now Pay Later (BNPL) options like Klarna, Affirm, and Afterpay alongside traditional payment gateways. Integrating BNPL services requires specific API patterns to handle deferred payment authorizations, refunds, and settlement schedules within your existing checkout architecture.

Does this payment integration approach support cryptocurrency processing with BitPay and BTCPay Server?

This payment integration approach supports cryptocurrency processing by providing implementation patterns for BitPay and BTCPay Server. You can route crypto transactions alongside fiat gateways, handling blockchain confirmations, wallet address generation, and multi-currency settlement within your e-commerce platform.

How do I handle idempotency and refunds when managing subscription billing across multiple payment service providers?

Handling idempotency and refunds across multiple payment service providers requires generating unique idempotency keys for each transaction attempt to prevent duplicate charges. Subscription billing and refund logic must be centralized to manage recurring schedules and partial reversals consistently across all integrated gateways.

What are the limitations when using multi-PSP routing for fraud prevention in e-commerce payments?

A limitation of multi-PSP routing for fraud prevention is the complexity of maintaining consistent risk scoring rules across disparate payment gateway APIs. Implementing unified fraud prevention requires careful orchestration to avoid data synchronization issues and ensure transaction context is shared effectively across all providers.