Tonspay
  • 😇Welcome
  • 🚀Roadmap
  • 💰Price
  • 📈Tokenomics
  • ✌️Chain Supports
  • 🤖Tonspay-Bot
    • General
    • Crosschain Payment
  • 🌉Tonsbridge
    • Genral
    • How to use Tonsbridge
  • 📱TONSPAY-WEBAPP
    • General
    • Pages
      • Home Page
      • Wallet Page
  • ☕Tonspay-dashboard
    • General
  • 🚂Demo Working Bot
    • General
    • How to use
    • Source code & example
  • ⌨️Develop
    • Get start
    • 🎓Restful Api Interface
      • Payment method management
        • [POST] New payment method
        • [GET] Get payment method
      • Invoice management
        • [POST] New invoice
        • [POST] New headless invoice
        • [GET] Get invoice by id
    • 📬Web-page Api interface
    • ⏮️Callback interface
      • Http interface
      • Websocket interface
      • Callback ${body}
      • 🖨️Self host monitor
  • 🔗Links
    • Github
    • Twitter
    • Website
    • TonspayBot
    • TonspayChannel
    • Dev&Spport Group
    • TonsbridgeBot
    • TonspaySupportBot
    • PitchDeck
Powered by GitBook
On this page
  • Steam Mystery Boxes Bot
  • Logic map
  • More informations
  1. Demo Working Bot

General

A working demo using tonspay as merchant system for Steam CD key selling .

PreviousGeneralNextHow to use

Last updated 1 year ago

Steam Mystery Boxes Bot

is a bot for selling Steam-mystery-CD-key . It allows user to buy random CD-key of SteamGame . Anyone can purchas it using crypto currency by Tonspay .

Logic map

The Steam Mystery Boxes Bot (name it bot ) working with follow logic

  • User select a payment method , and set-up order to purchas a box .

  • Bot generate a invoice & match a cd-key .

  • Bot back-end send request to Tonspay-api with merchant-api-key to generate payment invoice .

  • Bot send payment invoice to user .

  • User pay the invoice or share the invoice to others to pay .

  • Tonspay server callback request Bot back-end .

  • Bot back-end send the Steam CD Key to User . Invoice finished.

More informations

🚂
@Steam_mystery_boxes_bot
Source code