# Payment history

You can see all payment attemps including successful and failed ones under Payments Sub-tab under Transactions in your Dashboard. Access it [here](https://app.fungies.io/txs/payments).

<figure><img src="/files/VhEjPrpbaBkloLl5lXuJ" alt=""><figcaption><p>See payment history including all details</p></figcaption></figure>

Accessing each payment will show all the attemps charging the chosen payment method by the customer, including:

* Last 4 digits of the card,
* Decline reasons by banks or networks,
* Risk level

<figure><img src="/files/Wa48S66SPjsKc05nWKTz" alt=""><figcaption><p>Accessing payment details</p></figcaption></figure>


---

# 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://help.fungies.io/selling/payment-history.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.
