Start acceptingUSDC

Accept USDC payments on any chain with ease.

npm install nexuspay-react
yourcommerce.com/checkout
SOURCE
Any chain
100 USDC
CCTP
DESTINATION
Arc Testnet
Received ✓

Everything you need

Enterprise-grade infrastructure for modern payments

Instant

Transfers in minutes

Secure

Leveraging Circle CCTP

Dashboard

Track everything

Developer SDK

React + TypeScript

Built for developers

Get started in seconds

1

Install

npm install nexuspay-react
2

Import

import { NexusPayment }
3

Deploy

npm run dev
example.tsx
<NexusPayment
  merchantAddress=0x...
       amount=1000000n
       operatorPrivateKey=0x...
       mode="fixed" 
       orderId={getOrderId()} 
       amountLabel="PAYMENT AMOUNT" 
       buttonText="Pay Now" 
       className="my-custom-class"
       onSuccess={(tx, amount) => console.log('Paid!', tx)}
       onClose={() => console.log('Closed')}
       onError={(err) => console.error(err)}
    />

Ready to start?

Launch your dashboard and accept cross-chain payments today

Launch Dashboard