**Last updated**: 30 October 2025 | [**Change log**](/products/checkout/android/changelog/) # Create sessions to pay with a card and CVC Enterprise Use our Android SDK to secure your customer's payment details by creating separate sessions for the card details and CVC. Full sample integration You can see an example of the session generation [here](https://github.com/Worldpay/access-checkout-android/tree/master/demo-app/src/main/java/com/worldpay/access/checkout/sample). ## Set your views When you create your checkout form, you must set the views that your customers use to enter their card details and set unique identifiers for each of them. As part of our SDK, we provide a UI Component dedicated to capturing your customer's card details to minimize your exposure to PCI data. You must use this component if you want to qualify for the lowest level of PCI compliance (SAQ-A). Here's an example of how you would set your view configurations.