Notifies TECHEA of a status change for a lead (e.g. registration completed, loan issued).
Called by the advertiser when a relevant event occurs during lead processing. TECHEA will forward the notification to the publisher’s configured callback URL.
The lead_id is provided by TECHEA in the POST /lead response and must be included in the URL path.
Some advertisers prefer a GET pixel approach. For those cases, use the GET variant below.
lead_id is assigned by TECHEA at submission time and must be passed through your integration from the moment you receive the lead.| Event | When to send |
|---|---|
registration | Customer completed registration |
loan_issued | Loan approved and disbursed |
loan_rejected | Customer rejected after evaluation |
loan_paid | Loan fully repaid |
loan_defaulted | Customer defaulted |
API Key provided by TECHEA
Lead ID provided by TECHEA at submission time
Event type reported by the advertiser:
registration: customer registered with the advertiserloan_issued: loan was approved and issuedloan_rejected: advertiser rejected the customerloan_paid: loan fully repaidloan_defaulted: customer defaulted on the loanregistration, loan_issued, loan_rejected, loan_paid, loan_defaulted Advertiser's internal reference for this lead
Additional event data (amount issued, term, etc.)
Status update received and processed
Event type reported by the advertiser:
registration: customer registered with the advertiserloan_issued: loan was approved and issuedloan_rejected: advertiser rejected the customerloan_paid: loan fully repaidloan_defaulted: customer defaulted on the loanregistration, loan_issued, loan_rejected, loan_paid, loan_defaulted received: status update recorded and publisher notification triggeredignored: update received but already processed (duplicate)received, ignored