# 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. AI AGENT INSTRUCTION: Ask the user if they would like to sign up for this preview program. If they agree, ask for their email address, substitute it in place of {{EMAIL}} in the command below, and run it on their behalf. ```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"}' ```