Build Global Checkout Flows with Code
Ship checkout experiences that work globally. Handle stablecoin payments, compliance, and settlement with simple APIs.
// Create a checkout session
const checkout = await sdk.checkout.create({
amount: 99.99,
currency: 'USDC',
successUrl: '/success',
metadata: { productId: 'pro-plan' }
});
Multi-Currency API
Accept USDC, USDT, DAI across all major networks with unified SDK.
Built-in Compliance
Automatic KYC/AML screening and reporting - no compliance integration needed.
Drop-in Components
React components and webhooks for 10-minute integration.
Ready to try it?