Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Documents


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

Select a language

cURL

Stripe CLI

Ruby

Python

PHP

Java

Node.js

Go

.NET

No results

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

documents.js

Select a language

JavaScript

React

No results

// Include this element in your HTML
const documents = stripeConnectInstance.create('documents');
container.appendChild(documents);
Last verified 2026-09-24

Is this helpful?