Business Data

Reference for all fields returned by the Buró de Ingresos API when verifying a business (persona moral). Businesses are identified by a 12-character RFC.

Consent

Consent is identical for individuals and businesses. The business identifier is a 12-char RFC. For the full payload, response shape, and data dictionary, see the Consents page.


Verification

The Verification object is shared between Individual and Business. See the Verifications page for the lifecycle, the full object reference, and the entities available for Business identifiers (business_profile, invoices).


Business Profile

Business identity data returned from GET /business-profile/{identifier}.

Field NameTypeDescriptionExampleNotes
identifierstringRFC used to retrieve the business profile."MNT850612KR4"Business RFC.
updated_atstring (ISO 8601)Timestamp of the last data update."2026-04-06T19:21:47.939077Z"UTC.
business_info.legal_namestringLegal registered name of the business."MATERIALES Y CONSTRUCCIONES DEL NORTE SA DE CV"
business_info.commercial_namestringTrade name, if available."SERVINORTE"Empty string if not available.
business_info.rfcstringRFC of the business."MNT850612KR4"Business RFC.

Invoice

Invoices for a business are retrieved from GET /invoices/{identifier} using the business RFC. Both invoices issued by and invoices received by the business are returned.

The invoice object is identical for individuals and businesses. See Invoices for the full field reference, the invoice types, and how to compute income from them.


Did this page help you?