Categorize a Natural User
Transition a Natural Payer to Owner and enroll them in SCA
This endpoint allows you to transition a user whose UserCategory
is PAYER
into an OWNER
by providing the required information and redirecting them on the PendingUserAction.RedirectUrl
response value to complete SCA enrollment.
Optionally, you can update the Email
and provide or update the PhoneNumber
and PhoneNumberCountry
before SCA redirection.
If the user’s UserCategory
is already OWNER
, use the POST Enroll a User in SCA endpoint to obtain an SCA session link.
Read more about SCA redirection →
Note – Country-based restrictions apply to users
Due to Mangopay’s country restrictions, it is not possible to use blocked countries as the following:
Nationality
CountryOfResidence
Body parameters
Allowed values: OWNER
The new category of the user, which must be OWNER
.
Allowed values: true
Whether the user has accepted Mangopay’s terms and conditions (as defined by your contract, see the T&Cs guide for details).
Format: A valid email address
The individual’s email address.
The date of birth of the individual.
Note: This is a Unix timestamp in UTC. Ensure you convert your timezone to UTC to avoid midnight being interpreted as the day before.
Format: Two-letter country code (ISO 3166-1 alpha-2 format)
The nationality of the individual.
Format: Two-letter country code (ISO 3166-1 alpha-2 format)
The country of residence of the individual.
Format: International E.164 standard (prefixed by plus sign and country code) or local format
The individual’s phone number. The local format (recommended) requires PhoneNumberCountry
to ensure correct formatting.
If present, the phone number forms part of card transaction data that is passed to issuers to improve authentication rates.
For users with UserCategory
OWNER
, the phone number is used to pre-populate the SCA session for them to confirm and receive an SMS OTP. If the individual modifies the phone number during the session, this data is not updated in the API.
Format: Two-letter country code (ISO 3166-1 alpha-2 format)
Required if the PhoneNumber
is provided in local format (recommended), to render the value in the E.164 standard.
Responses
Was this page helpful?