Developer Portal
Integrate PartnerHub leasing and rent-to-own financing directly into your shop, ERP, or sales tools.
Who this is for
The PartnerHub API is for developers integrating on behalf of a PartnerHub partner — resellers and dealers who offer leasing and rent-to-own financing to their business customers. If you build or maintain a webshop, an ERP, or in-house sales tooling and want to add financing without building it yourself, this is your starting point. You don't need to be a financing expert: the API handles pricing, approval, contracts, and signatures for you.
What you can build
The API covers the full leasing and rent-to-own journey for an end customer:
- Calculate leasing and rent-to-own rates for a product in real time.
- Turn a calculation into a quote for your customer, with their contact and address details.
- Track that quote through its lifecycle — from review and approval to a signed contract.
- Collect the documents and electronic signatures needed to finalise the agreement.
- Get notified of every status change through webhooks, instead of polling.
How it works
PartnerHub is a standard web API: your system talks to it over HTTPS and exchanges JSON. Every request carries an API key that identifies your partner account — there's no complex login flow to implement. A Sandbox environment lets you build and test safely, and a Production environment serves your live customers. Behind the scenes, each quote moves through a defined lifecycle — for example draft, in review, accepted, contract — which you can follow by reading a quote's status or by subscribing to a webhook. This portal documents all of it: narrative guides for common tasks, a complete API reference generated directly from the live API, and diagrams of each lifecycle.
Start here
New to the API? Work through the Getting Started guide to make your first authenticated request, then read Authentication for API keys, environments, and key rotation.