How-To Guide
7 min read

How to Export Customers from Stripe (2026 Guide)

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

Navigate to dashboard.stripe.com and sign in with your email and password. Complete two-factor authentication if enabled on your account.

2

Navigate to the Customers page

In the left-hand navigation menu, click on 'Customers'. This page displays all customer records stored in your Stripe account, including their names, email addresses, and creation dates.

3

Filter your customer list

Use the 'Filter' button in the upper-right corner to narrow down customers by creation date, email, or other parameters. You can combine multiple filters to target a specific subset of customers for export.

Tip: If you need to export customers created within a specific period, use the 'Created' date filter to set your desired range before exporting.
4

Click the Export button

In the upper-right corner of the Customers page, click the 'Export' button. An export dialog will appear where you can configure the date range, time zone, and which columns to include in the CSV.

Stripe Dashboard Customers page showing customer list with columns for Default Payment Method, Total Spend, Payments, Refunds, and Dispute Losses, with the Export button highlighted in the toolbar between Copy and Edit columns
Click the Export button between Copy and Edit columns to open the export configuration dialog.
5

Configure export preferences

In the export dialog, set your preferred time zone and date range. Under Columns, select 'Default' for the standard set of fields, or choose 'Custom' to pick specific columns. For importing into accounting software, include Name, Email, Phone, and Address fields.

Stripe Export customers dialog showing Time zone and Date range options with preset ranges like Today, Current month, Last 7 days, and Last month, plus a Columns dropdown set to Default with 10 columns listed
Choose your time zone, date range, and column set. The Default option includes 10 standard customer fields.
6

Download the CSV file

Click 'Export' at the bottom of the dialog to generate and download the CSV file. Each row in the file represents one customer record with a cus_XXXXX identifier. The file includes all contact details and addresses stored in Stripe.

Stripe Export customers dialog with the Columns dropdown expanded showing three options: Default with 10 columns, All columns with 36 columns, and Custom highlighted in blue for selecting individual fields
Click the Columns dropdown to switch between Default, All columns, or Custom to handpick specific fields for your export.
7

Review the exported data

Open the CSV in a spreadsheet application and verify the customer records. Check that names, email addresses, and addresses are populated correctly. Some fields may be empty if customers were created without full contact details.

Warning: Customer data may contain personally identifiable information (PII). Handle the exported CSV securely and avoid sharing it over unencrypted channels.

Required Customers Fields

Field Type Description Example
id Text Customer ID (cus_XXXXX) cus_JdW02JwM87c

Your Stripe export must include these fields for successful conversion.

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

Frequently Asked Questions

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