Hosted Checkout
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
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" }