# Set a fallback payment provider

> Choose the payment provider a webshop offers to players who don't match any routing rule.

Set a fallback payment provider to give players an external payment option when they don't match any routing rules. The fallback is a single provider that the webshop offers only when no routing rule applies to the player.

Use a fallback when you want every player to have an external payment option, regardless of your routing rules. If you don't set a fallback, players who don't match a routing rule aren't offered an external payment provider.

For more information about how provider selection works, refer to [Payment provider routing in webshops](./payment-provider-routing.md).

## Prerequisites

Before you start, make sure you meet the following prerequisites:

* A webshop in your project. Refer to [Create a webshop](./create-a-webshop.md).
* At least one payment provider connected to the project. Refer to [Payment providers](/iap/payment-providers.md).

## Set the fallback provider

To set the fallback provider, follow these steps:

1. Open your webshop in the Unity Dashboard.
2. In the **Edit** view, go to the **Catalog & payment provider** section.
3. From the **Fallback provider** dropdown, select the payment provider to offer players who match no routing rule.

After you select a provider, the webshop offers it at checkout to players who match no routing rule. The change applies on each player's next session, so you don't need to publish the webshop again.

To remove the external payment option for these players, select **None**. To target specific players with specific providers, refer to [Payment provider routing in webshops](./payment-provider-routing.md).
