> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# View Reports

> View and download report of payments received for a specific Payment Button.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

You can view details about the payments received for a specific Payment Button and also download reports.

## View Payment Details

To view the payments made on a particular Payment Button:

1. Log in to the Dashboard and navigate to **Payment Button**.
2. Click the required payment button.
   <img src="https://razorpay.com/docs/build/browser/assets/images/payment-button-view-reportpb.jpg" alt="Button Details" width="700" />
3. Scroll down to the transaction details section. Here the list of all payments made using the button is displayed.
4. Click a Payment Id to view details of the payment.
   <img src="https://razorpay.com/docs/build/browser/assets/images/payment-button-view-paymentpb.jpg" alt="Payment Details" width="700" />

### Download Report

You can download the report related to a Payment Button in the following formats:**CSV (csv)**, **Excel (xlsx)** and **Old Excel (xls)**.

To download a report:

1. Navigate to **Payment Button** on the Dashboard.
2. Click the required button. The button details view appears.
3. Scroll down to the transaction details section. Here the list of all payments made using the button is displayed.
4. Hover the mouse pointer on **Download Report**, and choose a format.

<img src="https://razorpay.com/docs/build/browser/assets/images/payment-button-view-reportpb.jpg" alt="Download Report" width="700" />

<AccordionGroup>
  <Accordion title="Report Details">
    The downloaded report has the following columns:

    * Payment Button ID
    * Payment Button Title
    * Payment Date
    * Order ID
    * Item Name
    * Item Amount
    * Item Quantity
    * Item Payment Amount
    * Total Payment Amount
    * Currency
    * Payment Status
    * Input Fields, if any
    * Email
    * Phone
  </Accordion>
</AccordionGroup>

### Related Information

* [Payment Button](/docs/payments/payment-button)
* [How Payment Button Works](/docs/payments/payment-button/how-it-works)
