# Save payment details with Tap on consumer device Use the Tap to Pay SDK to store and verify card data on a consumer device without processing a payment. Use the [Tap to Pay](https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay.md) SDK to store and verify card data on a consumer device without processing a payment. Unlike standard Tap to Pay, which runs on a business’s own device, Tap on consumer device collects card details on a customer’s phone. ### Interested in getting early access to Tap on consumer device? Enter your email to request access. ```bash curl https://docs.stripe.com/preview/register \ -X POST \ -H "Content-Type: application/json" \ -H "Referer: https://docs.stripe.com/terminal/features/saving-payment-details/tap-on-consumer-device" \ -d '{"email": "EMAIL", "preview": "terminal_tap_on_consumer_device_preview"}' ```