How-To Guide
7 min read

How to Export Payouts from Stripe (2026 Guide)

Follow these steps to export your Stripe payouts as a CSV file. Once exported, you can use any of our converter tools to transform the data for your target system.

Export Steps

1

Log in to your Stripe Dashboard

Go to dashboard.stripe.com in your browser and sign in with your credentials. Complete any two-factor authentication prompts. You need access to the Balance section to export payout data.

2

Navigate to the Payouts page

In the left-hand navigation menu, click on 'Balance', then select 'Payouts' from the top tab bar. This page lists every bank deposit Stripe has made to your connected bank account, along with the expected arrival dates and amounts.

Stripe Dashboard showing the Balances page with Payouts tab selected, displaying payout filters for Date, Amount, Status, and Method, with the Export button highlighted in the upper-right corner
Click Balances in the left menu, then select the Payouts tab to view all bank deposits with the Export button at the top right.
3

Filter payouts by date or status

Use the filter controls to narrow down payouts by date range, status (paid, pending, in transit, failed), or arrival date. This is helpful if you only need payouts for a specific month or want to isolate failed transfers.

Tip: Filter by 'Paid' status to see only payouts that have successfully arrived in your bank account, which is what you typically need for bank reconciliation.
4

Click the Export button

In the upper-right corner of the Payouts page, click the 'Export' button. A dialog will open where you can configure the date range, time zone, and columns for your CSV export.

5

Configure the date range and time zone

Select your desired date range from the preset options or enter custom dates. Set the time zone to match your bank statements so payout arrival dates line up correctly when you reconcile.

Warning: Payout arrival dates in Stripe are estimates. The actual date your bank shows the deposit may differ by one business day depending on your bank's processing schedule.
Stripe Export payouts dialog showing Time zone set to EST, Date range options including Today, Current month, Last 7 days, Last month, All, and Custom, with Columns set to Default and the Export button highlighted
Set the time zone and date range for your payout export, then click Export to download the CSV file.
6

Select columns and download

Choose which columns to include in the export. For bank reconciliation, ensure you include Amount, Arrival Date, Status, and Destination. Click 'Export' to generate and download the CSV file.

7

Verify the payout data

Open the CSV file in a spreadsheet application. Each row represents a single payout with a po_XXXXX identifier. Cross-reference the amounts and arrival dates with your bank statement to confirm the data is complete and accurate.

Tip: Match each payout amount in the CSV to the corresponding deposit on your bank statement. The payout amount represents the net total after Stripe fees have been deducted.

Required Payouts Fields

Field Type Description Example
id Text Payout ID (po_XXXXX) po_1A2B3Cd123xyz
Amount Currency Payout amount (net of fees) 1000.00
Arrival Date Date Expected bank deposit date 2025-01-17

Your Stripe export must include these fields for successful conversion.

Next Step Once you have exported your payouts, use one of the converter tools below to transform your file.

Frequently Asked Questions

Stripe exports payouts as a CSV (Comma Separated Values) file, which can be opened in Excel or Google Sheets.
The file is usually downloaded to your browser's default Downloads folder. Check your Downloads folder or look for the download notification.