# Exporting your payouts

Exporting your payouts is a straightforward process that enables you to access and manage your payout data in various formats. This flexibility allows you to leverage your data in different applications, whether to perform detailed analyses in a spreadsheet or integrate the data into a software system for further processing. By following the steps for exporting your payouts as either CSV or JSON, you can ensure that your payout data is readily accessible and effectively utilized for your specific needs.

## Exporting your payout as CSV

Exporting your payouts as CSV allows you to easily analyze and manage your payout data using spreadsheet software like Microsoft Excel or Google Sheets. This format is ideal for users who need a structured and tabular representation of their payout information. Follow these steps to export your payout data efficiently.

1. Click **Payouts** in the left navigation. The Payouts page appears.
2. [Filter your payouts](https://docs.digitalriver.com/digital-river-api/administration/dashboard/finance/payouts/filtering-your-payouts) if needed.
3. Click the down arrow ![](https://334437993-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqH4RJfLVLuHPXuJyTZ%2F-M2e-1R3NFCt4CxnESVs%2F-M2e-iV00FCbYBmJA-vj%2Fdown-arrow.png?alt=media\&token=d9d22d9c-fa1d-40e4-a010-6a5266733988) and select **Export as CSV**.\
   ![](https://334437993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LqH4RJfLVLuHPXuJyTZ%2Fuploads%2FUMJIdTyyap7WNrqwtyKN%2F1%20Payouts%20export%20dropdown%20csv.png?alt=media\&token=f90feeba-3541-4fb7-9262-1134c6a9e59a)
4. Click the **Export as CSV** button (not the arrow).\
   ![](https://334437993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LqH4RJfLVLuHPXuJyTZ%2Fuploads%2FCPcn0cABjHJnXfEBRH3m%2F2%20Payouts%20export%20csv.png?alt=media\&token=8299474d-1114-4fe4-99ad-300b0e32cff4)\
   The **Save As** dialog appears.
5. Choose a location and file name to save the file.

## Exporting your payout as JSON

Exporting your payouts as JSON allows easy integration with various applications and systems, providing a flexible and structured format for your data. This method is particularly useful for developers or users who need to process payout data programmatically. Follow these steps to export your payout data efficiently.

1. Click **Payouts** in the left navigation. The Payouts page appears.
2. [Filter your payouts](https://docs.digitalriver.com/digital-river-api/administration/dashboard/finance/payouts/filtering-your-payouts) if needed.
3. Click the down arrow ![](https://334437993-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqH4RJfLVLuHPXuJyTZ%2F-M2e-1R3NFCt4CxnESVs%2F-M2e-iV00FCbYBmJA-vj%2Fdown-arrow.png?alt=media\&token=d9d22d9c-fa1d-40e4-a010-6a5266733988) and click **Export as JSON**.\
   ![](https://334437993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LqH4RJfLVLuHPXuJyTZ%2Fuploads%2FUMJIdTyyap7WNrqwtyKN%2F1%20Payouts%20export%20dropdown%20csv.png?alt=media\&token=f90feeba-3541-4fb7-9262-1134c6a9e59a)
4. Click the **Export as JSON** button (not the arrow).\
   ![](https://334437993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LqH4RJfLVLuHPXuJyTZ%2Fuploads%2Fa8O4oQLeHLDvlm41iw7n%2F4%20Payouts%20export%20json.png?alt=media\&token=ca5270cb-c5ac-4fdd-b7c7-47acbcb989c5)\
   The **Save As** dialog appears.
5. Choose a location and file name to save the file.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/digital-river-api/administration/dashboard/finance/payouts/exporting-your-payouts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
