On This Page
Features
This section includes information on the features that are supported in
Click to Pay
.- Save Card
- This feature enables you to display an option in theUnified CheckoutUI for the cardholder to save their payment details for future use.IMPORTANTThis feature is available only for card credentials that are manually entered during checkout. IfClick to Payis an available payment method, donotselectSave this card with.Click to PayWhen the customer selects the checkbox and finalizes their purchase, you receive a notification in the transient token response to your capture context request. The transient token payload includes theconsumerPreference.saveCardfield value set totruewhen the cardholder selects the option to save their card:"captureMandate": { "requestSaveCard": true }
- Email Autolookup
- Automatic email lookup occurs when an email address is included in the capture context request. If the user has aClick to Payaccount but is not on a recognized device, a one-time password (OTP) screen appears and the user is prompted to enter their OTP. If the user does not have aClick to Payaccount, the user must enter their card information manually and they will have the option to create aClick to Payaccount.To enable email autolookup, you must includeCLICKTOPAYas a value in theallowedPaymentTypesfield and include an email address in the capture context.
- Mobile as Identity forClick to Pay
- Click to Paysupports mobile numbers as way to identify a user. This enables cardholders to use their mobile number instead of their email address in certain markets for Visa and Mastercard transactions.
- When therequestEmailfield is set tofalseand therequestPhonefield is set totrue, the cardholder is identified using the provided mobile number. When therequestEmailfield is set totrueand therequestPhonefield is set tofalse, the cardholder is identified using the provided email address. When therequestEmailfield is set totrueand therequestPhonefield is also set totrue, the cardholder is identified using the provided email address first and then the mobile number if there is no match.
- Removal of Confirm and Continue Screen
- WhenshowConfirmstionStepis set tofalse, you can remove the final summary confirmation screens from the checkout experience. When the UI displays cardholder data, the cardholder can review and, if necessary, edit their payment details before checkout is complete.{ "captureMandate": { "showConfirmationStep": false } }
- Click to PayEnrollment Pre-Check
- You can have theClick to Paybox pre-checked when a user is manually entering their card details andClick to Payis enabled. The customer can uncheck the box if necessary, which means the request is processed as a one-time manual PAN transaction. This is available when you set thebillingTypefield toPARTIALorFULLin the capture context. This ensures that the customer's billing country can be validated in the UI.
- Click to Payenrollment pre-check is available in these countries:
- Argentina
- Brazil
- Chile
- Colombia
- Kuwait
- Mexico
- Peru
- Qatar
- Saudi Arabia
- South Africa
- Ukraine
- United Arab Emirates
{ "allowedPaymentTypes": [ "PANENTRY", "GOOGLEPAY", { "type": "CLICKTOPAY", "options": { "autoCheckEnrollment": true } }, "APPLEPAY", "PAZE" ] } - Checkout Button Name
- WhenClick to Pay Drop-In UIloads, the payment buttons displayed are based on what you include in theallowedPaymentTypesobject in the capture context. You can customize the text on the payment buttons by setting thebuttonTypefield object in the capture context to one of these values:
- ADD_CARD
- CARD_PAYMENT
- CHECKOUT_AND_CONTINUE
- DEBIT_CREDIT
- DONATE
- PAY
- PAY_WITH_CARD
- SUBSCRIBE_WITH_CARD
- If you do not include thebuttonTypefield in your request, the payment button text defaults toCheckout with card. For example:
]
Features Available in Brazil
These features are available only in Brazil:
- Combo Cards
- A combo card is a single card that functions as both a debit and a credit card.Click to Payenables the cardholder to choose whether to pay for a transaction using a debit or credit card. The cardholder can select the card type that they want to use when checking out with Visa cards. While in the card details section of the payment form, the cardholder is prompted to decide if they would like to pay using a debit or credit card. Credit is selected as the default option.IMPORTANTCombo cards are applicable only for issuers that are located in Brazil.To enable combo cards during checkout, you must include thecomboCardfield in your capture context request and set the field value totrue:
When the"captureMandate": { "comboCard": true }comboCardfield value is set totrue, the option to use a debit or credit card appears for all Visa cards that are entered inClick to Payand for all cards that are already stored inClick to Pay. If you do not want to offer combo card at checkout, do not include thecomboCardfield in your capture context request. - Cadastro de Pessoas Físicas (CPF) – Brazilian Tax ID
- The tax ID feature is for customers in Brazil and provides your customers with a way to include their Consumer National Identifier when it is requested at checkout. Include this field in the capture context to display this field within the flow for manual card entry andClick to Paytransactions:"captureMandate" : { "CPF": { "required": true } }IMPORTANTThis feature is required for customers in Brazil.