RFCCheck Docs

Introduction

Build RFC validation into your product. Six endpoints, REST/JSON, webhook delivery for async work.

RFCCheck is a REST API that validates Mexican RFC numbers against the SAT database in real time. Use it from your invoicing pipeline, your CRM, or any flow that needs to confirm a taxpayer exists before you bill them.

What you can do

Each endpoint is scoped to what you already know. Skipping the cert lookup saves ~1-3s; skipping the zip search saves ~10-15s. Pick the one that fits the data you already have.

Conventions

  • All endpoints are POST, accept JSON, and return JSON.
  • Base URL: https://rfccheck.com/v1
  • Authentication: pass x-api-key on every request.
  • Long-running endpoints (validate, find-zip, verify-batch) accept an optional webhook_url to deliver the result async.

Next steps