Coming Soon
Thousands of autonomous payments and micro-transactions need settlement that's fast, reliable, and programmable. Welcome to ArisPay.
import ArisPay from "arispay"; const ct = ArisPay.init({ apiKey: "ap_test_..." }); // Register an agent with Ed25519 keypair const agent = await ct.agents.register({ name: "TravelBooker", permissions: ["payment"], }); // Pay with card or USDC — TAP signed const payment = await ct.payments.create({ agentId: agent.id, amount: 15900, // $159.00 rail: "crypto", cryptoChain: "base", });
Sign up for early access. We'll let you know when the SDK is ready.