Pular para o conteúdo
Criar conta
ou
Entrar
O logotipo da documentação da Stripe
/
Pergunte à IA
Criar conta
Login
Comece já
Pagamentos
Receita
Plataformas e marketplaces
Gestão de valores
Recursos para desenvolvedores
Visão geral
Sobre os pagamentos da Stripe
Atualize sua integração
Análise de pagamentos
Pagamentos online
Visão geralEncontre seu caso de usoPagamentos gerenciados
Usar Payment Links
Crie uma página de checkout
Criar uma integração avançada
Crie uma integração no aplicativo
Formas de pagamento
Adicionar formas de pagamento
Gerenciar formas de pagamento
Checkout mais rápido com o Link
    Visão geral
    Pagamentos bancários instantâneos
    Klarna no Link
    Visão rápida
    Vincular com Checkout
    Link com Web Elements
    Link com Mobile Elements
    Link com Invoicing
    Guias de integração
    Integrações de pagamentos do Link
    Crie uma página de checkout personalizada que inclui o Link
    Configurar pagamentos futuros usando Elements e Link
Interfaces de pagamento
Payment Links
Checkout
Web Elements
Elements no aplicativo
Cenários de pagamento
Gerenciar várias moedas
Fluxos de pagamento personalizados
Aquisição flexível
Orquestração
Pagamentos presenciais
Terminal
Muito mais que pagamentos
Abra sua empresa
Cripto
Financial Connections
Climate
Entenda as fraudes
Proteção contra fraudes do Radar
Gerenciar contestações
Verificar identidades
Página inicialPagamentosFaster checkout with Link

Link in the Mobile Payment Element

Add Link to your native iOS, Android, and React Native apps.

Let your customer check out faster by using Link in the Mobile Payment Element. You can autofill information for any customer already using Link, regardless of whether they initially saved their information in Link with another business. The default Mobile Payment Element integration includes a Link prompt in the card form.

Link in iOS

Add Link to your iOS integration

Enable Link

To offer Link in your mobile app:

  1. Integrate the Mobile Payment Element using the latest version of the Stripe Mobile SDK.
  2. Enable Link in your Payment Method settings.
  3. Enable Dynamic payment methods by using the latest version of the API or by adding the automatic_payment_methods parameter when creating your PaymentIntent.
  4. (Optional) Pass in your customer’s email address.

For information about how your payment integration affects Link, see Link in different payment integrations.

Pass in a customer’s email address

Link authenticates a customer using their email address. We recommend prefilling as much information as possible to streamline the checkout process.

To prefill the customer’s name, email address, and phone number, supply defaultBillingDetails with your customer information after initializing PaymentSheet.Configuration.

var configuration = PaymentSheet.Configuration() configuration.defaultBillingDetails.name = "Jenny Rosen" configuration.defaultBillingDetails.email = "jenny.rosen@example.com" configuration.defaultBillingDetails.phone = "888-888-8888"

Test your integration

You can create sandbox accounts for Link using any valid email address. When prompted for a one-time passcode, enter 000000.

Veja também

  • Stripe Mobile SDKs
Esta página foi útil?
SimNão
  • Precisa de ajuda? Fale com o suporte.
  • Participe do nosso programa de acesso antecipado.
  • Confira nosso changelog.
  • Dúvidas? Fale com a equipe de vendas.
  • LLM? Read llms.txt.
  • Powered by Markdoc
Guias relacionados
Build an app that accepts payments with Link