# Hosted Checkout (more payment methods)

While Overlay checkout is great for embedding inside your software or apps - Hosted Checkout offers more Bank Redirect payment methods (especially important in Europe). The reason is the redirect of these methods rather than having all the actions happening inside the Overlay.&#x20;

Examples of Wallet payment methods include:

<figure><img src="/files/jyz8po35l8hALNFG1yh1" alt=""><figcaption><p>Bank Redirect payment methods available for Hosted Checkouts</p></figcaption></figure>

So if your Software primarily serves European customers - we advise to put the Currency in EUR and implement Hosted Checkout (as a redirect link / opened as a New Tab).

To check your URL for Hosted Checkout for certain items or subscriptions - you can either navigate to Subscriptions -> Offers and Copy the Payment Link or access your Store and go from there.

<figure><img src="/files/BNWvHxpjHP8AobMeYcJ3" alt=""><figcaption><p>Copy this payment link for Hosted Checkout solution</p></figcaption></figure>

The 2nd option is to navigate to Subscription product and click View:

<figure><img src="/files/FEdXirFG0vOmaxNnH972" alt=""><figcaption><p>Click View Product</p></figcaption></figure>

You'll be redirected to your Product's Page:

<figure><img src="/files/sup8qQBBbW4pO9cL0jl0" alt=""><figcaption><p>You can now preview the Product Page</p></figcaption></figure>

Clicking Subscribe redirects you to your Hosted Checkout layout for the product, you can Copy the URL and share it inside your App/Software.

<figure><img src="/files/QpdYBUBjwj7lTvQt3bTI" alt=""><figcaption><p>Hosted Checkout for Subscription Product</p></figcaption></figure>

To change the default currency for all your products, navigate to Settings -> General -> Currency drop-down:

<figure><img src="/files/iGM7aOLl4AVUZnY3SAPf" alt=""><figcaption><p>Change your default currency here</p></figcaption></figure>


---

# 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://help.fungies.io/for-saas-developers/hosted-checkout-more-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.
