The two paths
API integration
Call the REST API directly and build your own UI. Maximum control over the experience.
Widget integration
Embed Ripio’s pre-built, themeable UI. Fastest way to ship.
Which one should you use?
| Feature | API integration | Widget integration |
|---|---|---|
| Integration type | Direct API calls, backend-to-backend primarily | Embeddable UI, frontend integration |
| User experience | Fully customizable by the partner | Pre-built UI, themeable via CSS |
| Development effort | Higher — you build the UI and handle API logic | Lower — mainly token generation and URL redirection |
| Control | Granular control over each step | Streamlined flow managed by the widget |
| Use case | Deep, custom financial integrations | A quick, easy way to add on/off-ramp |
| Authentication | OAuth2 Client Credentials for API access | JWT token generated via API for the widget session |
Next steps
Once you’ve decided:- API → Authenticate, then follow the On-Ramp or Off-Ramp walkthrough.
- Widget → Widget integration.