POST
Gathered browser collection information gets sent to the 3DSS. It gets send as JSON object encoded as base64.
Collects the client information by threeDSServerTransID and cardholderBrowserObjectModelInfoAsJson
| Name | Pattern | Mandatory | Description |
|---|---|---|---|
| threeDSServerTransID | Length: 36 characters JSON Data Type: String Value accepted: Canonical format as defined in IETF RFC 4122. May utilise any of the specified versions if the output meets specified requirements |
Mandatory | A unique identifier for the transaction that will be the same as the 3DS Server Transaction ID in the AReq |
| cardholderBrowserObjectModelInfoAsJson | JSON Data Type: Object | Mandatory | The object of Browser info that was collected in /api/browserinfo/{threeDSServerTransID} call |
As a response the valid html page with the following information is returned: ThreeDSMethod is done
threeDSServerTransID "dad61609-702d-4fce-845e-6e97bd43276b"
cardholderBrowserObjectModelInfoAsJson {"browserScreenHeight":864,"browserScreenWidth":1536,"browserColorDepth":24,"browserTZ":-240,"browserJavaEnabled":false,"browserJavaScriptEnabled":true,"browserLanguage":"en-US"}
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Notification</title>
</head>
<body>
<p style="display: none;">ThreeDSMethod is done</p>
</body>
</html>