> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman Collection

> Download the Postman collection for Razorpay Recurring Payments.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

We have a Postman collection to make the integration quicker and easier. Click the **Download Postman Collection** button below to get started.

<a href="https://razorpay.com/docs/build/browser/assets/images/RecurringPayments_Custom.postman_collection.json.zip" target="_blank" rel="noopener noreferrer" style={{display:'inline-block',background:'#1463f1',color:'#fff',fontWeight:700,padding:'12px 22px',borderRadius:'4px',textDecoration:'none',boxShadow:'0 3px 13px rgba(0,0,0,0.09),0 1px 5px rgba(0,0,0,0.14)',margin:'12px 0'}}>Download Postman Collection</a>

## Instructions to Use Postman Collection

* All Razorpay APIs are authorized using Basic Authorization.
  * [Generate API Keys](/docs/api/authentication#generate-api-keys) from the Dashboard.
  * Add your API Keys in Postman. Select the required API → Auth → Type = Basic Auth → Username = `<Your_Key_ID>`; Password = `<Your_Key_secret>`
  <img class="click-zoom" src="https://razorpay.com/docs/build/browser/assets/images/api-postman_basic_auth.gif" width="800" style={{marginLeft: 'auto', marginRight: 'auto'}} />
* Some APIs in the collection require data specific to your account, such as `order_id`, `cust_id` and `token_id` either in the request body or as a path parameter.
  * For example, the create order API requires you to add the `cust_id` (Customer ID) in the request body.
  * These parameters are enclosed in \{} in the collection. For example, \{cust\_id}.
  * The API throws an error if these are incorrect or do not exist in your system.
