I'm building a payroll lending product where we verify employment before issuing loans. The Mexico employee verification API I need should confirm: the borrower is actively enrolled with IMSS, their NSS matches their RFC, and they have at least 6 months of contribution history.
Does any single API cover all three of those checks? Or do I need to chain IMSS API + NSS API + RFC API separately? Also what happens when IMSS data is delayed — contributions are typically reported monthly by employers, so there can be a lag.
I'm building a payroll lending product where we verify employment before issuing loans. The Mexico employee verification API I need should confirm: the borrower is actively enrolled with IMSS, their NSS matches their RFC, and they have at least 6 months of contribution history.
Does any single API cover all three of those checks? Or do I need to chain IMSS API + NSS API + RFC API separately? Also what happens when IMSS data is delayed — contributions are typically reported monthly by employers, so there can be a lag.