# Checkout Redirect

<div align="left"><figure><img src="/files/wcEDluPPH9R1Br35lOPQ" alt=""><figcaption><p>woocommerce stripe checkout redirect</p></figcaption></figure></div>

## What is a hosted checkout page?

Stripe Hosted Checkout Page is a secure and user-friendly solution offered by the Stripe payment platform. Designed to streamline the online payment process, this feature allows businesses to delegate the handling of sensitive payment information to Stripe's secure servers.

* **Security:** Hosted on Stripe's secure servers, the checkout page ensures the safe handling of payment data, complying with industry standards like PCI DSS.
* **Customization:** While benefiting from Stripe's security infrastructure, businesses can customize the checkout page's appearance, integrating logos and adjusting colors to maintain brand identity.
* **Mobile Responsiveness:** The hosted page is optimized for various devices, ensuring a smooth payment experience across desktops, tablets, and smartphones.
* **Payment Method Diversity:** Stripe Hosted Checkout Page supports a wide range of payment methods, including credit cards, digital wallets, and other region-specific options, providing flexibility for customers.

<div align="left"><figure><img src="/files/NftRIETtHXVvTjsGxQTR" alt=""><figcaption></figcaption></figure></div>

## Enable in WooCommerce

Goto Woocommerce -> Settings -> Payments, find <mark style="color:red;">**Stripe Checkout Redirect,**</mark> and enable it.

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

Or, you can click the redirect button from our plugin -> payment methods, find the checkout redirect card, and then click the **setup** button.

## Configuration

In the settings page, we support the below fields to customize the payment method in woocommerce checkout page.

* **Title:** Define the current payment method title displayed on the checkout page.
* **Icon:** Personalize the payment method icon; a default one will be used if left blank.
* **Description:** Craft a brief description to be showcased in the payment method content.
* **Payment methods:** Choose from the array of payment methods available on your Stripe account. Opt for specific ones if you wish to limit the options displayed.

{% hint style="info" %}
The displayed payment methods adhere to your current WooCommerce currency setting. For instance, if your currency is US-Dollar, options like iDeal and EPS won't appear. To confirm the activation status of a payment method, kindly refer to <https://dashboard.stripe.com/settings/payment_methods>
{% endhint %}

<figure><img src="/files/DdHafryaashAbSgHFHGp" alt=""><figcaption></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://woo-docs.payaddons.com/payment-methods/checkout-redirect.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.
