v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Mexico RFC

Validate CURP and RFC numbers to validate users are eligible to pay taxes

post/mx/rfc

Request body

callbackUrlstring required

Webhook URL

CURPstring required

User's CURP or RFC number

Response

200

{"stackTrail":"paths:/mx/rfc:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "data": {
    "curp": "AAAA000000HCHLRN00",
    "registeredTaxPayer": true
  }
}