Create a Natural User
Read more about the Natural User object →
Note – Country-based restrictions apply to users
Due to Mangopay’s , it is not possible to create or modify users using blocked countries.
For Natural Users, the following parameters are concerned:
Nationality
CountryOfResidence
Country
of theAddress
For more information, see the Country restrictions article.
Body parameters
The postal address of the user.
Max. length: 100 characters
The first name of the user.
Max. length: 100 characters
The last name of the user.
Required if UserCategory
is OWNER
. Returned null
if UserCategory
is PAYER
.
The date of birth of the user.
Note: Ensure this Unix timestamp accounts for your timezone to avoid midnight being interpreted as the day before.
Allowed values: Two-letter country code (ISO 3166-1 alpha-2 format).
Required if UserCategory
is OWNER
. Returned null
if UserCategory
is PAYER
.
The nationality of the user.
Allowed values: Two-letter country code (ISO 3166-1 alpha-2 format).
Required if UserCategory
is OWNER
. Returned null
if UserCategory
is PAYER
.
The country of residence of the user.
Max. length: 255 characters
The occupation of the user.
Returned null
if UserCategory
is PAYER
.
Allowed values: 1, 2, 3, 4, 5, 6
The bracket indicating the income of the user. The brackets are:
- 1: < 18K
- 2: 18K - 30K
- 3: 30K - 50K
- 4: 50K - 80K
- 5: 80K - 120K
- 6: > 120K
Returned null
if UserCategory
is PAYER
.
Max. length: 255 characters
Custom data that you can add to this object.
Format: A valid email address
The email address of the user.
Default value: false
Whether the user has accepted Mangopay’s terms and conditions (as defined by your contract).
If this value is not true
, Owners will be limited in their use of Mangopay.
Default value: PAYER
Allowed values: PAYER, OWNER
The category of the user:
PAYER
– User who can only make pay-ins to their wallet and transfers to other wallets.OWNER
– User who can do everything a Payer can, plus receive transfers to their wallet. To request payouts, an Owner user’sKYCLevel
must beREGULAR
. For more information, see the Verification section.
Responses
Was this page helpful?