API v1
Server-to-server
Lender Conversions API
Lenders fire a server-to-server callback to Lendicity when a lead funds. This attributes the funded loan back to the originating partner, campaign, and tier without polling.
Overview
Conversion callbacks don't require a partner key — the appId + tierId pair identifies the lead and lender tier instead.
Endpoint
POSThttps://www.lendicity.com/api/public/v1/conversions
Request payload
Identifiers
appId
integerrequired
integerrequired The Lendicity application ID returned with the original lead (visible in the admin as the lead's app #).
tierId
uuidrequired
uuidrequired The lender tier UUID that funded the lead.
Funding details
commission
numberoptional
numberoptional Commission owed to Lendicity, in dollars.
fundDate
stringoptional
stringoptional Date the loan funded,
YYYY-MM-DD.fundedApr
numberoptional
numberoptional Final APR the borrower received.
amountFunded
numberoptional
numberoptional Principal disbursed, in dollars.
fundedTerm
integeroptional
integeroptional Final term length in months.
testMode
0/1 or true/falseoptional
0/1 or true/falseoptional Resolves
appId against test leads.Response
{
"conversionId": "f7a2c1e4-…",
"requestId": 104201
}