# Click-To-Pay - Hosted Checkout

## Overview

Click-To-Pay Hosted Checkout is our simple integration that enables online Click-To-Pay processing through the Sola gateway. This landing page contains all of the links and references needed for setting up and maintaining Click-To-Pay Checkout Experience.

\
Please reference the **Initial Setup** and Click-To-Pay **Resources** sections below.

## Flow

There are three possible scenario:

1. **New User**\
   In this case Click-To-Pay Experience will be presented as a button\
   ![](/files/fZNJJen6xl4XeVdC04Af)
2. **Recognized User**\
   Consumer’s cards will be displayed\
   ![](/files/UJKmguSVzzRUXIPW2iTm)
3. **Recognized Device**\
   An email screen to identify the consumer and load his cards\
   ![](/files/soISUXM5NMSyYn2P9WAK)<br>

## Click-To-Pay Resources

The following pages can be found by viewing the navigation bar on the left side of the screen.

* [Initial Setup](/mobile-wallets/click-to-pay-hosted-checkout/click-to-pay-initial-setup.md)
* [Sample Code](/mobile-wallets/click-to-pay-hosted-checkout/click-to-pay-sample-code.md)
* [iFields Integration](/mobile-wallets/click-to-pay-hosted-checkout/click-to-pay-ifields-integration.md)
* [Request Objects](/mobile-wallets/click-to-pay-hosted-checkout/click-to-pay-objects-reference-request.md)
* [Response Objects](/mobile-wallets/click-to-pay-hosted-checkout/click-to-pay-objects-reference-response.md)


---

# 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.solapayments.com/mobile-wallets/click-to-pay-hosted-checkout.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.
