Notifications
- New message received
- Payment successful
- Server warning
How can we help you?
Search our documentation for guides, tutorials, API references, and more
Getting Started
Quick setup guide and basic configuration
API Reference
Complete API documentation and endpoints
Integrations
Connect with payment gateways & scoring APIs
Video Tutorials
Step-by-step video guides for all features
Loan Application Flow
NewComplete guide to setting up and customizing the loan application workflow for micro-loans and BNPL.
AI Credit Scoring Configuration
AdvancedLearn how to configure and fine-tune the AI-powered credit scoring system for accurate risk assessment.
EMI Schedule & Repayment Setup
Configure EMI schedules, set up automated reminders, and manage repayment collections efficiently.
Automated Risk Alerts System
CriticalSet up real-time alerts for risk anomalies, default predictions, and collection triggers.
BNPL Configuration Guide
Complete setup guide for Buy Now Pay Later plans, merchant integration, and installment configuration.
KYC Verification Workflow
Implement compliant KYC verification with document scanning, face match, and automated approval workflows.
Popular Topics
Latest Updates
AI Churn Prediction
Added new ML model docs
BNPL Rules Engine
Updated configuration guide
Collection APIs
New v3 endpoints added
Need Help?
Can't find what you're looking for? Our support team is here to help.
Quick Start Guide
BeginnerGet up and running with LoanProX in under 10 minutes with this comprehensive quick start guide.
5 steps • 10 min
Loan Products
IntermediateLearn how to create and configure different loan products for micro-loans and BNPL plans.
8 steps • 20 min
Risk Management
AdvancedDeep dive into risk assessment, collections workflow, and default prediction systems.
12 steps • 45 min
Compliance & KYC
IntermediateSet up compliant KYC verification, document management, and audit logging.
6 steps • 15 min
Reports & Analytics
BeginnerGenerate portfolio reports, EMI breakdowns, and custom analytics dashboards.
4 steps • 8 min
Merchant Onboarding
IntermediateOnboard merchants, configure BNPL partnerships, and manage commission structures.
7 steps • 18 min
API Reference
Authentication
v3.2LoanProX uses API keys to authenticate requests. Include your API key in the Authorization header of all requests.
Authorization: Bearer lpx_sk_live_xxxxxxxxxxxx
Content-Type: application/json
X-Api-Version: 2024-01-15
Base URL
https://api.loanprox.io/v3
Example Request
curl -X POST "https://api.loanprox.io/v3/loans/applications" \
-H "Authorization: Bearer lpx_sk_live_xxxx" \
-H "Content-Type: application/json" \
-d '{
"borrower_id": "bwr_123456",
"amount": 5000,
"currency": "USD",
"product_id": "prod_micro_30d",
"purpose": "working_capital"
}'
Loans Endpoints
/loans/applications
/loans
/loans/:id
/loans/:id
/loans/:id/disburse
Dashboard Overview
Complete walkthrough of the LoanProX dashboard interface and key features.
AI Credit Scoring Setup
Learn how to configure and train the AI credit scoring model for your business.
EMI Configuration
Step-by-step guide to setting up EMI schedules and repayment reminders.
BNPL Integration
Complete merchant onboarding and BNPL plan configuration tutorial.
Risk Alert Configuration
Set up automated risk alerts and collection triggers for your portfolio.
KYC Verification Flow
Implement document verification and automated KYC approval workflows.
Version 3.2.0
Released on November 25, 2025
New Features
- AI-powered churn prediction with 95% accuracy
- BNPL Rules Engine for dynamic installment configuration
- Advanced borrower segmentation and cohort analysis
Improvements
- Faster API response times (40% improvement)
- Enhanced dashboard performance with lazy loading
Bug Fixes
- Fixed EMI calculation edge case for leap years
- Resolved webhook delivery delays during peak hours
Version 3.1.5
Released on November 10, 2025
- Added support for custom risk score thresholds
- Improved collection queue management
- Fixed timezone handling in repayment schedules
Version 3.1.0
Released on October 28, 2025
- Introduced merchant commission management
- New API endpoints for bulk loan operations
- Enhanced KYC document verification accuracy