What does the Peru RUC API return?
It returns RUC, business name, taxpayer type, status, condition and fiscal address when the official source has data available.
POST /v1/pe/rucGet the RUC, business name, status and fiscal address of any Peruvian taxpayer from their DNI. Real-time data from SUNAT.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
document_numberstringreqrucstringnamestringtypestringstatusstringconditionstringfiscal_addressstringIt returns RUC, business name, taxpayer type, status, condition and fiscal address when the official source has data available.
An 8-digit numeric document, sent as a string in the JSON body.
Edit the JSON and submit to see the taxpayer details.
curl https://api.usecroma.com/v1/pe/ruc \
-H "Authorization: Bearer $CROMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"document_number":"74849152"}'