Skip to content

Official developer resources for DesslyHub API — digital goods sales & fulfillment for merchants.

Notifications You must be signed in to change notification settings

DesslyHub/developer-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

DesslyHub Developer Resources

Official GitHub resources for the DesslyHub API — digital goods sales & fulfillment for merchants.

Quick links

What is DesslyHub API?

DesslyHub provides an API for merchants to automate purchasing and fulfillment of digital goods.

Typical flow: Steam Gift (high level)

  1. Authenticate every API request using an API key (provided by your DesslyHub manager).
  2. Fetch the full games catalog with appids via Get Games.
  3. Retrieve pricing, available regions, and the required package_id for a specific title via Get Game by App ID.
  4. Send a Steam gift to the buyer using their quick “add as friend” link via Gift.
  5. DesslyHub processes the request, returns a transaction ID, and the transaction immediately moves to pending.
  6. Poll the final result via Get Transaction Status until it becomes success or failed, then handle customer messaging and retries when applicable.

Best practice

  • Store a mapping between your internal order_id and the DesslyHub transaction_id for reconciliation and support.

Main API sections (high level)

Merchant

  • Balance (refill form, get balance)
  • Transactions (list, get by ID, get status, statuses)

Catalog

  • 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)

Services

  • Currency Exchange Rate (get exchange rate, all rates, currency codes)

Support

Notes

  • Docs version: v2.0.3
  • This repository contains links and integration resources. The canonical documentation lives in ReadMe.

Releases

No releases published

Packages

No packages published