Hosted Checkout

Branded checkout.
One URL.

A drop-in payment page that accepts USDC on five chains, cards via Stripe, bank transfers via ACH or SEPA, and fiat on-ramp through MoneyGram. The customer never leaves your brand.

What's included

  • Embed via URL or iframe — no SDK required
  • Auto-applies your logo, brand color, company name
  • Customer picks payment method; you settle in one asset
  • Idempotent re-render: customer can refresh during sign without losing state
  • Webhook on every state change

API example

POST /v1/checkout/sessions
{
  "amount": 100.00,
  "currency": "USD",
  "success_url": "https://yourapp.com/thanks",
  "metadata": { "order_id": "ord_123" }
}
→ { "url": "https://checkout.useroutr.com/cs_abc123" }