Skip to main content

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
Exports can be filtered by tags, so you can pull exactly the subset you need instead of your entire dataset. Full details are in Export Functions.

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).
If you’re migrating from another platform, the practical paths today are:
  • 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

No. Exports are per entity type (customers, products, subscriptions, invoices, or orders) β€” you export one type of record at a time as a CSV.
CSV, with a UTF-8 byte-order mark so the file opens correctly with accented characters in Excel, Numbers, or Google Sheets.
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