Skip to main content

Embedded Widget

The Nav Embedded CTA Widget provides you with the ability to onboard users into the Nav ecosystem without ever leaving your website. Through an npm package that can be included in your code, your users can interact with this widget to provide Nav with information that will enable them to see better offers. After your users provide this information, they will be redirected to Nav's site to see more details on offers or explore other means for financing.

Getting Started

  1. Getting your credentials
    • These credentials, created by Nav and sent to you, are what enable you to use the Widget and securly send data back and forth to Nav.
  2. Create Account
    • Your users will need a Nav account in order to see our offers. Doing this will enable the widget to send dynamic Calls To Action (CTAs) specific to the user.
  3. Create endpoint that returns the user's Nav JWT
    • This endpoint will allow both of us to validate authentication on each step within the widget.
  4. Initialize the Nav Emdedded CTA Widget
    • Finally, the Nav Embedded CTA Widget can be enabeled, allowing us to provide a better experience for your users without ever leaving your site.

Resources

  • To see an example of how to integrate the Nav CTA widget using React, checkout our demo site integration on GitHub.