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
Once you're ready for production, you should use the following domain:
Production Domain: https://apply.uportal360.com
Query String/URL Parameters
Below is the list of URL parameters 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.
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 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 [email protected]
.