⚒️Sandbox

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

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:

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 copy the phone number 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

NameTypeDescription

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

More test cards for different scenarios can be found here.

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:

AssetBlockchain

USDC

Avalanche Fuji C-Chain

AVAX

Avalanche Fuji C-Chain

USDC

Stellar Testnet

XLM

Stellar Testnet

Last updated