II-HOW TO USE THE API
Depending on the environment, you should use the appropriate base URL while keeping the same API endpoints structure:
For both environments, the endpoint structure remains unchanged. Simply switch the domain accordingly
Example Request
Sandbox request
curl -X GET "https://app.nonstopay.inoutconnect.com/resource" -H "API-KEY: YOUR_API_KEY"
Production request
curl -X GET "https://usdc.nonstopay.net/resource" -H "API-KEY: YOUR_API_KEY"
This allows you to seamlessly switch between environments by only changing the base URL while keeping the same API paths.
Last updated