调至内容部分
创建账户或登录
Stripe 文档徽标
/
询问人工智能
创建账户登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
API 和 SDK帮助
概览
开始使用 Connect
设计集成
集成基础知识
集成示例
账户管理
账户入驻
配置账户管理平台
    开始使用 Connect 嵌入式组件
    自定义 Connect 嵌入式组件
    支持的 Connect 嵌入式组件
      入驻与合规
      账户管理
      账户入驻
      通知横幅
      支付管理
      付款
      付款详情
      付款争议
      争议列表
      支付方式设置
      提现管理
      提现
      提现列表
      提现详情
      余额
      即时提现推广
      Capital
      资本构成
      税务
      收税注册地
      税务设置
      导出税务交易
      起征点监控
      产品税务代码选择器
      Terminal
      金融服务
      金融账户
      金融账户交易
      发卡
      发卡列表
      报告
      文档
      报告图表
      应用
      应用程序安装
      应用程序视口
    Stripe 管理平台定制
    Stripe 管理平台账户的平台控制
    Express 管理平台
使用 Connect 子账户类型
付款处理中
接受付款
给账户打款
平台管理
管理您的 Connect 平台
Connect 平台的税表
美国
简体中文
首页平台和交易市场Configure account DashboardsSupported Connect embedded components

Documents

Show a list of documents available for download.

Documents renders a list of tax invoices available for download for the connected account.

For example, use this component to download 1099 tax forms that you can use for pre-filing confirmation and e-delivery to your connected accounts.

When creating an Account Session, enable documents by specifying documents in the components parameter.

Command Line
cURL
Stripe CLI
Ruby
Python
PHP
Java
Node.js
Go
.NET
No results
curl https://api.stripe.com/v1/account_sessions \ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d account=
"{{CONNECTED_ACCOUNT_ID}}"
\ -d "components[documents][enabled]"=true

After creating the account session, you can initialize ConnectJS and render the documents component in the front end:

documents.js
JavaScript
React
No results
// Include this element in your HTML const documents = stripeConnectInstance.create('documents'); container.appendChild(documents);
此页面的内容有帮助吗?
是否
  • 需要帮助?联系支持。
  • 查看我们的更改日志。
  • 有问题?联系销售。
  • LLM? Read llms.txt.
  • Powered by Markdoc