Overview
After a consumer has finished a signing event in the UGA Finance Apply Interface, the consumer may optionally be redirected to a merchant provided URL. This URL may be unique per application or be shared across all applications under a program.URL Parameters
UGA Finance will add two URL parameters to the query string of the URL:status- This represents the result of the consumers signing event. More details below.
contract- This is the UGA Finance’s unique Contract Number. It references the contract and consumer data in UGA Finance’s system. It may also be used in API requests to pull additional information.
status to understand the signing result. The three most common statuses are:
signing_completecanceldecline
event query parameter may be returned. DocuSign has a complete list of events documented in the returnUrl of the Request Body here: https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/#schema__recipientviewrequest_returnurl
Here is quick example of reading the URL parameters in Javascript:
contract param to make additional calls back to the UGA Finance API to get additional data about the contract or consumer. See our API implementation guide for more details: /integrations-and-api/api-v2/implementation-guide#contracts
Contact
If you have any questions, please reach out tosalesforcedev@ugafinance.com.