Using Solvimon's SDKs
Embed Solvimon’s billing UI directly in your product with the Frontend SDK instead of building invoice lists, checkout flows, and payment method forms yourself.
What the SDK gives you
The Frontend SDK ships two kinds of building blocks:
- Screens — complete flows you mount as a single unit: Checkout and Customer overview.
- UI components — individual elements you compose yourself: invoice lists and details, subscription lists and schedules, payment history, billing information forms, payment method management, and wallet balances.
Everything renders against live Solvimon data for one customer, scoped by a short-lived portal object your backend mints via the API. Your secret API key never reaches the browser.
Get started
Install the package:
Then create a portal object on your backend with the Create a portal URL endpoint and mount your first screen.
The SDK quickstart walks through the full flow, from portal object to a rendered checkout screen, in under 10 minutes. From there:
- Core concepts — how mounting, events, and the portal object work
- Styling — theming components to match your product
The SDK is optional. Everything it renders is also available as raw data via the REST API if you’d rather build your own UI.