Get started with Credit Applications with our step-by-step guide.
Drivly SDK
To get started, you will need to install the Drivly SDK.
Create a singleton instance of the SDK.
DRIVLY_API_KEY
and will start in sandbox
.sdk
to use in our applicationMake a function to CREATE the Credit Application.
We might need to CREATE a Trade, we will need a few more functions.
Use the API
https://commerce.driv.ly/api/creditApplications
to create and manage Credit Applications.Create an environment variable for your API Key.
Make a function to CREATE the Credit Application.
We might need to CREATE a Trade, we will need a few more functions.
Direct the user to the Credit Application Form on your Website.
Applicant Properties
SPOUSE
, RELATIVE
, FRIEND
, or null
(for primary applicant)Residence Properties
RENT
, OWN
, RELATIVE_OWNED
Address Properties
Employment Properties
FULL_TIME
, PART_TIME
, SELF_EMPLOYED
, UNEMPLOYED
, RETIRED
Address Properties
WEEKLY
, BI_WEEKLY
, TWICE_MONTHLY
, MONTHLY
, YEARLY
PURCHASE
, REFINANCE
, LEASE_BUYOUT
Format your Request Body
sendTo
: The recipient of the application. Available options: RouteOne
, TSG
state
: Set to DRAFT
in order to create a new application for processing.environment
: The application can be submitted in Production
or Development
Send the Request.
Direct Both Applicants to the Credit Application Form.
Collect and Format Data for Both Applicants.
relationshipType
in the coApplicant’s data, select the appropriate option that describes
their relationship to the primary applicant.Send the Request.
Guide Danny to the Enhanced Credit Application Form.
Collect Information Including Trade-In Details.
Create a Trade.
Send the Request with the tradeInId
Guide Both Applicants to the Enhanced Credit Application Form.
Collect Information Including Trade-In Details.
Create a Trade.
Send the Request with the tradeInId