📝
Integrate Kado
  • Kado Documentation
  • Kado Products
    • ⬆️Kado On-Ramp
    • ⬇️Kado Off-Ramp
  • Integrations
    • 🧰Integrate Kado
      • ⚒️The Widget
        • 🖼️iframe Embed (Recommended)
        • 🔗New Window/Tab
        • 🔭Widget + React Demo
        • 📱Widget + Mobile Demo
      • ⚒️The Hybrid API
        • Get Quote
        • Pay via Kado Widget
        • Get Order Status
        • Advanced
      • ⚒️Sandbox
    • ✏️Customizing Your Integration
      • ✏️Parameters
      • ✏️Mobile ACH Linking
      • ✏️Integrate Stellar SEP-24 Anchor
    • 👍Best Practices
    • 🔢Data & Analytics
  • References
    • 🚀Upcoming Features
    • ❓FAQs and Coverage
Powered by GitBook
On this page
  • Environment
  • Sign Up
  • KYC
  • [Sandbox Only] Approve User KYC via API
  • Add Payment Methods
  • Supported Chains

Was this helpful?

  1. Integrations
  2. Integrate Kado

Sandbox

Test your integration out in our sandbox environment before going live to production.

PreviousAdvancedNextCustomizing Your Integration

Last updated 8 months ago

Was this helpful?

Environment

The Kado Sandbox provides a safe space for integrators to try out their integration, without spending money or using real data.

The sandbox can be located at:

  • Frontend widget:

  • API: https://test-api.kado.money

Sign Up

To create an account in sandbox, you will need access to the email you are creating the account with (for OTP sign in).

If you wish to create multiple users with a single email address, you can add a + to your email account to receive emails to the original destination. For example, if your email is test@example.com, you can also create test+1@example.com and test+2@example.com, and all OTP codes for those users will show up at the test@example.com address.

KYC

Once you've signed up, you'll need to KYC to be able to test the on/off ramps. In the sandbox widget, continue on to the KYC process and select "USA" as your region.

After selecting "USA", a Plaid KYC widget will pop up prompting you for more information. Make sure to use the phone number (234) 567-8909 (from the upper right side of the screen) to autofill the rest of the KYC data and get accepted.

Approve KYC via API in Sandbox

If you just need a KYC'd user to test on/off-ramping, you can also sign up in the UI and then use the following API route to enable that user:

[Sandbox Only] Approve User KYC via API

PATCH https://test-api.kado.money/v1/fortress/passwordless-test-user/enable

Submits and approves KYC for a given user

Request Body

Name
Type
Description

email*

String

User Email to approve

POST 200 https://api.kado.money/v1/partner/kyc/submit
{
    "success": true,
    "message": "User KYC has been enabled successfully.",
    "data": {
        "_id": "64ecbf1f80aa98e2009b7f23",
        "email": "test@example.com"
    }
}

Add Payment Methods

Once you are KYC'd, you're free to start ramping. You can use the following payment method information to make successful on/off-ramps:

Credit Card:

  • Name: Test Credit

  • Number: 4242 4242 4242 4242

  • Expiration: 01/25

  • CVV: 123

Debit Card:

  • Name: Test Debit

  • Number: 4659 1055 6905 1157

  • Expiration: 01/25

  • CVV: 123

ACH:

  • Select any bank

  • username: user_good

  • password: pass_good

  • OTP: 1111

Supported Chains

Kado enables Sandbox disbursements and on-ramp tests for the following assets:

Asset
Blockchain

USDC

Avalanche Fuji C-Chain

AVAX

Avalanche Fuji C-Chain

USDC

Stellar Testnet

XLM

Stellar Testnet

More test cards for different scenarios can be found .

🧰
⚒️
here
https://sandbox--kado.netlify.app/