Swipelux
Rails/Our OnRamp

Overview

Swipelux OnRamp provides multiple integration options to seamlessly embed cryptocurrency purchasing capabilities into your application. While we support many onramp providers (AlchemyPay, Unlimint, Paybis, MoonPay, Wert, and others), our native onramp offers maximum compatibility with the crypto rails system and optimal user experience.

Client-side Integration

Start with our easy-to-use client-side SDKs and widgets for immediate deployment.

Server-side Integration

For applications requiring programmatic order creation, payment tracking, and advanced workflow control, enhance your Swipelux OnRamp implementation with our REST API and webhooks.

After creating orders server-side, you can:

  • Redirect users to Payment Links for checkout completion
  • Embed the widget with order tokens in your own checkout flow
  • Track order status and handle completion via webhooks

Create a Secret API Key

To get started with server-side integration, create a secret API key in the Merchant Panel:

  1. Go to the Merchant Panel
  2. Click "Add new key" in the "Secret Keys" section
  3. Enter a name for the API key and click "Create"
  4. Copy the secret API key to your clipboard and store it securely - it will never be shown again

Server-side Guides

Integration Patterns

Widget-only (Quickest)

Perfect for simple integrations where you want users to handle all payment details within our pre-built UI.

Create orders programmatically for better control while still using our optimized payment UI for the user-facing checkout experience.

API + Custom UI (Advanced)

Build your own checkout experience while leveraging our card rail processing infrastructure.

Generate payment links for users to complete purchases without any integration code - perfect for email campaigns or social media.

On this page