This repository contains practical, copy-paste friendly integration examples for merchants using the DesslyHub API.
All API requests require an apikey header.
To get your API key, contact DesslyHub manager:
- Telegram: https://t.me/DesslyHub_Manager
- Email: partner@desslyhub.com
- Fetch games catalog (Get Games) to obtain
app_id. - Fetch game details (Get Game by App ID) to obtain
package_id, pricing/regions. - Send gift (Gift) using customer
invite_url. - Receive
transaction_id(status becomespending). - Check final status (Get Transaction Status) until
successorfailed.
- Store a mapping between your internal
order_idand the DesslyHubtransaction_idfor reconciliation and support.
- /auth — API key usage + Postman tips
- /steam-gift — step-by-step Steam Gift scenario + real cURL examples
- /transactions — status polling & reconciliation checklist