GET/infonavit/loan-20%$5 USDT/call$4 USDT/call

Free billing instructions: No billing will be charged in case of abnormalities
Billing instructions for empty value: The interface is limited to 10 free empty value times per day
Empty value definition: The server query result is empty and no data was found

Query the Infonavit loan contract information for the given CURP, showing the loan balance and repayment status.

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 200JSON

{
  "data": {
    "loan_grant_date": "03 febrero 2017",
    "currency": "PESOS",
    "loan_amount_pesos": "$  242,025.12",
    "loan_status": "CREDITO ACTIVO",
    "is_paid_off": false,
    "balance_current": "$  212,899.16",
    "payoff_balance_pesos": "$  213,143.18"
  },
  "status": 200,
  "message": "Found",
  "success": true
}