Supported Payment Rails

Beta

Orvion supports multiple payment rails, enabling you to accept payments through different networks and protocols.

Available Rails

Lightning Network

Fast, low-cost Bitcoin payments:

  • Speed: Near-instant settlement
  • Cost: Low transaction fees
  • Use cases: Micro-payments, instant payments
  • Format: Lightning invoice strings (lnbc1...)

Connectors

Connectors are integrations with specific payment rails. They:

  • Handle routing: Route payments to the correct rail
  • Manage credentials: Store API keys and secrets securely
  • Provide status: Report payment status and updates

Configuration

Configure connectors via:

  • Dashboard: Settings → Connectors
  • API: (Coming soon)

Each connector requires:

  • Credentials: API keys, secrets, or certificates
  • Configuration: Settings specific to the connector
  • Testing: Test mode for development

Related Documentation