portone-payment-integration

Integrate Korean payment gateways with Cloudflare Workers and vanilla JS SPA.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill portone-payment-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portone-payment-integration
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/software-development/portone-payment-integration
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill portone-payment-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires portone-browser-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill integrates Korean payment gateways like KG이니시스, 카카오페이, 토스페이먼츠, and others with a web application, providing a seamless payment experience and enabling backend verification.

Core Features & Use Cases

  • Payment Gateway Integration: Integrates with KG이니시스, 카카오페이, 토스페이먼츠, and other Korean payment gateways.
  • Cloudflare Workers: Utilizes Cloudflare Workers for backend verification and D1 database management.
  • SPA Architecture: Compatible with vanilla JS Single Page Applications (SPA).
  • Use Case: For a web application that requires payment processing with Korean payment gateways, this Skill provides a complete solution from frontend SDK to backend verification.

Quick Start

Integrate the portone-payment-integration skill into your web app to add Korean payment gateway functionality.

Frequently Asked Questions about portone-payment-integration

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

FAQPage Schema
How do I integrate Korean payment gateways like KG이니시스 and 카카오페이 with a vanilla JS SPA?

You can integrate Korean payment gateways with a vanilla JS SPA by using the PortOne V2 SDK on the frontend and Cloudflare Workers for backend payment verification and multi-channel management.

Can I use Cloudflare Workers for backend payment verification with PortOne?

Yes, Cloudflare Workers can handle backend payment verification with PortOne, while also utilizing Cloudflare D1 database management to track purchase records and manage multiple payment channels.

Do I need the PortOne V2 SDK to process 토스페이먼츠 payments in my web application?

Yes, you need the PortOne V2 browser SDK to process 토스페이먼츠 payments in your web application, as it handles the frontend SDK integration required for the Korean payment gateway checkout flow.

What's the best way to track purchase records when integrating Korean payment gateways?

The best way to track purchase records during Korean payment gateway integration is to store transaction data in Cloudflare D1, managed through your Cloudflare Workers backend verification logic.

Does this payment gateway integration support multiple channels like 카카오페이 and 토스페이먼츠 simultaneously?

Yes, this payment gateway integration supports multi-channel management, allowing you to simultaneously process payments through Korean gateways like 카카오페이, 토스페이먼츠, and KG이니시스.

What are the prerequisites for setting up Korean payment processing with Cloudflare Workers?

To set up Korean payment processing, you need a configured Cloudflare Workers environment with D1 database access and the PortOne V2 SDK integrated into your vanilla JS SPA frontend.