> ## Documentation Index
> Fetch the complete documentation index at: https://docs.y.uno/llms.txt
> Use this file to discover all available pages before exploring further.

# Payments

export const Video = ({src}) => {
  return <div style={{
    backgroundColor: "#FFFFFF",
    padding: "16px",
    display: "flex",
    justifyContent: "center",
    borderRadius: "14px"
  }}>
      <video src={src} loop autoPlay muted playsInline style={{
    width: "100%",
    height: "100%",
    borderRadius: "14px",
    display: "block",
    objectFit: "cover",
    backgroundColor: "rgba(0, 0, 0, 0)",
    objectPosition: "50% 50%",
    boxShadow: "0px 0px 0px 0px rgba(40, 42, 47, 0.05), 0px 3px 6px 0px rgba(40, 42, 47, 0.05), 0px 11px 11px 0px rgba(40, 42, 47, 0.04), 0px 25px 15px 0px rgba(40, 42, 47, 0.02), 0px 44px 18px 0px rgba(40, 42, 47, 0.01), 0px 69px 19px 0px rgba(40, 42, 47, 0.00)"
  }} />
    </div>;
};

The Payments dashboard section shows all payments, transactions, fraud screening, and payout data. In addition, you can use filters to refine your searches and enjoy extensive configuration of exports and reports.

<Video src="https://github.com/writechoiceorg/yuno-images/raw/main/doc/yourPaymentsOperationSystem/payments-v2.mp4" />

## Payments section breakdown

<CardGroup cols={2}>
  <Card title="All payments" icon="wallet">
    Default view showing all payments regardless of their status.
  </Card>

  <Card title="Batch refunds" icon="receipt">
    Process multiple refunds by uploading a CSV file.
  </Card>

  <Card title="All transactions" icon="arrow-right-arrow-left">
    Detailed view of all transactions related to your payments.
  </Card>

  <Card title="All fraud screenings" icon="shield-halved">
    Verify potential fraudulent transactions in a dedicated view.
  </Card>

  <Card title="View all payouts" icon="hand-holding-dollar">
    Access and filter all payouts to find specific transactions.
  </Card>

  <Card title="Export reports" icon="file-export">
    Export customized data and schedule recurring email reports.
  </Card>
</CardGroup>

The Payments section is a powerful tool to simplify payment-related tasks and help you manage your payments more effectively. Take some time to explore the section and see how it can help you.

<Frame>
  <img src="https://mintcdn.com/yuno-3979e326/MTlogjS0_SlxtlJG/images/reference/payments/image1.png?fit=max&auto=format&n=MTlogjS0_SlxtlJG&q=85&s=ecd7075d232815c99454da37df6ecd89" width="3600" height="2475" data-path="images/reference/payments/image1.png" />
</Frame>

## Batch refunds

The batch refund feature allows you to process refunds for several transactions simultaneously, saving time and effort. You can refund up to 1000 payments at once.

To execute batch refunds, access the **All payments** tab and select **Batch refunds → Upload**. From here, upload a CSV file with your refunds. You can download a sample file to help with the formatting. For each payment to refund, you should inform:

* Payment ID
* Transaction ID
* Amount to refund
* Currency
* Merchant reference
* Reason (`DUPLICATE`, `FRAUDULENT`, or `REQUESTED_BY_CUSTOMER`)

The sample file is also available [here](https://dashboard-assets.y.uno/samples-files/Batch_refunds_sample_file.xlsx).

After uploading the file, you can track the refund status of each payment by accessing **All payments** and selecting **Batch refunds → Overview**.

## Exporting Data

Click the **Export** button to see three tabs, each giving you specialized control over your data exports:

**Quick export**: Select a specific date range and customize the columns visible in the export.\
**Scheduled reports**: Configure a report to send periodically to your email address. You may also set the columns to export.
**Downloads**: Previous reports are saved in this tab for easy download.
