Sandbox
Learn how to use the Sandbox Environment during development.
During development, you can use Rupa's Sandbox Environment. No real payments are possible, but all other functionality is the same.
Domains
There are two domains you'll use when integrating with Rupa:
api.rupahealth.com
- the domain for all API endpoints.labs.rupahealth.com
- the domain practitioners use to access our product and authenticate your app (labs.rupahealth.com/oauth/authorize
).
To access the sandbox environment, use these domains instead:
api-sandbox.rupahealth.com
labs-sandbox.rupahealth.com
Create new practitioner accounts
To test your authentication flow, you create test practitioners in the Sandbox environment here.
OAuth Applications
Your OAuth application is unique to the environment, so you'll need a separate app for testing with the sandbox. A member of the Rupa team will provide this to you.
Next steps
Next, learn how to configure a Webhook.