On This Page
Features
Unified Checkout
comprises these features.- Save Card
- Click to Payand PAN entry payment methods support Save Card when they are set as allowed payment types onUnified Checkout.When the feature is enabled, the customer can save their card information for future purchases placed at your website.IMPORTANTThis feature is available only for card credentials that are manually entered during checkout.When the customer checks the box 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 totrue:"captureMandate" : { "requestSaveCard": true }
- Combo Cards
- A combo card is a single card in Brazil that functions as both a debit and a credit card.Unified Checkoutenables the cardholder to choose whether to pay for a transaction using a debit or credit card. The cardholder can choose the card that they want to use when they enter their card details or when they choose a stored Visa card from theirClick to Paywallet during checkout. While in the card details section of the payment form, the cardholder is prompted for a debit or credit card. Credit is the default option.IMPORTANTCombo cards are supported on client version 0.24 and later.To enable combo cards during checkout, you must include thecomboCardfield in your capture context request and set the field value totrue. When thecomboCardfield value is set totrue, the option to use a debit or credit card appears for all Visa cards that are entered inUnified Checkoutand for all cards that are already stored inClick to Pay. If you do not want to offer a combo card at checkout, do not include thecomboCardfield in your capture context request:"captureMandate" : { "comboCard": true }
- 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 } }
- 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. 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.
- Removal of Confirm and Continue Screen
- You can opt to not show the confirmation screen to the cardholder during checkout when a user selects an existingClick to Paycard from theirClick to Payaccount. To hide the confirmation screen you must set these fields to these corresponding values in the capture context:
- billingType=NONE
- requestShipping=false
- showConfirmationStep=false
{ "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.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" ] }