Data Import & Export
PayRequest lets you export your core business data β customers, products, subscriptions, invoices, and orders β to CSV files. This is useful for backups, accounting, spreadsheet analysis, or moving data into another tool.CSV export is available from the Bulk Actions page. See Export Functions for the full step-by-step guide, entity-by-entity column reference, and FAQ.
What You Can Export
Customers
Name, email, phone, company, language, tax exempt status, tags
Products
Name, SKU, price, tax rate, type, status, stock, tags
Subscriptions
Customer, product, amount, interval, status, next billing date, tags
Invoices & Orders
Amounts, status, dates, and tags
Other Places You Can Export Data
A few other pages in PayRequest offer their own scoped CSV exports:- Mollie Customers β export your synced Mollie customer list directly from the Mollie Customers page. See Customer Sync.
- Tags β exporting subscriptions, Mollie subscriptions, or products for a specific tag from the tag detail page.
Importing Data
PayRequest does not currently offer a bulk CSV importer for customers or products. Customers and products are created individually (through the dashboard, a customerβs first checkout, or automatically via Mollie Customer Sync).
- Customers: create them manually, or let them populate automatically as they check out on your payment page or shop
- Products: recreate them individually using the product wizard β see Creating Products
FAQ
Can I export everything in one file?
Can I export everything in one file?
No. Exports are per entity type (customers, products, subscriptions, invoices, or orders) β you export one type of record at a time as a CSV.
What format are exports in?
What format are exports in?
CSV, with a UTF-8 byte-order mark so the file opens correctly with accented characters in Excel, Numbers, or Google Sheets.
Is there a way to pull data programmatically instead of exporting manually?
Is there a way to pull data programmatically instead of exporting manually?
Yes β see the API Reference to fetch invoices, payments, and payment links programmatically rather than downloading CSVs.
Next Steps
Export Functions
Full step-by-step guide to CSV exports
Bulk Operations
See everything else the Bulk Actions page can do
Customer Sync
Pull your existing Mollie customers into PayRequest
API Reference
Access your billing data programmatically