Postman Collection

Postman is a widely-used API development tool. To make integration simpler, we provide a Postman collection with the tools you’ll need to test the server-side component of your integration. Click on the button below to get started.

Instructions to Use Postman Collection

  1. 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 the Juspay Dashboard. Navigate to Login>EC Operations>Settings>Security>Create API Key

  2. Add your API Key in Postman. Select Juspay APIs - OpenAPI 3.0 → Authorization

    • Set 'Type' = Basic Auth

    • Set 'Username' = <Your_API_Key>

    • Set 'Password' = <Blank>

  3. You may use theVariables tab to store and reuse values in Postman. By storing a value as a variable, you can reference it throughout the collection.

  4. API Endpoints/Base URLs -

Scroll inside to view more
Environment
Endpoint
Sandbox
https://sandbox.juspay.in
Production
https://api.juspay.in
Production Static
https://api-ns1.juspay.in
Last updated 1 month ago