# Express Checkout (Google & Apple Pay)

## Before you start

Make sure you:

* [Enable **Funnelish Pay**](/start/collecting-payments.md)
* **Have a** [**Stripe credit card gateway connected to your funnel.**](/start/collecting-payments/card-payments/stripe.md)

### Step 1:

* Head to your **page editor** and **drag the express checkout element into your page:**

<figure><img src="/files/greWklbth6YHbiSn916z" alt=""><figcaption><p>Dragging express checkout into the page.</p></figcaption></figure>

* From the left sidebar, hit ***Express checkout settings.***&#x20;
* **Enable Express Checkout.**

<figure><img src="/files/Aiw9UHkjiZDHbzvUpzL1" alt="" width="563"><figcaption><p>Enabling express checkout.</p></figcaption></figure>

{% hint style="info" %}
You must first have a Stripe gateway connected to be able to use Express Checkout. See here how to [connect your Stripe gateway](https://docs.funnelish.com/start/collecting-payments/card-payments/stripe).
{% endhint %}

### Step 2:

* You can force Google/Apple to collect on your behalf email, billing address, and phone number as well if needed.

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

*The shipping address will be collected by default if you use **shipping options***.

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

{% hint style="info" %}
**What are shipping options?**
{% endhint %}

* Shipping options can be seen as an extra upsell, because through Express Checkout users will go through a different checkout experience, most likely not noticing the **order bumps** of the page.

**You can connect your shipping option to any product or order bump, and push an extra faster delivery fee, or even to a hidden $0 product if needed.**<br>

{% hint style="success" %}
You are now all set to use express checkout on your page.
{% endhint %}

<br>


---

# 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.funnelish.com/start/collecting-payments/express-checkout-google-and-apple-pay.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.
