On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/unified-checkout/developer/all/rest/unified-checkout/uc-setup-capture-context/uc-capture-context-features/uc-cc-ctp-enroll-precheck.md)  
Filter  
FILTER BY TAG

Auto-check Enrollment {#uc_cc_ctp_enroll_precheck}
==================================================

You can have the `Click to Pay` box pre-checked when a user is manually entering their card details and `Click to Pay` is 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 the billingType field to `PARTIAL` or `FULL` in the capture context. This ensures that the customer's billing country can be validated in the UI.  
`Click to Pay` enrollment pre-check is available in these countries:

* Argentina
* Brazil
* Chile
* Colombia
* Kuwait
* Mexico
* Peru
* Qatar
* Saudi Arabia
* South Africa
* Ukraine
* United Arab Emirates

```
"paymentConfigurations": {
    "CLICKTOPAY": {
      "autoCheckEnrollment": false
    }
}
```

RELATED TO THIS PAGE

