Official GitHub resources for the DesslyHub API — digital goods sales & fulfillment for merchants.
- API Reference (ReadMe): https://desslyhub.readme.io/reference/introduction
- Error codes: https://desslyhub.readme.io/reference/error-codes
DesslyHub provides an API for merchants to automate purchasing and fulfillment of digital goods.
- Authenticate every API request using an API key (provided by your DesslyHub manager).
- Fetch the full games catalog with appids via Get Games.
- Retrieve pricing, available regions, and the required
package_idfor a specific title via Get Game by App ID. - Send a Steam gift to the buyer using their quick “add as friend” link via Gift.
- DesslyHub processes the request, returns a transaction ID, and the transaction immediately moves to pending.
- Poll the final result via Get Transaction Status until it becomes success or failed, then handle customer messaging and retries when applicable.
- Store a mapping between your internal
order_idand the DesslyHubtransaction_idfor reconciliation and support.
- Balance (refill form, get balance)
- Transactions (list, get by ID, get status, statuses)
- Steam Top Up (check steam login, top up)
- Steam Gift (games list, game by app id, gift)
- Mobile Refill (games list, game by id, refill)
- Voucher (get voucher by id, get vouchers, buy voucher)
- Currency Exchange Rate (get exchange rate, all rates, currency codes)
- Technical support / sales / partnerships: partners@desslyhub.com or https://t.me/DesslyHub_Manager
- Docs version: v2.0.3
- This repository contains links and integration resources. The canonical documentation lives in ReadMe.