The fastest payment processor in the world.

Accept crypto payments globally with instant settlement, minimal fees, and no chargebacks. Powered by the Internet Computer.

Register for Early Access
npm install @ic-pay/sdk
app.js
import { ICPay } from '@icpay/sdk';const icpay = new ICPay({  apiKey: 'pk_live_abc123...'});{/* Create a payment in one line */}const payment = await icpay.payments.create({  amount: 100_00000000, {/* 100 ICP */}  token: 'ICP',  description: 'Premium Plan'});{/* That's it! 🚀 */}

Start accepting payments in

Bitcoin Logo
USDC Logo
Ethereum Logo
Solana
Lemon Squeezy Logo
Bitcoin Logo
USDC Logo
Ethereum Logo
Solana
Lemon Squeezy Logo
Built for developers, by developers

Developer-first payment infrastructure for the modern web

Integrate crypto payments in minutes with our TypeScript SDK. Zero chargebacks, instant settlements, and global coverage powered by the Internet Computer.

0.5%

transaction fee

<2s

settlement time

24/7

always online

∞

global coverage

payment.ts
import { ICPay } from '@icpay/sdk';

const icpay = new ICPay({
  apiKey: process.env.ICPAY_API_KEY
});

const payment = await icpay.payments.create({
  amount: 1000,
  currency: 'USD',
  description: 'Basic payment'
});

Get started in minutes

1

Install the SDK

Add IC Pay to your project with your favorite package manager

npm install @ic-pay/sdk
2

Get Your API Key

Sign up for IC Pay and grab your API key from the dashboard

pk_live_your_api_key
3

Start Accepting Payments

Initialize the SDK and create your first payment

icpay.payments.create(...)

Lightning Fast

Transactions finalize in under 2 seconds. No more waiting for confirmations. Your customers get instant feedback, and you get instant access to funds.

Truly Global

Accept payments from anyone, anywhere in the world. No borders, no restrictions, no banking relationships required. Just pure peer-to-peer commerce.

Free Chargebacks

No fees for chargebacks. Easily manage chargebacks and disputes. Refund your customers with ease and at no extra cost.

Lower Fees

Just 0.5% per transaction. No monthly fees, no setup costs, no hidden charges. Keep more of what you earn with transparent blockchain pricing.

Chain-Key Bitcoin

Accept Bitcoin directly through Internet Computer's revolutionary chain-key technology. No wrapped tokens, no bridges - just native BTC.

Developer Friendly

Clean APIs, comprehensive SDKs, and detailed documentation. Integrate IC Pay in minutes, not days. Built by developers, for developers.

See the Difference

How ic-pay compares to traditional payment processors

Feature
IC Pay
Traditional
Transaction Fee
0.5%
2.9% + $0.30
Settlement Time
< 2 seconds
1-3 days
Global Payments
Free Chargebacks
24/7 Availability
No Monthly Fees
Instant Onboarding
Crypto Native

Join the IC-Pay community

Help us build the future of blockchain payments. Contribute to our open-source SDK, report bugs, suggest features, or join our team.

icpay © 2025