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.
Web Components
Use Web Components to integrate Swipelux OnRamp on any website with ease.
React SDK
Use the React SDK to integrate Swipelux OnRamp into your React application.
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:
- Go to the Merchant Panel
- Click "Add new key" in the "Secret Keys" section
- Enter a name for the API key and click "Create"
- Copy the secret API key to your clipboard and store it securely - it will never be shown again
Server-side Guides
Create an Order
Learn how to create Swipelux OnRamp orders programmatically using the API.
Get Order Information
Learn how to retrieve order information from the Swipelux API.
Webhooks
Handle real-time order status updates and completions with webhooks.
Integration Patterns
Widget-only (Quickest)
Perfect for simple integrations where you want users to handle all payment details within our pre-built UI.
API + Widget (Recommended)
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.
Payment Links (No-code)
Generate payment links for users to complete purchases without any integration code - perfect for email campaigns or social media.