---
page_title: Postman Collection
product: API Reference
page_source: https://juspay.io/in/docs/api-reference/docs/express-checkout/postman-collection
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/api-reference/llms.txt
---


# 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. 



<a target="_blank" class="postman-download-button s-jZG59arRsHbS" href="https://www.postman.com/juspay-developers/juspay-api/collection/j75iub1/juspay-apis-openapi-3-0" style="color: white; height: 28px; padding: 10px 20px; background-color: rgb(239, 91, 37); width: 170px; display: flex; align-items: center; justify-content: center; border-radius: 8px; cursor: pointer; text-decoration: none; font-weight: 600">View Postman Collection</a>




## **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 the_Variables_  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 -


| Environment | Endpoint |
|---|---|
| Sandbox | https://sandbox.juspay.in |
| Production | https://api.juspay.in |
| Production Static | https://api-ns1.juspay.in |


---

## See Also

- [Introduction](https://juspay.io/in/docs/api-reference/docs/express-checkout/introduction)
- [Juspay API Error Codes](https://juspay.io/in/docs/api-reference/docs/express-checkout/juspay-api-error-codes)
