Environments
Rise B2B API provides two environments for your integration needs: staging for testing and production for live operations.Staging Environment
Use for testing and development
Production Environment
Use for live operations
SDK Environment Configuration
The Rise SDK uses theenvironment
field to determine which API endpoints to use. By default, it uses production, but you can change it to staging for testing.
Environment Field Options
Environment Field Values
Value | API Base URL | Use Case |
---|---|---|
'prod' (default) | https://integrations-api.riseworks.io | Live operations |
'stg' | https://integrations-api.staging-riseworks.io | Testing and development |
undefined | https://integrations-api.riseworks.io | Same as ‘prod’ |
Changing Environment at Runtime
You can also change the environment after creating the client:Important: Never use production credentials in staging environment, and never use staging credentials in production. Each environment has separate data and should be treated independently.
Support
Need help with environment setup? Contact our support team if you have questions about configuring your integration for staging or production environments.