Accept cryptocurrency payments in minutes
Reach crypto buyers with instant settlement to your bank or wallet.
Get started for free1% per transaction · No monthly fees
checkout.ts
const { client } = createStackup({
accessToken: process.env.STACKUP_SECRET_KEY,
});
const product = await client.product.create({
payoutWalletAddress: "0x1234...5678",
chain: "8453",
currency: "USDC",
amount: 29.99,
});
const session = await client.checkout.session.create({
items: [{ product: product.id }],
});
// Redirect to checkout
window.location.href = session.url;Pay for Pro Membership
29.99
USDCon Base
USDCon BasePrivacy PolicyTerms





