FILTER BY TAG
pilot

Guest Customer

This section provides an overview of the
Unified Click to Pay
guest flow. This interaction occurs when the customer has not created a
Click to Pay
account, or their issuer has not provisioned their card into
Click to Pay
.
Guest customer devices use the following payment flow.

Figure:

Journey
  1. The customer visits the merchant checkout.
  2. The customer is prompted to enter their email or phone number.
  3. A lookup request is sent to UCTP to check for an existing
    Click to Pay
    account.
  4. The customer is not registered and is shown a manual card entry form with an option to link the card.
  5. The customer enters the required details and proceeds to checkout.
    1. UCTP then processes payment, registers the customer, and saves the card.
Find more details on code changes in the Use Case Dictionary.

Figure:

Guest Customer
  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.
  2. Set up your client side by initiating the
    Unified Click to Pay
    JavaScript SDK. For a guest 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.