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

# Dynamic Currency Conversion on S2S Integration

> Know how to allow the cardholder to convert international payments in INR (or other currency) to cardholders’ home currency via S2S Integration.

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

You can use Dynamic Currency Conversion (DCC) to offer international cardholders a choice to pay in the local currency or their home currency. The customers can view the exact amount they will be charged before making the transaction. This feature is enabled by default for all S2S integrations.

For example, a customer whose home currency is INR and if the amount is displayed in USD, an INR equivalent of the USD amount is displayed to the user before making the payment.

<Warning>
  **Watch Out!**

  Dynamic Currency Conversion (DCC) is not available for [Razorpay Optimizer](/docs/payments/optimizer).
</Warning>

## DCC S2S Payment Flow

Below is the Dynamic Currency Conversion S2S payment flow:

1. The cardholder selects the payment method on the S2S checkout page and tries to make the payment.
   <img class="click-zoom" src="https://razorpay.com/docs/build/browser/assets/images/cards-dynamic-currency-conversion-select-payment.jpg" width="275" alt="select payment method" />
2. If the card is a non-INR card, the user is directed to the Currency Conversion screen to change the currency.
   <img class="click-zoom" src="https://razorpay.com/docs/build/browser/assets/images/cards-dynamic-currency-conversion-currency-conversion-screen.jpg" width="400" alt="currency conversion screen" />
3. The users also get the option to change the currency as per their choice. Based on the selected currency, the amount is displayed. The user can check the amount in the selected currency and proceed to make the payment.
   <img class="click-zoom" src="https://razorpay.com/docs/build/browser/assets/images/cards-dynamic-currency-conversion-conversion.jpg" width="275" alt="conversion screen" />

### Disable Dynamic Currency Conversion

The DCC feature is available by default for all the S2S integrations. Please contact the [Support Team](https://razorpay.com/support/#request) if you want to disable it.

### Related Information

* [DCC Custom Checkout Payment Flow](/docs/payments/payment-methods/cards/dynamic-currency-conversion/custom-integration)
* [International Payment Support](/docs/payments/international-payments)
