On This Page
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
- The customer visits the merchant checkout.
- The customer is prompted to enter their email or phone number.
- A lookup request is sent to UCTP to check for an existingClick to Payaccount.
- The customer is not registered and is shown a manual card entry form with an option to link the card.
- The customer enters the required details and proceeds to checkout.
- 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
- 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.
- Set up your client side by initiating theUnified Click to PayJavaScript SDK. For a guest customer, you will load these functions from the SDK:
- initialize(capture context JWT)
- getCards(consumer identity - email)
- checkout(card details)