LoanVantage
The LoanVantage Open API initiative is a collection of services for integration with LoanVantage.
The Application Service will allow a third-party to create new applications, new parties, and leads and to inquire upon applications in LoanVantage.
The Document Service will allow a third-party to create new required documents, update attachments to a required document, and to inquire upon required documents in LoanVantage.
The Jack Henry LoanVantage API is based on REST and has predictable resource-oriented URLs. The Jack Henry LoanVantage API uses standard HTTP verbs and status codes and returns JSON-encoded responses.
The Jack Henry LoanVantage API protects access to user data using OAuth 2.0 . The user’s login credentials are never shared with third party apps. Authorization is provided to third party applications via an access_token.
The Jack Henry LoanVantage API provides authenticated user identity information using OpenID Connect (OIDC). With OpenID Connect, third party apps are provided authenticated information about the user in the form of an identity_token.
Both the access_token and identity_token are encrypted in JSON Web Token format.
Topics in this section
- Have a how-to question? Seeing a weird error? Get help on StackOverflow.
- Register for the Developer Office Hours where we answer technical Q&A from the audience.