# Retrieve Financial Information
source: https://developer.mastercard.com/mastercard-processing-core/documentation/use-cases/data-management/query-cms-get-particular-data/retrieve-fin-info/index.md

## Overview {#overview}

The use case describes how you retrieve the financial information for the contract (account contract or card contract).

## Sequence diagram {#sequence-diagram}

Diagram retrieve-fin-info

### Explanation {#explanation}

1. The server sends a `GET` request to the `/contracts/{contract_id}/financials` endpoint. To retrieve the financial information for the account contract or card contract, the server must put `accountContractId` or `cardContractId`, respectively, in place of `contract_id` in the path.
2. The API returns the financial information for the account contract or card contract. Refer to [Endpoint](https://developer.mastercard.com/mastercard-processing-core/documentation/use-cases/data-management/query-cms-get-particular-data/retrieve-fin-info/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/data-management/query-cms-to-get-particular-data/retrieve-financial-info/index.md) for information on how to execute the use case in the Sandbox environment.

## Endpoint {#endpoint}


API Reference: `GET /contracts/{contract_id}/financials`

