Additional request properties
The RP can include additional properties to some of the requests for requesting some desired behaviour using the request parameter requestProperties
.
Any unsupported property will be ignored and will be listed in the ignoredProperties
parameter of the Session status response.
Mobile Device IP sharing
Mobile device IP address is shared to authorized RP, who are able to use the data in their transaction monitoring mechanisms to detect unauthorized or fraudulent transactions by comparing this shared IP address with the IP address, that person
represents to the RP during interaction with RP services.
The IP address is saved to the RP session when person
reacts to the RpRequest
with one of its mobile devices. Saved IP address is returned to the RP in the session status response only if all of the following are true:
-
The RP has privileges to request mobile device IP address (default configuration does not allow the IP sharing).
-
The RP requests the mobile device IP address via
requestProperties
of RP request. The optional property optionshareMdClientIpAddress
must be set totrue
. If property is not defined, or is set tofalse
in the RP request, IP address won’t be shared in session. -
The RP session is complete.
-
The mobile device IP address was successfully saved to the RP session.