调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
概览
开始使用 Connect
集成基础知识
集成示例
账户管理
账户入驻
配置账户管理平台
    开始使用 Connect 嵌入式组件
    自定义 Connect 嵌入式组件
    支持的 Connect 嵌入式组件
      入驻与合规
      账户管理
      账户入驻
      通知横幅
      支付管理
      付款
      付款详情
      付款争议
      争议列表
      支付方式设置
      提现管理
      提现
      提现列表
      余额
      Capital
      Capital components
      税务
      收税注册地
      税务设置
      导出税务交易
      Treasury 和 Issuing
      金融账户
      金融账户交易
      发卡
      发卡列表
      报告
      文档
      报告图表
      应用
      应用程序安装
      应用程序视口
    Stripe 管理平台定制
    Stripe 管理平台账户的平台控制
    Express 管理平台
使用 Connect 子账户类型
付款处理中
接受付款
给账户打款
平台管理
管理您的 Connect 平台
Connect 平台的税表
首页平台和交易市场Configure account Dashboards

Supported Connect embedded components

Learn about available embedded components.

Add Connect embedded components to your page as HTML elements or as React components.

Available components

Account management
Show account details and allow them to be edited.
Account onboarding
Show a localized onboarding form that validates data.
Balances
Show balance information and allow your connected accounts to perform payouts.
Disputes for a payment
Allow a connected account to view and manage disputes for a payment.
Disputes list
Display a list of disputes and allow your connected accounts to manage the disputes.
Documents
Show a list of documents available for download.
Financial account
Show details of a financial account.
Financial account transactions
Show a table of all transactions for a financial account.
Issuing card
Show an individual issued card.
Issuing cards list
Show a table of all issued cards.
Notification banner
Show a banner that lists required actions for risk interventions and onboarding requirements.
Payments
Show a list of payments with export, refund, and dispute capabilities.
Payment details
Show details of a given payment and allow users to manage disputes and perform refunds.
Payouts
Show payout information and allow your users to perform payouts.
Payouts list
Show a filterable list of payouts.
Tax registrations
Show and manage tax registrations from connected accounts.
Tax settings
Allow connected accounts to set up Stripe Tax.

Preview components

When using private preview components, use beta versions of the Stripe SDK, as well as preview versions of the @stripe/connect-js and @stripe/react-connect-js SDKs.

To create an account session with private preview components, use the Stripe beta SDKs:

  • Ruby >=15.3.0-beta.1
  • Python >=12.3.0b1
  • PHP >=17.4.0-beta.1
  • Node >=18.3.0-beta.1
  • .NET >=48.3.0-beta.1
  • Java >=29.3.0-beta.1
  • Go >=82.3.0-beta.1

Use the client-side libraries for rendering the private preview components:

Install the library:

npm install --save @stripe/connect-js@preview

If you’re using React in your application:

npm install --save @stripe/react-connect-js@preview

Available preview components

App install
Show a button to install an App.
App viewport
Show a view from an installed App.
Capital financing application
Show an end-to-end application flow for Capital financing.
Capital financing promotion
Show promotional content about a connected account's Capital financing offer and launch a Capital application.
Capital financing
Allow a connected account to view and manage their active Capital financing.
Payment method settings
Show a list of payment methods that connected accounts can manage and accept.
Reporting chart
Show charts to your connected accounts.

Integration guides

Accounting integrations
Show third-party accounting software integrations.
Fully embedded Connect platform integration
Allow your connected accounts to access Stripe Connect features from your own website, without a Stripe hosted dashboard.
Embedded finance
Use prebuilt UI components to embed Issuing and Treasury into your website.

Migrate from the v1 to v2 preview

  1. Update your client library.
    • Ruby >=15.3.0-beta.1
    • Python >=12.3.0b1
    • PHP >=17.4.0-beta.1
    • Node >=18.3.0-beta.1
    • .NET >=48.3.0-beta.1
    • Java >=29.3.0-beta.1
    • Go >=82.3.0-beta.1
  2. Update the beta header used from embedded_connect_beta=v1 to embedded_connect_beta=v2.
  3. Continue to use the preview releases of the @stripe/connect-js and @stripe/react-connect-js npm packages.
  4. Specify the list of components to enable as a parameter when creating an Account Session.

Migrate from the v2 preview to GA

If you’re using a preview component that’s now generally available, follow these steps:

  1. Update your client library.
    • Ruby >=15.2.0
    • Python >=12.2.0
    • PHP >=17.3.0
    • Node >=18.2.0
    • .NET >=48.2.0
    • Java >=29.2.0
    • Go >=82.2.0
  2. Remove the embedded_connect_beta header.
  3. Use the GA releases of the @stripe/connect-js and @stripe/react-connect-js npm packages.
此页面的内容有帮助吗?
是否
需要帮助?联系支持。
加入我们的早期使用计划。
查看我们的更改日志。
有问题?联系销售。
LLM? Read llms.txt.
Powered by Markdoc