차세대 상거래를 위해 구축된 icpay는 암호화폐 결제를 받는 가장 쉬운 방법입니다.

시작하기
icpay

$1,234.56

1.5 ETH

Completed

29/12/2024

$856.23

0.02 BTC

Completed

28/12/2024

$2,450.00

2,450 USDC

Completed

27/12/2024

$1,890.12

2.1 ETH

Completed

25/12/2024

$3,200.00

3,200 SOL

Completed

24/12/2024

$1,500.00

1,500 USDT

Completed

23/12/2024

Accept payments in Bitcoin, Ethereum, and more.

Agents can earn and spend

Build agents that can earn and spend crypto autonomously.

Learn about Agent →
icpay
icpay
Can of soda

Can of soda

Refreshing beverage

1 USDC$1.00
Price
1.00 USDC
Network
Base
Powered by icpay

마이크로 결제를 쉽게

즉시 정산으로 최저 $0.01부터 결제를 받으세요.

결제 생성 →

어디서나 구축

범용 SDK로 icpay를 모든 프로젝트에 통합하세요. Next.js, Vue, Angular 및 바닐라 HTML과 완벽하게 작동합니다.

SDK 문서 보기 →
icpay
# Install
npm install @ic-pay/icpay-widget

# Usage (app/checkout/page.tsx)
'use client'
import { useEffect, useRef } from 'react'
import '@ic-pay/icpay-widget'

export default function Checkout(){
  const elRef = useRef<any>(null)
  useEffect(() => {
    const el = elRef.current as any
    if (!el) return
    el.config = {
      "publishableKey": "pk_test_key1",
      "apiUrl": "https://api.betterstripe.com",
      "relayMode": false,
      "amountUsd": 12,
      "buttonLabel": "Pay ${amount} with crypto",
      "metadata": {
        "context": "pay-button"
      },
      "plugNPlay": {
        "enabled": true,
        "adapters": {
          "walletconnect": {
            "enabled": true,
            "config": {
              "projectId": "39ece95f2d812230831471a551ddaf3d",
              "umdUrls": [
                "/wc/index.umd.js"
              ]
            }
          },
          "coinbase": {
            "enabled": true
          }
        }
      }
    }
    const onSuccess = (e: any) => console.log('success', e.detail)
    const onError = (e: any) => console.error('error', e.detail)
    el.addEventListener('icpay-pay', onSuccess)
    el.addEventListener('icpay-error', onError)
    return () => {
      el.removeEventListener('icpay-pay', onSuccess)
      el.removeEventListener('icpay-error', onError)
    }
  }, [])
  return <icpay-pay-button ref={elRef}></icpay-pay-button>
}

We integrated icpay in under an hour. Settlement in under 2 seconds, fees at 0.5% — it's not even close to what we were paying before. Finally, crypto payments that just work.

Marcus Chen

Marcus Chen

CTO, NovaPay Labs

Our AI agents needed a payment rail that could keep up. icpay was the only solution fast enough. Game-changer for agentic commerce.

Priya Sharma

Priya Sharma

Founder, AutoNode AI

We've used ICPay from small pilots to scale — consistently solid. Setup is easy, docs are clear, and it's built by people who actually understand payments. We've worked with Stripe on similar use cases. ICPay is more flexible, more transparent, and easier to work with. Highly recommend, even if you aren't already into crypto.

Ben Manuel

Ben Manuel

FantasyDartsLeague

지금 icpay를 사용해보세요.