# Force Currency for Specific Payment Methods

Force currency for specific payment method options ensures that certain payment methods in an eCommerce store (like WooCommerce) only accept payments in a specified currency. This function can be useful when specific payment gateways only support particular currencies or when you want to guide users to pay in a specific currency for certain payment methods.

Each payment method in the store is associated with a specific currency. For example, if you're using PayPal, you can force payments to be made only in **USD**, while Stripe may handle payments in **EUR**.

### Step 1: Enable Force Currency for Specific Payment Method Function

After installing and activating the YayCurrency plugin, go to **YayCommerce > YayCurrency** in your WordPress dashboard.&#x20;

First of all, ensure that you have already selected your desired currencies in the **Manage Currency** tab.

<figure><img src="/files/3yX8B15evIOgPMwyYH5E" alt=""><figcaption></figcaption></figure>

When you’ve done that, move to the **Checkout Options** tab to configure the settings. To enable this function, simply switch the toggle button next to it.

<figure><img src="/files/7vTG6KeWmRSIFv1DiYPo" alt=""><figcaption></figcaption></figure>

### Step 2: Set Currency for Each Specific Payment Method

Here, you can see a list of payment methods available in your store.&#x20;

For each payment method, select the desired currency from the dropdown input field. By doing this, you can force a specific currency for each payment method without needing any coding.

<figure><img src="/files/fCGo9vUGW1xwPz0mHIlm" alt=""><figcaption></figcaption></figure>

### Step 3: Test the Configuration

Let's see how it works.

When selecting 'Direct Bank Transfer,' the payment currency should be US dollars (**USD**).&#x20;

For 'Check Payments' or 'Cash on Delivery,' the payment currency should be euros (**EUR**).

**Checkout page using blocks:**

<figure><img src="/files/Z3wlZF0PhuHo6fP2bkzI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/suryMjiIuJ1XuxMrOsxE" alt=""><figcaption></figcaption></figure>

**Checkout page using shortcodes:**

<figure><img src="/files/q8PIwqOUran3VkARsabW" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**IMPORTANT**: The force currency for specific payment method option function is only supported in the **PRO** version of YayCurrency. Before proceeding with these steps, make sure you have the **PRO** version of the plugin. If you are using the **FREE** version, please upgrade to YayCurrency **PRO** to enable this feature.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yaycommerce.com/yaycurrency/configurations/checkout-options/force-currency-for-specific-payment-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
