Payouts list
Show a filterable list of payouts.
Payouts list renders a list of payouts for the connected account.
Note
This component renders a subset of the UI included in the payouts component.
When creating an Account Session, enable payouts list by specifying payouts_list 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 and initializing ConnectJS, you can render the payouts list component in the front end:
payouts-list.js
Select a language
JavaScript
React
No results
// Include this element in your HTML
const payoutsList = stripeConnectInstance.create('payouts-list');
container.appendChild(payoutsList);
