How to build RFC customer verification into signup?
juan_api opened this thread ·
· 0 replies
rfc-customer-verificationkycsignupmexico
Question
J
juan_apiAsker
building a marketplace for Mexico and want to add rfc customer verification before sellers can list products. basically just want to confirm the seller is a real registered taxpayer — prevents dummy accounts.
what's the simplest integration? i don't need tons of data, just: is this RFC real and active? ideally a single API call with a boolean response plus the registered name. do any providers offer this stripped-down endpoint rather than a full enrichment payload?
also wondering about error handling — what if SAT is down? do I fail open (allow the user through) or fail closed (block until verified)? curious what others do for rfc customer verification in practice.
building a marketplace for Mexico and want to add rfc customer verification before sellers can list products. basically just want to confirm the seller is a real registered taxpayer — prevents dummy accounts.
what's the simplest integration? i don't need tons of data, just: is this RFC real and active? ideally a single API call with a boolean response plus the registered name. do any providers offer this stripped-down endpoint rather than a full enrichment payload?
also wondering about error handling — what if SAT is down? do I fail open (allow the user through) or fail closed (block until verified)? curious what others do for rfc customer verification in practice.