You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.youtube.com/watch?v=sBMx9G4cKy4)
37
27
38
28
## Overview of the Device Location Verification CAMARA API
[](https://www.youtube.com/watch?v=MmQK8dg1Poo)
[](https://www.youtube.com/watch?v=FUQGNlMwYSg)
[](https://www.youtube.com/watch?v=ovVWzyx34Do)
| device > **networkAccessIdentifier** / **phoneNumber** / **ipv4Address** / **ipv6Address** ends in **9**| 409 | code: "CONFLICT"<br>message: "Another session is created for the same UE" |
33
+
| device > **networkAccessIdentifier** / **phoneNumber** / **ipv4Address** / **ipv6Address** ends in **9**| 409 | code: "CONFLICT"<br/>message: "Another session is created for the same UE" |
34
34
|**duration** Not in range **1...86400** seconds | 400 | message: error on duration not in range |
|**device** > **networkAccessIdentifier** / **phoneNumber** / **ipv4Address** / **ipv6Address** ends in **4**| 404 | message: Device not found |
59
59
|**maxAge** included and > 14400 | 404 | message: Device not found in the given maxAge |
60
-
|**maxAge** not included<br>**center** > **latitude** round to integer ends in **0**| 200 | verificationResult: **"UNKNOWN"**|
61
-
|**maxAge** included<br>**center** > **latitude** round to integer ends in **0**| 200 | verificationResult: **"UNKNOWN"**<br>lastLocationTime: (30 minutes + maxAge) to now |
62
-
|**center** > **latitude** round to integer ends in **1**| 200 | verificationResult: **"PARTIAL"**<br>lastLocationTime: (30 minutes + maxAge) to now<br>matchRate: something between 50 if radius=2 and 99 if radius=200 |
60
+
|**maxAge** not included<br/>**center** > **latitude** round to integer ends in **0**| 200 | verificationResult: **"UNKNOWN"**|
61
+
|**maxAge** included<br/>**center** > **latitude** round to integer ends in **0**| 200 | verificationResult: **"UNKNOWN"**<br/>lastLocationTime: (30 minutes + maxAge) to now |
62
+
|**center** > **latitude** round to integer ends in **1**| 200 | verificationResult: **"PARTIAL"**<br/>lastLocationTime: (30 minutes + maxAge) to now<br/>matchRate: something between 50 if radius=2 and 99 if radius=200 |
63
63
|**center** > **latitude** round to integer is **even**| 200 | verificationResult: **"TRUE"**|
64
64
|**center** > **latitude** round to integer is **odd**| 200 | verificationResult: **"FALSE"**|
| Any invalid input | 400 | message: Details on the invalid input value |
79
-
| Valid input | 200 | For every input value, response includes...<br>match: boolean<br>matchScore: 0...100 (only for some keys)<br>Those will be the result of matching the request data with a [mock user persona](https://github.com/camaraproject/KnowYourCustomer/blob/a2575b08550640999614a43dd2146ceab6b6e469/code/API_definitions/kyc-match.yaml#L105)|
79
+
| Valid input | 200 | For every input value, response includes...<br/>match: boolean<br/>matchScore: 0...100 (only for some keys)<br/>Those will be the result of matching the request data with a [mock user persona](https://github.com/camaraproject/KnowYourCustomer/blob/a2575b08550640999614a43dd2146ceab6b6e469/code/API_definitions/kyc-match.yaml#L105)|
80
80
81
81
### KYC Age Verification (v0.1)
82
82
@@ -105,4 +105,4 @@ It will determine which mock user persona is used to verify the line holding ten
Copy file name to clipboardExpand all lines: v0/gettingstarted/sandbox/postmaninteraction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ To use an environment in Postmam:
56
56
57
57
1. Select the desired environment by clicking on the drop-down menu in the top right corner of the interface.
58
58
2. The variables defined in the environment will be available for use in collection requests. Collection requests already use the following environment variables in the format
59
-
{{variable_name}}. You simply need to edit the environment, after importing it, and modify
59
+
`{{variable_name}}`. You simply need to edit the environment, after importing it, and modify
60
60
them according to your own test configuration:
61
61
-**‘api-gateway-url** - Fixed. Should not be changed if you want to run your tests on the Sandbox. Its value is https://sandbox.opengateway.telefonica.com/apigateway
62
62
-**‘application-client-id’** - Value that identifies each of the apps you have registered in the Sandbox. You can check it in the ‘My apps’ section.
0 commit comments