F&I Products
Get started with Drivly F&I Products with our step-by-step guide.
Prerequisites
Before diving into the integration process, ensure you have the following:
- Sign up for a Drivly account
- Create a DRIVLY_API_KEY
- Have a basic understanding of REST APIs
- A secure environment for handling sensitive data
Overview
The F&I API offers endpoints to retrieve vehicle-specific service contract details and update or customize packages according to customer needs. By integrating this API into your platform, you can provide customers with a seamless experience to purchase F&I products directly.
Let’s follow the exmaple scenario below:
Alex works for a large automotive sales platform, AutoHub. AutoHub wants to integrate the Vehicle Service Contract (VSC) API into their online services, allowing customers purchase various F&I products without the need for an F&I manager.
To complete this scenario, you will need to:
- Verify the API endpoint
- Implement the feature
- Allow customers to place an order
- Handle errors gracefully
- Add additional features
Walkthrough
Verify API endpoint
Verify the API’s ability to retrieve all VSC options for a specific VIN.
Alex uses this endpoint to fetch all package options for the VIN 1C4HJXEN5MW592818
and successfully retrieves the data.
Implementation
With the data structure understood, Alex begins implementing the feature on AutoHub’s website. The example response from the API provides a comprehensive view of the VSC options:
Placing an Order
After customers choose their desired VSC package, Alex needs to allow them to complete their purchase through the API. This process involves sending the selected package details along with customer and payment information to the VSC provider’s system.
Error Handling
Alex implements error handling to manage situations where the VIN might not be found or the API key is missing. They simulate an error response:
Adding Additional Features
Alex wants to ensure that customers can update their VSC packages if they want additional coverage after initial viewing. They add functionality for updating package details:
FAQs
Fields | Options | Required |
---|---|---|
VIN | 1C4HJXEN5MW592818 | True |
Make | Jeep | True |
Model | Wrangler Unlimited | True |
Year | 2021 | True |
Term (Months) | 12 , 24 , 36 , 48 , 60 , 72 , 84 | True |
Deductible (USD) | $0 , $50 , $100 | True |
Planned length of ownership (Years) | 2 , 3 , 4 , 5 , 6 , +7 | True |
Estimated miles driven per year (Miles) | 5,000 , 10,000 , 15,000 , 20,000 , +25,000 | True |