Smart BNPL Eligibility Estimator
Get an instant estimate of your eligibility for Buy Now, Pay Later financing.
Enter Your Financial Profile
Your BNPL Eligibility Estimate
Please enter your profile details on the first tab and click "Next" to see your estimate.
No payment plan available.
'; if (result.paymentPlan.length > 0) { paymentPlanHtml = `
${result.paymentPlan.map(p => `
`).join('')}
`;
}
resultOutput.innerHTML = `
${p.due}
$${p.amount.toFixed(2)}
Eligibility: ${result.verdict}
Based on your profile, your estimated eligibility score is ${Math.max(0, result.score)} out of 100.
Analysis Breakdown
-
${result.reasons.map(r => `
- ${r} `).join('')}
Simulated Offer
Estimated Approval Amount: $${result.approvedAmount.toFixed(2)}
A typical payment plan could be:
${paymentPlanHtml}