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": true
    }
  }
```

