# Faster checkout with Link Let your customers check out faster with Link. *Link* (Stripe’s fast-checkout solution. It securely saves and autofills customer address and payment details, with support for credit cards, debit cards, US bank accounts, and other payment methods) allows your customers to select a saved payment method at checkout instead of entering payment information. Your customers can save their credit cards, debit cards, or US bank accounts for faster checkout at any Link-enabled business. Link also lets you accept [Instant Bank Payments](https://docs.stripe.com/payments/link/instant-bank-payments.md). All Link transactions confirm immediately, and successful payments settle to your Stripe balance on the same timeline as card payments, regardless of the payment method that funds the payment. Customers can make changes to their account, view their purchase history, or reach out to the Link customer support team by visiting [link.com](https://www.link.com). For information about how your payment integration affects Link, see [Link in different payment integrations](https://docs.stripe.com/payments/link/link-payment-integrations.md). > #### Country availability > > Link isn’t available in India. In Brazil and Thailand, the [Payment Element](https://docs.stripe.com/payments/payment-element.md) doesn’t support Link. ![Add Link to your prebuilt checkout page](https://b.stripecdn.com/docs-statics-srv/assets/link-in-checkout.2eb9f8d06da3dca74af9b81fa7524049.png) Add Link to your prebuilt checkout page ## Link authentication Here’s how Link authenticates existing customers: 1. Link automatically detects if a customer is enrolled by using their email address, phone number, or browser cookie. 1. The customer receives a one-time passcode to authenticate their session. 1. After authentication succeeds, Link autofills their card or bank payment details and shipping information. After a customer enrolls with Link, they can add backup payment methods and change shipping addresses. Link works with [Checkout](https://docs.stripe.com/payments/checkout.md), [Payment Links](https://docs.stripe.com/payment-links.md), [Web Elements](https://docs.stripe.com/payments/elements.md), [Mobile Elements](https://docs.stripe.com/payments/link/mobile-payment-element-link.md), and [Invoicing](https://docs.stripe.com/invoicing.md). To accept payments using Link, go to your [payment method settings](https://dashboard.stripe.com/settings/payment_methods). ## Link on no-code options [Link with Checkout](https://docs.stripe.com/payments/link/checkout-link.md): Use Link in your prebuilt checkout page, allowing your customers to securely save and reuse their payment information. [Link with Invoicing](https://docs.stripe.com/payments/link/invoicing.md): Enable Link in the Hosted Invoice Page. [Klarna on Link](https://docs.stripe.com/payments/link/klarna.md): Enable Klarna on Link as a payment method for your customers. (Public preview) ## Link with Elements [Link in the Payment Element](https://docs.stripe.com/payments/link/payment-element-link.md): Trigger Link in the Payment Element whenever a customer selects a supported payment method. [Link in the Express Checkout Element](https://docs.stripe.com/payments/link/express-checkout-element-link.md): Display Link alongside Apple Pay, Google Pay, and PayPal using the Express Checkout Element. [Link in the Mobile Payment Element](https://docs.stripe.com/payments/link/mobile-payment-element-link.md): Add Link to your native iOS, Android, and React Native apps. ## Link integrations [Link in different payment integrations](https://docs.stripe.com/payments/link/link-payment-integrations.md): Learn about using Link with dynamic payment methods and other integrations. [Build a custom checkout page that includes Link](https://docs.stripe.com/payments/link/add-link-elements-integration.md): Use the Payment Intents API with the Link Authentication Element or Payment Element to create a Link-enabled custom checkout page. [Set up future payments using Elements and Link](https://docs.stripe.com/payments/link/save-and-reuse.md): Save your Link customers’ details and charge them later. ## See also - [Link with Checkout](https://docs.stripe.com/payments/link/checkout-link.md) - [Link with Elements](https://docs.stripe.com/payments/link/elements-link.md) - [Link with Invoicing](https://docs.stripe.com/payments/link/invoicing.md)