CSV Import Guide
Import your transaction history from Stripe, Gumroad, or Shopify using a CSV export. Download a sample template below to see the exact format required.
Stripe CSV
| Column | Description |
|---|---|
| id | Transaction / charge ID |
| amount | Amount in major currency units (e.g. 29.00) |
| currency | ISO currency code (e.g. usd) |
| created | ISO timestamp or date string |
| description | Product or service description |
| customer_email | Customer email address |
Gumroad CSV
| Column | Description |
|---|---|
| purchased_at | Purchase date/time |
| price | Sale price (e.g. 19.00) |
| product_name | Name of the product sold |
| purchaser_email | Buyer email address |
Shopify CSV
| Column | Description |
|---|---|
| Name | Order number (e.g. #1001) |
| Lineitem name | Product / line item title |
| Total | Order total |
| Customer email | |
| Created at | Order creation timestamp |
| Currency | Currency code |
| Financial Status | paid / refunded / etc. |
💡 Tip: After importing, head to Suggestions and run the analysis engine to get your first price recommendations.