personalInfo
object.
- This field is specifically used for Mexican users to store their RFC (Registro Federal de Contribuyentes), which is required for regulatory and tax compliance in Mexico.
- The
taxId
follows the RFC format. You can find more information about the RFC format here.
Example:
ThepersonalInfo
object has been updated to include the taxId
field, as shown below:
- Usage Notes:
- The
taxId
is required for all Mexican users (country: "MX"
). - Ensure that the
taxId
is correctly formatted according to the RFC guidelines for proper validation and compliance.
- The