Integration Specifications
Authentication
All the APIs use Basic HTTP authentication scheme to authenticate the requests and identify your account. API key can be generated from Juspay Dashboard. API Key is used to authenticate the Server-to-Server API Calls.
API Key can be generated through Juspay Dashboard. Navigate to Login > Payout Management > Settings > Security > API Keys > Create API Key
The API request expects a Basic Authorization header. The header value can be obtained by concatenating your API Key with a colon (:) and doing a base-64 encode on it
API Key is like password to your account. You must never send this information to browser or application clients. Do not publish your API Key in publicly accessible areas such as Git repositories, Android/iOS clients, support forums, etc.
Sandbox Base URL: https://sandbox.juspay.in/payout/
Production Base URL: https://api.juspay.in/payout/
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt

