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

# About Server-to-Server Redirect Integration

> Use S2S Redirect API to integrate with Razorpay Payment Gateway.

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

Server-to-Server payments integration lets you communicate directly with the Razorpay servers and seamlessly integrate the service in your web application. The direct integration enables you to capture payment details on your secure server and process the payments at your end using our Checkout.

This integration method provides you with complete control over the look and feel of the payment experience for your customers.

## Prerequisites

* Create a [Razorpay account](https://dashboard.razorpay.com/signup).
* Raise a request with our Support team to get this feature enabled on your account.
* Generate the [API Keys](/docs/api/authentication#generate-api-keys) from the Dashboard. To go live with the integration and start accepting real payments, generate Live Mode API Keys and replace them in the integration.
* Know about [Razorpay Payment Flow](/docs/payments/payment-gateway/how-it-works).

<Warning>
  **Watch Out!**

  PCI Compliance: In order to securely save the sensitive card details entered by the customer, a PCI compliance certificate is mandatory. For more details, refer to the [PCI Compliance](https://www.pcisecuritystandards.org/) website.
</Warning>

## Integration Steps

Follow these integration steps:

1. [Build Integration](/docs/payments/payment-gateway/s2s-integration/redirect/build-integration).
2. [Test Integration](/docs/payments/payment-gateway/s2s-integration/redirect/test-integration).
3. [Go-Live Checklist](/docs/payments/payment-gateway/s2s-integration/redirect/go-live-checklist).

### Related Information

* [Best Practices](/docs/payments/payment-gateway/s2s-integration/best-practices)
* [Address Verification System](/docs/payments/payment-gateway/s2s-integration/features/address-verification-system)
