The fastest payment processor in the world.
Accept crypto payments globally with instant settlement, minimal fees, and no chargebacks. Powered by the Internet Computer.
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









