How-To Guide
8 min read

How to Export Payments from Stripe (2026 Guide)

Follow these steps to export your Stripe payments 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

Open your browser and navigate to dashboard.stripe.com. Enter your email and password to sign in. If you have two-factor authentication enabled, complete the verification step to access your account.

Tip: Bookmark dashboard.stripe.com for quick access to your Stripe account.
2

Navigate to the Payments page

In the left-hand navigation menu, click on 'Payments'. This opens the main payments view showing all charges processed through your Stripe account, including successful, failed, and refunded transactions.

Stripe Dashboard Payments page showing All payments tab with status filters, filter chips, and the Export button highlighted in the toolbar
The Payments page displays all charges with status tabs and an Export button in the upper-right area.
3

Filter your payment data

Use the status tabs at the top of the page to switch between Successful, Refunded, Uncaptured, or All payments. You can also click the 'Filter' button in the upper-right area to narrow results by date, amount, currency, customer, or other criteria.

Tip: If you only need successful payments for bookkeeping, select the 'Succeeded' tab before exporting to keep your file clean.
4

Click the Export button

In the upper-right corner of the Payments page, click the 'Export' button. A dialog window will appear with options to configure your export, including date range and column selection.

Stripe Dashboard Payments page with an arrow pointing to the Export button in the upper-right corner of the toolbar
Click the Export button next to Edit columns to open the export configuration dialog.
5

Set your date range

In the export dialog, choose a preset date range (such as last 7 days, last 30 days, or this month) or select 'Custom' to specify exact start and end dates. Set the time zone that matches your accounting records.

Warning: Stripe uses UTC by default. Make sure to select your local time zone if your accounting software expects local dates.
Stripe Export payments dialog showing Time zone selector, Date range options including Today, Current month, Last 7 days, Last month, All, and Custom, plus a Columns dropdown set to Default
Select your preferred time zone and date range, then choose which columns to include in the export.
6

Choose columns to include

In the Columns section of the export dialog, select 'Default' to include the standard set of columns, or choose 'Custom' to pick specific fields. For bookkeeping, make sure to include Amount, Fee, Net, Currency, Customer Email, and Description at a minimum.

Tip: Select the 'Fee' column under Custom columns if you need to track Stripe processing fees separately in your accounting records.
Stripe Export payments dialog overlaid on the Payments page, showing the Columns dropdown set to Default with a list of included columns and the Export button at the bottom
The Columns dropdown lets you choose Default, All columns, or Custom to select specific fields for your export.
7

Download the CSV file

Click the 'Export' button at the bottom of the dialog. Stripe will generate and download a CSV file to your computer. The file contains one row per payment charge, with amounts in major currency units (e.g., 10.00 for ten dollars, not 1000 cents).

8

Verify the exported file

Open the downloaded CSV file in a spreadsheet application like Excel or Google Sheets. Check that the date range, number of rows, and column headers match your expectations. The 'id' column will contain charge IDs in ch_XXXXX format.

Warning: Do not open the CSV directly in Excel if you have charge IDs that could be misinterpreted as numbers. Use 'Import' instead of 'Open' to preserve text formatting.

Required Payments Fields

Field Type Description Example
id Text Charge ID (ch_XXXXX format) ch_1KX7YZQg123abc
Created (UTC) Date/Time Charge creation timestamp (ISO 8601) 2025-01-15 14:23:00
Amount Currency Gross charge amount 100.00

Your Stripe export must include these fields for successful conversion.

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

Frequently Asked Questions

Stripe exports payments 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.