Buy at wholesale.
Sell through our API.
The Licendi Partner platform gives software resellers programmatic access to genuine licences — a prepaid wallet, tiered pricing, and a full REST API with instant key delivery.
Wholesale pricing
Tiered B2B rates up to 18% below retail, with volume breaks negotiated per account.
Prepaid wallet + credit
Top up a balance or run on an approved credit line. Orders settle instantly against it.
Instant key delivery
Keys are assigned and returned on the order the moment it's placed — no waiting.
Full REST API
Catalogue, stock, orders, balance and webhooks. Sandbox keys included.
Signed webhooks
order.fulfilled, order.backorder and key.assigned — HMAC-signed, replay-protected.
Store connectors
Sync and fulfil your marketplace orders from Shopify, WooCommerce and more.
One API call. Keys back instantly.
Authenticate with a Bearer key, place an order with your own external ID for idempotency, and receive the licence keys nested on the order line. Poll status or subscribe to signed webhooks.
- GET/api/products— catalogue + live stock
- POST/api/orders— place order → keys
- GET/api/orders/:id— status + keys
- GET/api/balance— wallet + ledger
curl -X POST https://api.licendi.es/orders \
-H "Authorization: Bearer lk_live_9f2c…" \
-H "Content-Type: application/json" \
-d '{
"externalId": "PO-4821",
"items": [{ "sku": "OFF24-PRO", "qty": 5 }]
}'
# → 201 Created
{
"order": {
"status": "delivered",
"items": [{ "sku": "OFF24-PRO",
"keys": ["NMUZU-RWFXT-…", … ] }]
}
}Ready to distribute?
Apply with your company details and VAT number. Once approved, you'll get portal access, a funded sandbox, and live API credentials.
Apply for a reseller account →Try the demo: demo@reseller.es · demo1234