pilot

Recognized `Click to Pay` Customer {#uctp-flow-recognized}
==========================================================

This section provides an overview of the `Click to Pay` recognized experience. This interaction occurs when a customer's device is recognized by the `Unified Click to Pay`.  
A customer's device is recognized under these conditions:

* When the customer has used `Click to Pay` on their device through any `Click to Pay` channel.
* If the customer chose to have their device remembered during a previous transaction.

#### Figure:

Recognized `Click to Pay` Customer ![](/content/dam/documentation/cybs/en-us/topics/payments-processing/card-processing/unified-click-to-pay/images/uctp-recognized-flow-600x500.svg/jcr:content/renditions/original)
1. Set up your server side by generating the capture context. For information about how to set up your server side, see [Server-Side Set Up](/docs/cybs/en-us/unified-click-to-pay/developer/all/rest/unified-click-to-pay/uctp-integration-details/uctp-ss-setup.md "").
2. Set up your client side by initiating the `Unified Click to Pay` JavaScript SDK. For a recognized customer, you will load these functions from the SDK:
   * initialize(capture context JWT)
   * getCards(consumer identity - email)
   * checkout(card details)

For information about setting up the client side, see [Client-Side Set Up](/docs/cybs/en-us/unified-click-to-pay/developer/all/rest/unified-click-to-pay/uctp-integration-details/uctp-cs-setup.md "").
