Overview
Allows the client to validate a personal number before using it to apply for a Legal Identity.HTTP request
POST /Agent/Legal/ValidatePNr
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PCountryCode | ISO 3166-1 country code. |
| PPNr | Personal number entry to validate. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PCountrySupported | If country is supported and recognized by the personal number validator on the broker. |
| PIsValid | If the entry was found to be valid. |
| PNormalized | The normal form of the personal number entry. |