API - Feb 19, 2026
API - Feb 19, 2026
Changed
Rules preventing Natural Users being used for non-personal accounts
To protect your platform and users, Mangopay now implements rules to prevent the Natural User object being used for individuals or entities whose activity should be registered and verified accordingly (as a Legal User, for example Soletrader).
To this end, Mangopay analyzes data in the Natural User object:
- The
Emailproperty must contain a personal email address – for example, using an individual’s name, such asjohn.doe@example.com,john@doe.com, or similar. Mangopay implements a rule that analyzes the word or characters before the@sign and the use of generic or professional words is not allowed – examples includeinfo@example.comandhr@example.com. - The
FirstNameandLastNameproperties must contain personal names. Mangopay analyzes these fields for indicators of legal entities such asLtd,GmbH, orSAS.
These rules may return an error when creating or updating a User with the UserCategory of OWNER on the following endpoints:
A user with the PAYER category is not impacted unless or until your platform attempts to assign them the OWNER value.
These rules apply in Production and Sandbox.
When either of these rules is triggered by one of the API calls above, the API returns this error:
Related to this change, the article on user types has been updated, including with guidance on when to register a user as a Natural User or Legal Soletrader.