**Last updated**: 30 October 2025 | [**Change log**](/products/checkout/android/changelog/) # Create a session to pay with a card Enterprise SMB (Worldpay eCommerce) Use our Android SDK to secure your customer's card details within the UI components by creating a `session`. 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 add 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.