Pular para o conteúdo
Criar conta ou Entrar
O logotipo da documentação da Stripe
/
Pergunte à IA
Criar contaLogin
Comece já
Pagamentos
Receita
Plataformas e marketplaces
Gestão de valores
Recursos para desenvolvedores
APIs e SDKsAjuda
Visão geral
Controle de versão
Changelog
    Visão geral
    Clover
    Basil
    Acacia
    Versões anteriores
Atualize sua versão da API
Faça upgrade da sua versão do SDK
Essentials
SDKs
API
Testes
Stripe CLI
Projetos de exemplo
Ferramentas
Stripe Dashboard
Workbench
Dashboard de desenvolvedores
Stripe para Visual Studio Code
Terraform
Recursos
Fluxos de trabalho
Destinos de evento
Alertas de integridade da StripeCarregamento de arquivos
Soluções de IA
Kit de ferramentas para agentes
Protocolo de contexto do modeloCrie fluxos de cobrança SaaS com IA agentiva
Segurança e privacidade
Segurança
Rastreador da Web Stripebot
Amplie a Stripe
Desenvolva aplicativos da Stripe
Usar os aplicativos da Stripe
Parceiros
Ecossistema de parceiros
Certificação de parceiro
Estados Unidos
Português (Brasil)
Página inicialRecursos para desenvolvedoresChangelogBasil2025-07-30.preview

Adds Account Links v2 API support for connected accounts created using the Accounts v2 APIAlterações incompatíveis

Novidades

When using Accounts v2 for Connect, you can now use Account Links v2 to onboard connected accounts. We now support additional configurations such as merchant and customer for Accounts v2.

We’ve also introduced an optional collection_options parameter to allow you to specify requirements that Stripe collects from connected accounts:

  • collection_options.fields: specify whether to collect only currently_due requirements (currently_due) or both currently_due and eventually_due requirements (eventually_due). If you don’t specify collection_options, the default value is currently_due.
  • collection_options.future_requirements: specify whether to collect future_requirements in addition to requirements in Connect Onboarding. The default value is omit.

Why is this a breaking change?

As a part of this release, we’re renaming the v2.core.account_link.completed event to v2.core.account_link.returned for clarity. Existing integrations won’t break, but you need to subscribe to the new version of the event with this change.

There are no breaking changes with the API.

Impacto:

You can now onboard connected accounts created using the Accounts v2 API directly with the Account Links v2 API, which natively supports configuration types specified on the Account. This is an improvement over using the Account Links v1 API with Accounts v2.

Alterações

ParâmetroAlterarRecursos ou endpoints
collection_optionsAdicionado
V2.Core.AccountLink#create.use_case.account_onboardingV2.Core.AccountLink#create.use_case.account_updateV2.Core.AccountLink.use_case.account_onboarding
 + 1 mais
V2.Core.AccountLink.use_case.account_update
CamposAlterarDe → a
V2.Core.AccountLink#create.use_case.account_onboarding.configurationsV2.Core.AccountLink#create.use_case.account_update.configurationsV2.Core.AccountLink.use_case.account_onboarding.configurationsV2.Core.AccountLink.use_case.account_update.configurationsAlteração
literal('recipient') → enum('customer'|'merchant'|'recipient'|'storer')

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-07-30.preview
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Related changes

  • Renames the parameter for custom settlement timing on the Balance Settings API
  • Updates schedule customization for weekly and monthly payouts
  • Adds Connect embedded component for Instant Payouts promotion
Esta página foi útil?
SimNão
  • Precisa de ajuda? Fale com o suporte.
  • Confira nosso changelog.
  • Dúvidas? Fale com a equipe de vendas.
  • LLM? Read llms.txt.
  • Powered by Markdoc