Tegro [en]
enru
  • 🌕Ecosystem overview
    • ru
  • 💸Tegro Money
    • 👨đŸ’ģ Getting Started
      • Registration
        • Login to the site
        • Registration of an individual
      • Adding a store
      • Store setup
        • Help with moderation
    • đŸ’ĩCreating a payment
      • Creating a simple form in your personal cabinet
      • Transmitting order information
      • Notification of payment
    • đŸ—ī¸API
      • General Information
        • Creating an order
        • Store list
        • Balance
      • Order verification
        • Order list
      • Withdrawal of funds
        • List of payments
        • Payment verification
      • Ready modules
    • ❓FAQ
      • Rates and limits
      • Project moderation
      • Mass Payments
      • Adding a Telegram bot
    • â„šī¸Background Information
      • Payment system codes
      • Mobile phone codes
      • Alphabetic currency codes
      • Payment statuses
      • Payment errors
      • Customer Service
  • âš–ī¸DEX Tegro Finance
    • 🔎DEX review
    • 👨đŸ’ģ Getting Started
      • The mechanics of operation
      • Roles of the participants
      • Glossary
      • The Open Network
    • 🔄Swap
      • Tokens on DEX
      • Commissions
      • Price impact
      • Slippage tolerance
    • 🐞Bug Bounty
    • 💎Referral program
      • How the affiliate program works
    • 🔧DEX on Testnet
    • 💰Earnings on liquidity pools
    • The mechanics of liquidity pools
    • Monitoring DEX
      • DEX on DefiLama
      • DEX on Coincodex & CoinCheckup
      • DEX on CoinPaprika
      • DEX on CoinMarketCap
  • 🛒Marketplace
    • 🔎Marketplace Review
    • ✨Interface
    • 🎁NFT Earn
  • đŸ›Ąī¸tegro wallet
    • 🔎Wallet review
      • Tegro Wallet
    • 👨đŸ’ģ Getting Started
      • How to use Tegro Wallet
        • Web version
        • Android version
        • Browser Extension
      • Creating a new wallet
      • Connecting an existing wallet
      • Asset management
        • Adding tokens to Tegro Wallet
        • Sending tokens
        • Receiving tokens
        • Transactions
    • ✨Interface
    • ✅TON DNS support
    • 🔧Tegro Wallet at Testnet
    • 🐞Bug Bounty
    • đŸ–ŧī¸Coins and tokens display
      • Displaying fungible tokens
      • NFT display
    • 🆕In future updates
  • đŸĒ™TOKEN TGR
    • 📘TGR
    • 📑Tokenomics TGR
      • đŸ”ĨTGR token burn
    • â„šī¸Information on the network
    • 🛒How to buy TGR cryptocurrency
    • 🔄Balance and transfers in TON
    • 🔜Further Development
Powered by GitBook
On this page
  • Request
  • Reply
  • Example request
  1. Tegro Money
  2. API
  3. Order verification

Order list

PreviousOrder verificationNextWithdrawal of funds

Last updated 1 year ago

POST

Getting information about orders

Request

Header

Authorization

string

Request Signature

Body

shop_id

string

Shop ID

nonce

integer

Unique request number

page

integer

Page

Reply

{
  "type": "success",
  "desc": "",
  "data": [
    {
      "id": 123,
      "date_created": "2020-11-14 23:32:37",
      "date_payed": "2020-11-14 23:33:39",
      "status": 1,
      "payment_system_id": 10,
      "currency_id": 1,
      "amount": "64.18000000",
      "fee": "4.00000000",
      "email": "user@somesite",
      "test_order": 0,
      "payment_id": "Order #4175"
    },
    {
      "id": 124,
      "date_created": "2020-11-14 23:30:05",
      "date_payed": null,
      "status": 0,
      "payment_system_id": 10,
      "currency_id": 1,
      "amount": "64.18000000",
      "fee": "4.00000000",
      "email": "user2@somesite",
      "test_order": 0,
      "payment_id": "Order #4174"
    }
  ]
}

Example request

{
  "shop_id": "1913EA935149B1E5D852A",
  "nonce": 1613435880,
  "page": 1
}
💸
đŸ—ī¸
https://tegro.money/api/orders/