# Display Transaction Details
source: https://developer.mastercard.com/consumer-clarity/documentation/tutorials-and-guides/how-to-use-response-data/displaying-transaction-details/index.md

## Provide a Digital Receipt {#provide-a-digital-receipt}

If a digital receipt is available, a URL is provided in the response. You can use the data returned for **purchaseReceipt** to provide more transaction information to your cardholders.
Note: In instances where a transaction is too recent, too old, or unavailable, you will still receive a URL. This URL will contain information about the merchant and how a cardholder can contact them with questions.

Typically, you can display a **View Receipt** button or link to the cardholder. When selected, it opens another page in your app where the user can see all the information available in the URL receipt, such as descriptions and prices for each item purchased.

![Example of a digital receipt](https://static.developer.mastercard.com/content/consumer-clarity/documentation/img/ninja-games-digital-receipt-example.png)
Note: Receipt URL links expire after 15 minutes. If your app can expose these links to a user for more than 15 minutes, include some logic to re-request the links and update them before they expire. Otherwise, a **Receipt expired** message is displayed to the cardholder when they select the link.

## Digital Receipts by Industry {#digital-receipts-by-industry}

We format different receipts for different verticals to enhance the user experience and make it easier for your users to better understand the industry specific data.

Although we return receipts for many different industries, this image shows an example using just four of the industries we cover.

![Digital receipts by industry verticals](https://static.developer.mastercard.com/content/consumer-clarity/documentation/img/merchant-verticals-receipts.png)

## Digital Receipts with an External URL {#digital-receipts-with-an-external-url}

In some instances, a merchant might choose to provide a URL that points to their ecosystem instead of providing specific transaction information. In those cases, we return a response of `TRUE` in the `receiptRedirect` field. The cardholder is then redirected to the merchant's website or mobile application, where they can sign in and review information about their purchase.

## Supported Languages {#supported-languages}

The data in the Consumer Clarity Digital Receipts service supports multiple languages. The locale (language-country combination) is associated with the location from which you make your request. You can include a specific locale in your request, which determines the language displayed on the receipt.

The languages that are currently supported for receipts are:

|  Locale   |       Description        |
|-----------|--------------------------|
| **en-CA** | (Canadian English)       |
| **en-GB** | (United Kingdom English) |
| **en-US** | (American English)       |
| **es-ES** | (Castilian Spanish)      |
| **es-MX** | (Mexican Spanish)        |
| **es-US** | (Spanish-United States)  |
| **fr-CA** | (Canadian French)        |
| **fr-FR** | (French-France)          |
| **pt-BR** | (Brazilian Portuguese)   |
| **pt-PT** | (European Portuguese)    |

## Next Steps {#next-steps}

* Understand the policies for [Caching the Response Data](https://developer.mastercard.com/consumer-clarity/documentation/tutorials-and-guides/how-to-use-response-data/caching-response-data/index.md) you receive from the Consumer Clarity API.
* If you haven't read it yet, review the differences between [List View vs. Detail View](https://developer.mastercard.com/consumer-clarity/documentation/tutorials-and-guides/how-to-use-response-data/list-view-detail-view/index.md).
* [Display Merchant Details](https://developer.mastercard.com/consumer-clarity/documentation/tutorials-and-guides/how-to-use-response-data/displaying-merchant-details/index.md) suggests different ways you can use the merchant detail response data in your banking app.
* [Display Smart Subscriptions](https://developer.mastercard.com/consumer-clarity/documentation/tutorials-and-guides/how-to-use-response-data/displaying-subscription-controls/index.md) offers tips for how to display Smart Subscriptions response data in your banking app.
* Review [Tips for Sending Requests](https://developer.mastercard.com/consumer-clarity/documentation/tutorials-and-guides/tips-for-sending-requests/index.md) for suggestions to consider when sending your requests.
