REST Example: Enabling `Click to Pay` Authentication {#boarding-click-to-pay-auth-enable-ex-rest}
=================================================================================================

Enable `Click to Pay Drop-In UI`

```
{
  "registrationInformation": {
    "boardingFlow": "ENTERPRISE",
    "mode": "COMPLETE",
    "boardingPackageId": "74921204027"
  },
  "organizationInformation": {
    "organizationId": "testucctp001",
    "status": "TEST",
    "businessInformation": {
      "name": "testucctp",
      "websiteUrl": "https://www.test.com",
      "merchantCategoryCode": "0742",
      "address": {
        "country": "US",
        "address1": "Test Dr",
        "postalCode": "78641",
        "administrativeArea": "TX",
        "locality": "Austin"
      }
    },
    "parentOrganizationId": "testucctp",
    "type": "TRANSACTING",
    "configurable": false
  },
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "unifiedCheckout": {
          "subscriptionInformation": {
            "enabled": true,
            "features": {
              "clickToPay": {
                "enabled": true
              },
              "portfolioAccessofSensitiveData ": {
                "enabled": true
              }
            }
          },
          "configurationInformation": {
            "configurations": {
              "features": {
                "clickToPay": {
                  "enrollmentData": {
                    "merchantName": "testucctp",
                    "merchantURL": "https://www.test.com",
                    "acquirerBIN": "123456",
                    "acquirerName": "ExampleAcquirer"
                  }
                },
                "portfolioAccessofSensitiveData ": {
                  " merchantAccessofSensitiveData ": false
                }
              }
            }
          }
        }
      }
    }
  }
}
```

{#boarding-click-to-pay-auth-enable-ex-rest_codeblock_zmy_c11_3jc}
