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

  1. Get API Access: Register for your demo account
  2. Configure Your Setup: Choose between Fast Track or Comprehensive configuration with our sales team.
  3. Set Up Webhooks: Configure endpoints to receive verification completion notifications
  4. Test Integration: Use our sandbox environment with test CURPs
  5. Go Live: Switch to production with real identifiers

API Reference

Base URL: https://api.burodeingresos.com

Key Endpoints:

  • POST /verifications - Single verification request
  • POST /verifications/bulk - Batch verification requests
  • GET /verifications/{id} - Check verification status
  • GET /summary/{identifier} - Get employment summary
  • GET /employment-history/{identifier} - Get detailed employment records
  • GET /invoices/{identifier} - Get income documentation

Need Help?


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.