PingPay Store — install the app, receive USDT instantly. No API integration, no wallet linking, no chargebacks, no banking delays. PingPay Store — 앱 설치만으로 USDT를 즉시 수령. API 통합 불필요, 지갑 연결 불필요, 차지백 없음, 은행 지연 없음.
No volatility. No reconciliation headaches. PingPay handles the rails.변동성·정산 부담 없이 — 핑페이가 결제 인프라를 처리합니다.
USDT to VND/KRW/IDR/JPY in ~1 second on Solana. Direct to your bank or wallet.USDT를 약 1초 안에 VND·KRW·IDR·JPY로 정산 (Solana 기반). 은행 또는 지갑으로 바로 입금.
One dashboard, every country. Auto FX reconciliation included.하나의 대시보드, 모든 국가 통합 회계. FX 자동 정산 포함.
Solana never sleeps. Accept payments on weekends, holidays, and overnight — no banking-hour gaps.Solana는 24시간 동작. 주말·휴일·심야에도 결제 수신 — 은행 영업시간 공백 없음.
Download the merchant app, scan a QR for setup, start accepting payments. No API, no terminal, no developer needed.가맹점 앱 다운로드 → QR 스캔으로 설정 → 바로 결제 수신. API·단말기·개발자 불필요.
On-chain finality means payments are irreversible. No 60-day chargeback risk like card processors.온체인 정산은 되돌릴 수 없습니다. 카드 결제처럼 60일 차지백 위험 없음.
A single transparent rate per transaction. No tiers, no contract negotiation, no minimum volume.거래당 0.5% 단일 요율. 티어·계약 협상·최소 거래량 없음.
Install the merchant app, scan the QR setup, and you're live. No API integration, no developer needed — just download and accept payments.가맹점 앱 설치 → QR 스캔으로 설정 → 바로 운영 시작. API 통합도 개발자도 불필요 — 다운로드만으로 결제 수신.
Customer pays USDT via NFC/QR고객이 NFC/QR로 USDT 결제
Wallet signature + on-chain confirmation지갑 서명 + 온체인 확정
USDT → VND/KRW at mid-market rateUSDT → VND/KRW 미드마켓 환율
Local currency to your bank현지 통화로 가맹점 은행 입금
Each layer evolves independently — Experience for users, Protocol for routing, Settlement for chains, Off-ramp for fiat.각 레이어는 독립적으로 발전합니다 — 사용자 경험을 위한 Experience, 결제 라우팅을 위한 Protocol, 체인 정산을 위한 Settlement, 법정통화 변환을 위한 Off-ramp.
iOS · Android · Web SDK · merchant dashboardiOS · Android · Web SDK · 가맹점 대시보드
Non-custodial wallet · payment routing · KYC/AML · compliance비수탁 지갑 · 결제 라우팅 · KYC/AML · 컴플라이언스
On-chain settlement · USDT native · Solana mainnet온체인 정산 · USDT 네이티브 · Solana 메인넷
VND · KRW · USD peg · merchant payouts · banking railsVND · KRW · USD 페그 · 가맹점 정산 · 은행망 연동
A typical SEA merchant processing $100K/month saves $2,500 vs traditional 3% card processors.월 $100K를 처리하는 일반 SEA 가맹점은 기존 3% 카드 처리사 대비 $2,500 절감.
Same volume, lower fees. PingPay's 0.5% flat rate vs typical 2-3% card processing fees in SEA.동일 거래량, 낮은 수수료. PingPay 0.5% 단일 요율 — 동남아 카드 결제 일반 2~3% 대비 절감.
Customer taps. PingPay verifies on-chain. Funds land in your bank in ~1 second — not T+2, not T+3.고객이 탭하면 핑페이가 온체인에서 검증. 가맹점 계좌에 약 1초 안에 입금됩니다 — 카드사 정산처럼 2~3일 기다릴 필요 없습니다.
Not for merchants — merchants just download the app. The Partner API is for fintech builders launching new payment products on PingPay infrastructure: white-label apps, regional sub-businesses, or services similar to ours.가맹점용이 아닙니다 — 가맹점은 앱만 다운로드하면 됩니다. Partner API는 PingPay 인프라 위에 새 결제 서비스를 출시하려는 핀테크 빌더용입니다: 화이트라벨 앱, 지역별 하위 비즈니스, 핑페이와 유사한 서비스를 운영하려는 파트너.
REST API + WebSocket events + React components for partners building services on top of PingPay. Sandbox environment, OpenAPI spec, full programmatic control.PingPay 위에 서비스를 구축하는 파트너용 REST API + WebSocket 이벤트 + React 컴포넌트. 샌드박스 환경, OpenAPI 스펙, 모든 기능을 코드로 제어 가능.
// Accept USDT, settle to KRW import { Pingpay } from '@pingpay/sdk'; const pp = new Pingpay({ apiKey: 'pk_live_...', network: 'solana', settle: 'KRW' }); const charge = await pp.charge({ amount: '48.00', currency: 'USD', description: 'Order #1042' }); // → settled in ~1s console.log(charge.status); // "settled"
Talk to a partnership lead, get sandbox API keys, and ship within a sprint.파트너십 매니저와 상담, 샌드박스 API 키 발급, 빠르게 출시하세요.