Dev-First SDK
Drop-in React components. Type-safe APIs. Built for the modern stack.
Non-Custodial
Funds settle directly to your smart contract. You own the private keys.
Instant Sync
Powered by Ethereum Sepolia for secure and transparent settlements.
Integration is Simple
Just import the component and pass your API credentials.
React / Next.js
import { PayWithIrion } from '@Irion/sdk';
export function Checkout() {
return (
<PayWithIrion
apiKey="pk_live_..."
amount={49.99}
details="Subscription"
/>
);
}