# Retrieve Transaction Fees
source: https://developer.mastercard.com/mastercard-processing-core/documentation/use-cases/transactions-and-fees-management/retrieve-trans-fees/index.md

## Overview {#overview}

The use case describes how you retrieve a list of fees generated for the transaction.

## Sequence diagram {#sequence-diagram}

Diagram retrieve-trans-fees

### Explanation {#explanation}

1. The server sends a `GET` request to the `/transactions/{transaction_id}/fees` endpoint.
2. The API returns a list of transaction fees. Refer to [Endpoint](https://developer.mastercard.com/mastercard-processing-core/documentation/use-cases/transactions-and-fees-management/retrieve-trans-fees/index.md#endpoint) to check the complete list of data returned by the endpoint.

Refer to [Sandbox testing](https://developer.mastercard.com/mastercard-processing-core/documentation/sandbox-testing/transactions-and-fees-management/retrieve-trans-fees/index.md) for information on how to execute the use case in the Sandbox environment.

## Endpoint {#endpoint}


API Reference: `GET /transactions/{transaction_id}/fees`

