Exporting your transactions

Learn how to export your transactions to CSV or JSON.

Export as CSV

To export your transactions as CSV:

  1. Click Transactions in the left navigation. The Transactions page appears.

  2. Choose a location and file name to save the file.

Export as JSON

To export your transactions as JSON:

  1. Click Transactions in the left navigation. The Transactions page appears.

  2. Choose a location and file name to save the file.

Note: If your application supports the use of metadata, and you want to see it in your transaction data export, we provide metadata support for orders and line items. This metadata is reported in your CSV or JSON export of Transaction information but is NOT visible on the Digital River Dashboard Transactions page.

For CSV exports, your metadata appears in your export file as additional data columns. The metadata columns will use the following labels:

  • orderMetadata.your_key_value – where your_key_value is the unique value you assigned to the order metadata. For example, orderMetadata.couponProgram.

  • lineItemMetadata.your_key_value – where your_key_value is the unique value you assigned to the line item metadata. For example, lineItemMetadata.customerID.

Last updated