> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/reports/outgoing-transactions.md).

# Outgoing transactions

| Field                      | Description                                                            |
| -------------------------- | ---------------------------------------------------------------------- |
| Withdrawal Id              | ID of the operation                                                    |
| Idempotency key            | The external id that was generated while invoice creating through api. |
| Date of creation           | When the operation was created                                         |
| External ID                | Identification number of the payout                                    |
| Type                       | Type of the operation                                                  |
| State                      | Operation status                                                       |
| Currency                   | Cryptocurrency used for the payment                                    |
| Amount                     | Amount of funds sent in stated cryptocurrency                          |
| Transaction ID             | Identification number of the transaction                               |
| Service fee                | Service fee paid to Calypso Pay for the operation                      |
| Fixed fee                  | A fixed commission charged at a set rate                               |
| Percent fee                | A percent commission charged at a set rate                             |
| Hash                       | Hashes of the sent transactions                                        |
| Address book               | Address name from the address book                                     |
| Address to                 | Recipient's address                                                    |
| Purpose of payment         | Payment purpose                                                        |
| Transaction comment author | Comment on payment                                                     |
| Transaction comment        | Comment                                                                |
| Creator firstname          | Comment author's name                                                  |
| Creator lastName           | Last name of the comment author                                        |
| Payout comment             | Comment on payment                                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.calypso.money/reports/outgoing-transactions.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.
