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 should ideally be same as your merchant id. It will be provided to you by the Juspay team.

  • 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 to
    Login > Payments > Settings > Security > Create API Key

Warning
  • 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 $ 10. We will remove the restricted mode once the integration is completed and you receive a QA signoff from Juspay.

Last updated 11 months ago