Prerequisites: You need a Sandbox account. Sign up here if you don’t have one.
Send your first API request
1
Get your API credentials
Navigate to Sandbox Console and go to Settings → API Keys to retrieve your API Key and API Secret. Sandbox provides separate credentials for test and production environments.Follow this guide to generate your keys: Generate your API Keys.
2
Authenticate to get an access token
Use the Authenticate API to generate an access token. Pass your API Key and API Secret in the request headers.Response
Access tokens are valid for 24 hours. Regenerate a new token when it expires.
You are all set to use Sandbox APIs
Next steps
Error handling
Understand error codes and how to handle them
Rate limits
Learn about API rate limits and best practices
Webhooks
Set up webhooks for real-time notifications
Test environment
Set up Postman collections and run test requests