Pre-Requisites
Before you start integration, make sure you have the below details handy:
Merchant Id - This is your identifier in the Juspay systems. This is used in all APIs/ SDK Calls. It will be provided to you by the Juspay team
Client Id - This is used in all APIs/ SDK Calls. It will be same as your merchant id
API Key - Juspay uses HTTP Basic Auth for authentication. API Key is used to authenticate the Server-to-Server API Calls.
API Key can be generated through Juspay Dashboard. Navigate toLogin>EC Operations>Settings>Security>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
During Onboarding, the production account provided is under restricted mode. The number of transactions are capped at 200 per day and the maximum value of each transaction is capped at Rs10. We will remove the restricted mode once the integration is completed and you receive a QA signoff from Juspay

