Getting Started
Start the verification using the individual’s identifier and get notified via webhook once it’s completed.

Real-Time vs Batch
Real-Time Verification (Recommended for Onboarding)
Perfect for loan applications and customer onboarding where you need immediate results:
# Single verification request
curl -X POST https://api.burodeingresos.com/verifications \
-H "Content-Type: application/json" \
-d '{
"identifier": "CURP1234567890"
}'
Response time: Under 60 seconds for partial employment history + invoices
Batch Processing (Recommended for Portfolio Analysis)
Ideal for analyzing existing customer portfolios or processing large datasets:
# Bulk verification request
curl -X POST https://api.burodeingresos.com/verifications/bulk \
-H "Content-Type: application/json" \
-d '[
{"identifier": "CURP1234567890"},
{"identifier": "CURP1234567891"}
]'
Response time: 4-8 minutes for complete employment history + invoices
Data Extraction Options
We offer flexible configurations to match your business needs:
⚡ Fast Track
- Employment: Partial history (current month) via IMSS
- Invoices: Complete Buró de Ingresos data
- Use case: Real-time onboarding and loan applications
- Response time: Under 60 seconds
🔍 Deep Dive
- Employment: Complete history via detailed IMSS extraction, with ISSSTE as backup
- Invoices: Complete invoices data from partners
- Use case: In-depth risk analysis and portfolio reviews
- Response time: 4-8 minutes
Getting Started
- Get API Access: Register for your demo account
- Configure Your Setup: Choose between Fast Track or Comprehensive configuration with our sales team.
- Set Up Webhooks: Configure endpoints to receive verification completion notifications
- Test Integration: Use our sandbox environment with test CURPs
- Go Live: Switch to production with real identifiers
API Reference
Base URL: https://api.burodeingresos.com
Key Endpoints:
POST /verifications
- Single verification requestPOST /verifications/bulk
- Batch verification requestsGET /verifications/{id}
- Check verification statusGET /summary/{identifier}
- Get employment summaryGET /employment-history/{identifier}
- Get detailed employment recordsGET /invoices/{identifier}
- Get income documentation
Need Help?
- 📚 Documentation: Complete API reference and guides.
- 🎯 Sales: Book a call with our sales team
Ready to transform your employment verification process? Get started with your free demo account and see the difference that simplified, government-verified employment data can make for your business.
Updated 1 day ago