# Reference App
source: https://developer.mastercard.com/ethoca-alerts-for-merchants/documentation/reference-app/index.md

## Overview {#overview}

The reference application guides you through the process of connecting your API to the Alerts for Merchants API using JAVA.

## Prerequisites {#prerequisites}

* A development environment that includes your IDE of choice
* A [Mastercard Developers Account](https://developer.mastercard.com/dashboard) with access to Alerts for Merchants
* JDK 8 or newer version installed locally
* [Apache Maven 3.3+](https://maven.apache.org/download.cgi) installed locally
* [Spring Boot 2.7.6+](https://spring.io/projects/spring-boot) installed locally

## Technologies Used {#technologies-used}

* [JAVA](https://www.java.com/en/)
* [Maven](https://maven.apache.org/)
* [Spring](https://spring.io/)

## What You Will Build {#what-you-will-build}

You'll build an application and use the data we provide to make calls to your API and return information about your company submerchants and sub-brands.

## Get the Source Code {#get-the-source-code}

The reference application is explained in-depth in the following tutorial. You can also download a zip file of the source code.

|                                                                               Item                                                                                |                       Description                       |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| [Reference Application Tutorial](https://developer.mastercard.com/ethoca-alerts-for-merchants/documentation/tutorials-and-guides/reference-app-tutorial/index.md) | An in-depth explanation of the reference app            |
| [alerts-reference.zip](https://static.developer.mastercard.com/content/ethoca-alerts-for-merchants/uploads/alerts-reference.zip) (275KB)                          | Downloadable reference application source code zip file |

