> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/click-to-pay-merchants/use-cases/readme.md).

# Overview

Click to Pay is an online checkout solution based on EMV® Secure Remote Commerce (SRC) standards.

Our pre-integrated solution manages the complexity. It helps you deliver a secure, low-friction checkout experience.

<figure><img src="/files/gFE0TgUXOX0dWDsI7s1p" alt=""><figcaption><p>Click to Pay solution components.</p></figcaption></figure>

### How Click to Pay works

On first use, the end user signs up and enrolls a payment card and shipping address.

On subsequent purchases, the end user signs in with their registered email address or mobile number. They then select a card and complete checkout quickly.

{% hint style="info" %}
Some flows depend on whether the device is recognized (for example, when the end user previously selected **Remember me**).
{% endhint %}

| Use Case                                                                                                                                                            | Description                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Existing User on Recognized Device](https://developer.mastercard.com/mastercard-checkout-solutions/documentation/use-cases/click-to-pay/returninguser_recognized/) | Consumers with a Click to Pay profile and using a recognized device (i.e. they selected “Remember me” during previous checkout with this device) will have a frictionless experience. In this case, consumers just need to select the payment card to use for the transaction.      |
| [Existing User on Unrecognized Device](https://developer.mastercard.com/mastercard-checkout-solutions/documentation/use-cases/click-to-pay/repeatuser_newdevice/)   | Consumers who have a Click to Pay profile but are checking out using an unrecognized device, will need to enter the email address associated with their Click to Pay profile and verify their identity with a one-time-passcode (OTP) sent to their email address or mobile number. |
| [First Time User](https://developer.mastercard.com/mastercard-checkout-solutions/documentation/use-cases/click-to-pay/firsttimeuser_usecase/)                       | Consumers who have not yet registered with Click to Pay need to enter their payment card and shipping address before checkout.                                                                                                                                                      |

{% columns %}
{% column width="91.66666666666666%" valign="middle" %}

### <mark style="color:$primary;">Start Building</mark> with Thales

Accelerate your payment solutions and deliver secure, scalable experiences today.

<a href="https://lp.thalesgroup.com/dev-portal" class="button primary">Contact Us</a>&#x20;

&#x20;
{% endcolumn %}

{% column width="8.333333333333343%" %}

{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/click-to-pay-merchants/use-cases/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
