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 API Calls. It will be provided to you by the Juspay team

  • Client Id - This is used in all SDK calls as an identifier for client-side requests. It will be the same as your merchant ID.

  • Juspay Dashboard - Merchants are required to procure the Juspay merchant dashboard access by creating an account (Sandboxlink icon / Productionlink icon) or from Juspay Business SPOC.

    • Unified Juspay dashboard Guidelink icon can be referred for the gateway setup, payment instruments enablement/disablements, Security key generation, Webhook URL Configuration, batch operations, traffic monitoring and analytics.

  • API Key - Juspay uses HTTP Basic Auth for authentication. API Key is used to authenticate the Server-to-Server API Calls.

    API Key Generation on Juspay Dashboard
Note
  • Detailed 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

    • Sample Authorization Header:

      • API Key: 1cc33A5F5D6aa54AB20CF6FbbC8558

      • Encoding Format: 1cc33A5F5D6aa54AB20CF6FbbC8558:

      • Authorization Header / Base64encoded API Key:
        Basic MWNjMzNBNUY1RDZhYTU0QUIyMENGNkZiYkM4NTU4Og==

  • During Onboarding, the production account provided is under restricted mode. In the restricted mode, number of transactions and the amount per transaction is configurable. We will remove the restricted mode once the integration is completed and you receive a QA signoff from Juspay

Last updated 1 year ago