How to Post CA - Auto Loans Leads to LendingArch

These instructions describe how to post leads to and understand what to expect in response.


Direct Post

Post URL https://lendingarch.leadspediatrack.com/post.do
Request Method POST or GET are supported. We strongly recommend using POST.

Posting Fields


#FieldRequiredData TypeDescription
1lp_campaign_idYesStringProvided to you by LendingArch
2lp_campaign_keyYesStringProvided to you by LendingArch
3lp_s1NoStringSub Affiliate 1
4lp_s2NoStringSub Affiliate 2
5lp_s3NoStringSub Affiliate 3
6lp_s4NoStringSub Affiliate 4
7lp_s5NoStringSub Affiliate 5
8lp_testNoString1 for Test Post
9lp_responseNoStringResponse back XML or JSON
10first_nameYesStringFirst Name
11gross_monthly_incomeYesNumberGross Monthly Income
12employment_durationYesListEmployment Duration
13employment_statusYesListEmployment Status
14job_titleNoStringJob Title
If Employment Status = Disability/Retired, use "N/A"
15company_nameNoStringCompany Name
If Employment Status = Disability/Retired, use "N/A"
16monthly_residence_costYesNumberMonthly Residence Cost
17last_nameYesStringLast Name
18monthly_budgetYesListMonthly Budget
19phone_homeYesUS PhonePhone Home
20phone_cellNoUS PhonePhone Cell
21addressYesUS AddressAddress
22address2NoStringUnit / Apt / Suite
23cityYesUS CityCity
24stateYesUS StateState
25zip_codeYesUS Zip CodeZip Code
26countyNoStringCounty
27countryNoStringCountry
28email_addressYesE-MailE-Mail Address
29dobYesDateDate of Birth
Format: m/d/Y
30ip_addressYesIPIP Address
31nine_sinNoList9 SIN
Have You Lived In Canada For 12 Months Or More?
32vclidNoStringVoluum Click ID
33etidNoStringEverflow Transaction ID
34desired_vehicleYesListDesired Vehicle
35residence_typeYesListResidence Type
36residence_durationYesListResidence Duration
37ai_verifiedNoBoolAI Verified
38ai_notesNoTextAI Notes
39sms_verifiedNoBoolSMS Verified
40drivers_licenseNoBoolDrivers License
41phone_numberNoPhonePhone Number
42caslNoBoolCASL
43anura_scoreNoTextAnura Score
44marital_statusNoListMaritial Status
45loan_amountNoNumberLoan Amount
46titleNoListTitle
47current_rateNoStringCurrent Rate
48refinancingNoListRefinancing
49tclidNoStringTaboola Click ID
50landing_pageNoURLLanding Page
51existing_vehicleNoListExisting Vehicle
52form_sourceNoStringForm Source
53form_nameNoStringForm Name
54contactedNoListContacted
55notesNoTextNotes

TCPA Compliance

# Field
1 jornaya_lead_id
2 trusted_form_cert_id

List Values

When posting leads, make sure you post the list value.


Desired Vehicle

#LabelValue
1CarCar
2SUVSUV
3TruckTruck
4VanVan
Monthly Budget

#LabelValue
1$251 - $375/month251 to 375
2$376 - $500/month376 to 500
3Under $250/monthUnder 250
4$500+/month500+
Employment Duration

#LabelValue
1Longer Than 3 MonthsLonger Than 3 Months
23 - 6 Months3 - 6 Months
36 - 12 Months6 - 12 Months
412 Months - 2 Years12 Months - 2 Years
52 Years +2 Years +
6Less Than 3 MonthsLess Than 3 Months
Employment Status

#LabelValue
1EmployedEmployed
2Self EmployedSelf Employed
3RetiredRetired
4DisabilityDisability
5OtherOther
6UnemployedUnemployed
Residence Type

#LabelValue
1RentRent
2OwnOwn
3OtherOther
Residence Duration

#LabelValue
13 - 6 Months3 - 6 Months
26 - 12 Months6 - 12 Months
312 Months - 2 Years12 Months - 2 Years
42 Years +2 Years +
5Less Than 3 MonthsLess Than 3 Months
Existing Vehicle

#LabelValue
1NoNo
2Yes, I Want To TradeTrade
3Yes, I'm Keeping ItKeep
Contacted

#LabelValue
1NoNo
2YesYes
Refinancing

#LabelValue
1NoNo
2YesYes
9 SIN

#LabelValue
1NoNo
2YesYes
Maritial Status

#LabelValue
1Civil PartnershipCivil Partnership
2CohabitingCohabiting
3DivorcedDivorced
4MarriedMarried
5SeparatedSeparated
6SingleSingle
7WidowedWidowed
Title

#LabelValue
1MissMiss
2MrMr
3MrsMrs
4MsMs

Posting Tests

There are multiple ways to post a test lead. You can either post:

  • test in the first name or last name field; or
  • 1 in the lp_test field

Post Responses

When a lead is posted, you will get a real-time response. The default response is in XML format; You can request the response to be JSON if you pass json in lp_response field.

Success
<response>
    <result>
success</result>
    <lead_id>
0UTNS5ND</lead_id>
    <price>
15.00</price>
    <redirect_url>
http://www.example.com/</redirect_url>
    <msg>
Lead Accepted</msg>
</response>
Failure
<response>
    <result>
failed</result>
    <lead_id>
YZDRPBC7</lead_id>
    <price>
0.00</price>
    <msg>
Lead Rejected</msg>
    <errors>

        <error>
No Match</error>
    </errors>

</response>