SimpleTech Labs
WebsiteConsoleAPITwitterTelegram ChannelTelagram Chat
SimplePay
SimplePay
  • Introduction
    • Overview
    • Core concepts
      • Transparency
      • Non-Custodial
      • Direct payments
      • Lowest Fees
    • Protocol
    • Security
      • Collected data
  • GETTING STARTED
    • Create an App
    • Setup Client
      • Widget
    • Setup Server
      • Webhooks
    • No-Code
      • Web and Telegram Store
  • Javascript SDK
    • Introduction
    • Services
      • Cryptocurrency
      • Currency
      • Invoice
  • Components
    • Payment Widget
  • Simple ID
    • Auth.js integration Guide
  • API Documentation
    • Overview
    • Apps
      • Get App Info
      • Dev Mode
    • Wallets
    • Assets
      • Fiat Currency
      • Cryptocurrency
    • Products
    • Invoices
      • Methods
    • Transactions
      • Page 1
    • Billing
  • Referral Program
    • 💰Referral Program Basics
  • Legal
    • 📄Terms of Use
    • 🔏Privacy Policy
    • 🍪Cookies
Powered by GitBook
On this page

Was this helpful?

  1. API Documentation
  2. Apps

Dev Mode

PreviousGet App InfoNextWallets

Last updated 6 months ago

Was this helpful?

Development mode will help you test all the steps, webhooks, APIs without spending $ on gas and waiting for real transactions to complete on blockchains.

To go to Dev Mode, create new App in and switch Development Mode on:

If dev mode is on, use these wallet addresses in the FROM fields:

For Success statuses

  • "0x0000000000000000000000000000000000000000", // EVM chains: Ethereum, Binance Smart Chain

  • "TSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", // Tron

  • "1SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", // Bitcoin

  • "LSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", // Litecoin

For Rejected

  • "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", // EVM chains: Ethereum, Binance Smart Chain

  • "TRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", // Tron

  • "1RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", // Bitcoin

  • "LRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", // Litecoin

Console