# Stellar API Integration - Reports

This section describes the use of the application programming interface of the alfredpay ecosystem, specifically the Third Party Payments product, so that it can be a reference for developers and technology teams to integrate payment processors and wallets into the **alfred** ecosystem.

#### Scope

The current integration scope encompasses the following functionalities:

1. **Consulting All Invoices**: Fetching a comprehensive list of all invoices registered within the system.
2. **Consulting Individual Invoice by Invoice ID**: Enables you to retrieve specific details of an invoice by providing its unique Invoice ID.
3. **Consulting Transactions by User's Wallet**: This provides a detailed list of transactions associated with a specific user's wallet, facilitating in-depth transaction monitoring and auditing.

#### Objective

By leveraging these endpoints, developers can ensure that any required invoice or transaction data can be efficiently retrieved, fostering smoother integrations, better user experiences, and monitoring/auditing transactions.


---

# 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://alfred.gitbook.io/alfred-integration-docs/stellar-blockchain-integration/stellar-api-integration-reports.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.
