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

# Razorpay IPs and Certificates

> Download Razorpay SSL certificates and whitelist our API and Webhooks IP addresses.

<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>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

You can whitelist Razorpay-issued SSL certificates and IP addresses to communicate with Razorpay APIs and Webhooks. By downloading Razorpay SSL certificates and whitelisting our IPs, you can verify that you are securely communicating with our servers.

## SSL Certificates

SSL certificates for `api.razorpay.com` with valid date ranges are listed below.

| Certificate File                                                                                                                                                    | Valid From       | Expiry           |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- |
| [X10.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x10.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x10-chain.pem) | Oct 9th, 2025    | Nov 10th, 2026   |
| [X9.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x9.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x9-chain.pem)    | Nov 11th, 2024   | Dec 12th, 2025   |
| [X8.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x8.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x8-chain.pem)    | Jan 5th, 2024    | Jan 4th, 2025    |
| [X7.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x7.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x7-chain.pem)    | Feb 3rd, 2023    | Feb 2nd, 2024    |
| [X6.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x6.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x6-chain.pem)    | May 19th, 2022   | May 19th, 2023   |
| [X4.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x4.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x4-chain.pem)    | July 7th, 2021   | June 7th, 2022   |
| [X3.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x3.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x3-chain.pem)    | March 13th, 2020 | July 28th, 2021  |
| [X2.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x2.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x2-chain.pem)    | April 10th, 2019 | April 15th, 2020 |
| [X1.pem](https://razorpay.com/docs/build/browser/assets/images/certs-x1.pem) & [Chain](https://razorpay.com/docs/build/browser/assets/images/certs-x1-chain.pem)    | Feb 7th, 2016    | April 12th, 2019 |

As we roll out our infrastructure changes gradually, we recommend whitelisting our certificate as per **Valid From/Expiry** timelines. You should whitelist all the certificates in that range if they overlap.

<Warning>
  **Watch Out!**

  We highly discourage pinning our SSL certificate to your applications. Use the certificates provided in the table above **only** if you are mandated by internal policies to whitelist Razorpay's SSL certificates. Instead, use the [latest CA Bundle](https://curl.haxx.se/docs/caextract.html) provided by your OS.
</Warning>

## Webhook IPs

Below is the list of IPs from which Webhooks are sent from our servers.

<CodeGroup>
  ```javascript Non-cde theme={null}
  3.140.215.0
  3.136.42.4
  18.224.88.246
  ```

  ```javascript Cde theme={null}
  18.224.77.54
  3.140.71.129
  3.129.232.53
  ```
</CodeGroup>

We highly recommend using [Webhook Signature](/docs/us/webhooks#validation) to validate the integrity of the webhooks, even if you have whitelisted our Webhook IPs.

### Related Information

[Razorpay Security](/docs/us/security)
