Hosted mode gives you full control over the user experience. Users stay on your platform throughout the entire flow.
Overview
Hosted mode allows you to integrate Rampnow’s on-ramp and off-ramp services while maintaining complete control over the user interface. Unlike widget integration, users never leave your platform — you control the entire experience, with Rampnow handling only the payment steps when needed.Seamless Experience
Keep users on your platform throughout the entire flow
Custom Branding
Minimal Rampnow branding, maximum control
Full UI Control
Build your own interface using Rampnow’s REST APIs
Implementation Steps
1
Onboard User
Onboard your user to Rampnow through the Create Customer User API.Use the Create Customer User endpoint to onboard retail users:
cURL
Key Fields
2
Create Order
Once onboarded, create an order using the Create Hosted Order endpoint. The response contains all payment details to display on your UI.The API response will include the order ID, payment instructions, and transaction details that you can render in your custom UI.
cURL
3
Set Up Webhooks (Optional)
Track transaction status in real-time by configuring webhooks in your Rampnow Partner Dashboard.
Integration Flow
When to Use Hosted Mode
Ideal For
Ideal For
- Platforms requiring a fully custom user experience
- Teams wanting minimal Rampnow branding
- Applications needing full UI control over every step
Considerations
Considerations
- Requires custom UI development on your end
- Integration takes longer than widget mode or the SDK
- You manage the user flow and error handling
Next Steps
Create Customer User
Onboard users with the Create Customer User endpoint
Create Order
Create hosted orders via the API
Webhooks
Set up real-time transaction status notifications
Rampnow SDK
Prefer a quicker integration? Try the SDK with built-in event handling