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

# 💰 Transactions

***

## Overview

Transactions are a crucial part of the flow in Capa, this will guide you on the listing of the transaction and the cancel of the transaction when a user needs to make this action.

## List Transactions

To get a list of the user's transactions use the [List User Transactions Endpoint](/reference/transactionpartnerv2controller_listpartnerusertransactions). The endpoint has multiple ways in which it can be filtered, by type of transaction, transaction id, user id and it can be listed in order.

## Transaction Detail

To get the information of a single transaction the [List User Transactions Endpoint](/reference/transactionpartnerv2controller_listpartnerusertransactions) can be used and filtered by transaction id so you only receive the specific information of that transaction

## Cancel Transaction

Use the [Cancel User Transaction Endpoint](/reference/transactionpartnerv2controller_cancelpartnertransaction) when an On/Off Ramp wants to be cancelled

Only when an On Ramp is in **PENDING** status it can be canceled

Only when an Off Ramp is in **PENDING** or in **CRYPTO\_NOT\_RECEIVED** status it can be canceled

***

What’s Next

* [/api/partner/v2/transactions](/reference/transactionpartnerv2controller_listpartnerusertransactions)
* [/api/partner/v2/transactions/{id}/cancel](/reference/transactionpartnerv2controller_cancelpartnertransaction)
