Live Sandbox — No sign-up required

Try the API

Make real API calls with mock responses. Edit the request, hit Run, and see how OneRouter works — no account needed.

POST /api/sandbox/payments
Request Body
Response
Click "Run" to see the response
Equivalent SDK Code (Node.js)
npm install onerouter
import { OneRouter } from "onerouter"

const router = new OneRouter({
  apiKey: process.env.ONEROUTER_KEY
})

const payment = await router.payments.create({
  provider: "razorpay",
  amount: 1000,
  currency: "INR"
})

Ready to build for real?

Sign up free, connect your providers, and start making live API calls in minutes.