Why a dedicated environment instead of a test mode?Since we’re dealing with money and need to keep track of all movements, we found it safer to isolate live data from test data so it never interferes. Besides, it allows you to create an unlimited number of account and workspace to test lot of different scenarios. Consider it as your own development server!
Get started
You can access the sandbox environment directly on sandbox.rapidly.tech or by clicking onGo to sandbox from the workspace switcher.
You’ll then need to create a dedicated user account and workspace, the same way described in our Quick Start guide.
Testing payments
The sandbox environment allows you to experience the complete customer funnel, including checkout. You can perform test payments using Stripe’s test card numbers. The easiest one to test a successful payment is to use the following card number with a future expiration date and random CVC:API and SDK
To make requests to our API, all you need to do is to switch the base URL fromhttps://api.rapidly.tech to https://sandbox-api.rapidly.tech. You’ll also need to create an access token in the sandbox environment, the access token created in the production environment can’t be used in the sandbox.