WSPN
Language
  • English
Version
  • V1.0
HomeWallet
Language
  • English
Version
  • V1.0
HomeWallet
Twitter
Telegram
Linkedin
  1. English
  • Introduction
  • Get Started
  • Signature
  • What is WUSD
  • Webhook Service
  • Sandbox Environment
  • Blockchain Confirmations
  • Appendix
  • API Keys
  • Core Functionality
    • Core Functionality
    • Quickstart: Deposit via Blockchain Wallet
    • Quickstart: Withdraw via Blockchain Wallet
    • Quickstart: Deposit via Funds Transfer
    • Quickstart: Withdraw to Bank
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • Wallet
      • Address
        • Get Deposit Address
        • Add Whitelist Address
        • Get Whitelist Address
        • Delete Whitelist Address
      • Remit Info
        • Get Deposit Remit Info
        • Add Remit Info
        • Edit Remit Info
        • Get Remit Info
        • Delete Remit Info
      • Transaction
        • Get Balance
        • Create Fiat Deposit
        • Create Fiat Withdraw
        • Create Crypto Withdraw
        • Get Fiat Transaction
        • Get Exchange Rate
        • Create Mint/Redeem
        • Mint/Redeem History
        • Get Mint Redeem Receipt
        • Get Fiat Transaction Receipt
        • Get Crypto Transaction Receipt
  1. English

Sandbox Environment

💡
Learn about WSPN’s sandbox environment for safe development and testing.
WSPN’s sandbox environment is a development tool that allows you to safely test prototypes and integration without generating actual financial transactions. Sandbox APIs match those in production, making it easy to move into the production phase.
To ensure success, please note the following:
When using the Payments API in sandbox, avoid using real payment method details such as real card numbers. Though your payment method will not be charged on sandbox, we recommend using false details, such as those on our list of test card numbers.

Safe Development#

The sandbox environment is perfect for prototyping and integration testing. The APIs on sandbox respond authentically to your requests without connecting to the live WSPN backend.

Easy Transitions#

The sandbox APIs align perfectly with those in production. Once you’ve perfected your code in the sandbox environment, you can simply replace the sandbox endpoints with the production ones to create working code.

Simulated Transactions#

The APIs on sandbox do not actually charge payment methods or manipulate actual money or WUSD. The sandbox environment connects safely to WUSD using test networks only.

API Environments and Hosts#

Use these hosts to access APIs on sandbox and production environments.
EnvironmentAPI host
Sandboxhttps://wallet.test.wspn.io
Productionhttps://wallet.wspn.io
Previous
Webhook Service
Next
Blockchain Confirmations
Built with