Appearance
!--methodPOST--!/generateLead ā
Generate a loan lead for quoting.
Broker APIPersonal LoanAuto Loan
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | N/A |
Response | application/json |
ā¹ļø Examples ā
Response
json
{
"data": {
"customerId": 530641,
"hash": "kMyod6yHAmGcQF7oyDrPZ3FPaGR5XxtihUUlucZSyuUC3zIGB4Gjcx37v2rZ",
"joint_application": 0,
"partner_id": "now-finance-direct",
"loan_purpose": null,
"loan_purpose_description": null,
"loan_amount": null,
"app_status": "Lead",
"interest_rate": null,
"comparison_rate": null,
"total_amount_inc_fees": null,
"establishment_fee": null,
"debit_fee": null,
"repayment_frequency": null,
"repayment_amount": null,
"repayments_count": 1,
"loan_term": null,
"application_number": null,
"application_status": "Lead",
"no_of_debts": 0,
"first_name": null,
"last_name": null,
"middle_name": null,
"email": null,
"dob": null,
"gender": null,
"mobile": null,
"score": null,
"cr_score": null,
"one_score": null,
"nfp_cr_score": 0,
"nfp_cr_secured_score": 0,
"marital_status": null,
"residential_status": null,
"length_residence": null,
"income_frequency": null,
"dependents": null,
"primary_id_type": null,
"id_type": null,
"employment_status": null,
"address": null,
"current_unit_number": null,
"current_street_number": null,
"current_street_name": null,
"current_street_type": null,
"current_suburb": null,
"current_state": null,
"current_postcode": null,
"previousaddress": null,
"prevs_unit_number": null,
"previous_street_number": null,
"previous_street_name": null,
"previous_street_type": null,
"previous_suburb": null,
"previous_state": null,
"previous_postcode": null,
"partner_first_name": null,
"partner_middle_name": null,
"partner_last_name": null,
"partner_email": null,
"partner_dob": null,
"partner_marital_status": null,
"partner_residential_status": null,
"partner_length_residence": null,
"partner_income_frequency": null,
"partner_current_state": null,
"partner_current_postcode": null,
"partner_gender": null,
"partner_bank_statement_status": false,
"partner_employment_status": null,
"partner_employed": null,
"partner_score": null,
"partner_cr_score": null,
"partner_one_score": null,
"partner_nfp_cr_score": 0,
"partner_nfp_cr_secured_score": 0,
"genesis_decline_rules": null,
"enable_bank_statements_module": true,
"bank_statement_status": false,
"secured_application": 0,
"security_type": null,
"engine_number": null,
"family_or_model": null,
"asset_class": null,
"registration_jurisdiction": null,
"make": null,
"category": null,
"vehicle_identification_number": null,
"variant": null,
"drivetrain": null,
"guide_asset_code": null,
"model_year": null,
"value_determined_by_origination": null,
"trailer_registration_jurisdiction": null,
"trailer_registration_number": null,
"boat_trailer_description": null,
"boat_length_metres": null,
"hull_identification_number": null,
"body_type_description": null,
"series": null,
"axle": null,
"berths": null,
"style": null,
"manual_entry": 0,
"date_added": "2024-08-19T03:04:22.000000Z",
"lead_id": null,
"network_id": null,
"dealer_id": null,
"braze_external_id": null,
"oe_application_key": null,
"applicant_oe_hash_key": null,
"partner_oe_hash_key": null,
"external_id": null,
"pcr_id": null,
"origination_id": null,
"origination_user_name": null,
"braze_partner_external_id": null,
"page_url": "https://staging.nowfinance.com.au/partner-customer-landing?&pcr_id=",
"campaign_url": "https://getmyrate.staging.nowfinance.com.au/?return=kMyod6yHAmGcQF7oyDrPZ3FPaGR5XxtihUUlucZSyuUC3zIGB4Gjcx37v2rZ&",
"digital_id": {
"main_result": null,
"recorded": null,
"checks": {
"liveness": null,
"face_match": null,
"dvs": null,
"details_match": null,
"document_fraud": null
},
"attempts_remaining": null,
"completed_at": null,
"partner_main_result": null,
"partner_recorded": null,
"partner_checks": {
"liveness": null,
"face_match": null,
"dvs": null,
"details_match": null,
"document_fraud": null
},
"partner_attempts_remaining": null,
"partner_completed_at": null
},
"origination_fee": 0,
"product_type": null,
"loan_contract": {
"eligibility": false,
"details": {
"bank_account": null,
"repayment_schedule": null
},
"loan_progress": {
"email_verified": {
"main": false
},
"payment_details_uploaded": false,
"signed_loan_contract": {
"main": false
}
}
},
"loan_repayment_options": [],
"customer_risk_tier": null,
"mlops_logs": null,
"src": null,
"traffic_source": null,
"risk_tier_logs": null,
"not_eligible_reason": null,
"rate_plan": null,
"is_direct": true,
"age_of_credit_file": null,
"partner_age_of_credit_file": null
}
}
json
{
"message": "Unauthenticated."
}