v1
latestOpenAPI 3.0.32026-07-242644125.9 KBVerifications
Create Verification
Initiates a new verification process. Use an 18-char CURP for individuals or a 12-char RFC for businesses.
post/verifications
Request body
Example request
{
"identifier": "CUAI911021MOCRQS09",
"external_id": "USER_67890_VERIFICATION_001",
"rfc": "ABCD123456XYZ",
"phone": "+525512345678",
"email": "user@example.com"
}Response
Verification process initiated successfully. The process is asynchronous. A webhook will be sent upon completion. The response includes the verification ID and initial status, along with the consent_id that was automatically found.