Open Rails separates the merchant integration from the payment data plane. Your app asks for a checkout session; Open Rails chooses the best available route based on method, geography, asset, network, fee model, provider health, and merchant policy.Documentation Index
Fetch the complete documentation index at: https://docs.getopenrails.com/llms.txt
Use this file to discover all available pages before exploring further.
Route kinds
| Kind | Typical buyer action | Example providers |
|---|---|---|
card | Pay with card, Apple Pay, or Google Pay | MoonPay, Transak, Ramp, Onramper |
wallet | Send USDC or USDT from a wallet | Direct stablecoin checkout |
local | Use regional bank or local payment method | Onramp or local rail provider |
Route metadata
Every route includes:integrationIdandintegrationLabelkindnetworkassetpayerLabelkycPolicy- buyer fee, gateway fee, provider cost, and estimated margin
List available routes
preferredRoute when creating a checkout session. If you need a specific provider, inspect routes first and pass the route or provider through your own orchestration policy.