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

# Application Link

## Overview

Some merchants may need a way to redirect their consumers to UGA Finance's Apply Interface to apply for financing. Our technology supports this, and may be dynamically changed by the merchant to support individual customer needs. This article describes how to build the URL and what parameters may be changed.

## Building a URL

### Domain

Make sure you're using the correct domain! For testing, you should use:

Testing Domain: [https://test-apply.uportal360.com](https://ugafinance.my.salesforce.com/a09Ua0000004R1d)

Once you're ready for production, you should use the following domain:

Production Domain: [https://apply.uportal360.com](https://ugafinance.my.salesforce.com/a09Ua0000004R1d0)

### Query String/URL Parameters

Below is the list of [URL parameters](https://en.wikipedia.org/wiki/Query_string) that may be passed to UGA Finance.

As a general guideline, your parameters must start with the `?` character, and each parameter must be separated with a `&` character. Additionally, all values **must** be [percent-encoded](https://en.wikipedia.org/wiki/Percent-encoding).

#### New Application Parameters

These parameters should be used to create a link for your consumers to finance your product(s) or service(s).

| URL Parameter | Is Required | Description                                                                                                                                                                                                          |
| ------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `programId`   | TRUE        | This is the ID of the program the customer is applying to.                                                                                                                                                           |
| `locationId`  | TRUE        | This is the ID of the merchant's location that the customer is applying to.                                                                                                                                          |
| `cashPrice`   | FALSE       | This is the price of the goods or services being financed.                                                                                                                                                           |
| `downPayment` | FALSE       | This is the amount the consumer must pay before completing their financing                                                                                                                                           |
| `redirect`    | FALSE       | This is the URL that the consumer will be redirected to after completing the financing process. For more information, see the [Redirect After Signing](/integrations-and-api/api-v2/redirect-after-signing) article. |
| `email`       | FALSE       | May be used to autofill the email during the origination process.                                                                                                                                                    |
| `phone`       | FALSE       | May be used to autofill the phone number during the origination process.                                                                                                                                             |

#### Existing Application Parameters

You may also navigate a consumer to an existing application if they've already started the financing process. The following parameters may be used to properly navigate the consumer to their application.

NOTE: For this link type, only one parameter should be used.

| URL Parameter | Description                                              |
| ------------- | -------------------------------------------------------- |
| `id`          | UGA's Credit Application ID                              |
| `contract`    | UGA's Contract account number.                           |
| `email`       | The email address the consumer used to apply for credit. |

## Contact

If you have any questions, please reach out to `salesforcedev@ugafinance.com`.
