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

# Payments

> The Payments section provides merchants with a detailed overview of all payment transactions. Merchants can track payment statuses, initiate refunds, and access payment details for each transaction.

<Frame>
  <iframe className="w-full aspect-video rounded-md" src="https://www.youtube.com/embed/9sJSIzbU0Z0 " title="Checkout Experience | Dodo Payments" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## **Payments Listing Page**

The Payments listing page provides a record of all the payments that have taken place and includes important information about the payment like the transaction amount, payment status and payment method along with the invoice for reference to the purchase associated with the payment.&#x20;

* The following Payment statuses are shown:

  * **In Progress**: The payment is currently being processed.

  * **Failed**: The payment attempt was unsuccessful.

  * **Successful**: The payment was completed successfully.

<Info>The payment method and timestamp are updated once the payment is completed.</Info>

***

## **Payment Details Page**

Upon clicking a payment in the listing, merchants are directed to the **Payment Details Page**, which provides a comprehensive breakdown of the transaction

### Successful payment

<Frame caption="Example of a successfully captured card payment">
  <img src="https://mintcdn.com/dodopayments/o0NHkVXqfi7_fJzV/images/transactions/payments/successful-payment.png?fit=max&auto=format&n=o0NHkVXqfi7_fJzV&q=85&s=1747ba9d3c524e896e9eb810af10437c" alt="Payment details page showing a successful payment with green status and transaction breakdown" style={{ maxHeight: '500px', width: 'auto' }} width="1858" height="1098" data-path="images/transactions/payments/successful-payment.png" />
</Frame>

* **Status**: Shows as **Successful** at the top with the final captured amount.
* **Transaction details**: Displays `Payment ID`, `Payment date`, `Payment method`, and `Settlement amount`.
* **Card information**: Card network, last four, issuing country, and type.
* **Customer details**: Name, email, and billing info.
* **Product cart**: Product IDs and quantities purchased.
* **Actions**: You can generate the invoice or initiate a refund from the top-right.

### Failed payment

<Frame caption="Example of a failed card payment with decline information">
  <img src="https://mintcdn.com/dodopayments/o0NHkVXqfi7_fJzV/images/transactions/payments/failed-payment.png?fit=max&auto=format&n=o0NHkVXqfi7_fJzV&q=85&s=ac5cea5fc28fe87b3318df6547f94bf6" alt="Payment details page showing a failed payment with red error banner, decline error code and message" style={{ maxHeight: '500px', width: 'auto' }} width="1862" height="1252" data-path="images/transactions/payments/failed-payment.png" />
</Frame>

* **Status**: Shows as **Failed** with a red banner.
* **Error context**: Includes the gateway `Error Code` and human-readable `Error Message` (for example, `INSUFFICIENT_FUNDS` – “Your card was declined”).
* **Other information**: The error fields are repeated in the details section for quick reference.
* **Next steps**:
  * Retry the payment with a different card or funding source.
  * Verify card details and available funds.
  * If the decline persists, contact the issuer and try again.

## **Important Information**

* **Automatic Activation**: All the payment methods listed above will become available to customers automatically once the merchant's account is verified and live mode is enabled.

* **No Additional Configuration Required**: Merchants do not need to configure these payment options, as they are pre-defined and managed by Dodo Payments.

* **Additional Payment Methods**: We are constantly adding more payment methods to our roster. We will keep updating this page as and when we add more methods. If you have a requirement for any particular payment method, please write to us at [support@dodopayments.com](mailto:support@dodopayments.com) and we will add this to our roadmap if not present.

## How to Navigate and Use the Payments Page

<Steps>
  <Step title="Navigate to the Payments section">
    Open the **Transactions** page and click on the **Payments** tab to view all payment transactions.
  </Step>

  <Step title="Filter and search payments">
    Use the available filters to narrow down your payment list:

    * **Status filter**: View payments by status.
    * **Date range**: Select custom date ranges to view payments from specific periods
  </Step>

  <Step title="View payment details">
    Click on the **Array icon** next to any payment to access the detailed payment information.
  </Step>

  <Step title="Review payment information">
    On the payment details page, you can view:

    * **Transaction details**: Amount, currency, payment method, and timestamp
    * **Customer information**: Name, email, and billing details
    * **Payment status**: Current status with timestamp of status changes
  </Step>

  <Step title="Download invoice">
    To download the associated invoice, click the **download Invoice** (📥) on the invoice preview section.
  </Step>
</Steps>
