From 3d14443ca644e042d61e80710e511035428b4fd6 Mon Sep 17 00:00:00 2001 From: Gilles Renoux <144710412+GillesInnov35@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:27:48 +0200 Subject: [PATCH 1/3] Management-of-an-optional-threshold-for-tenureDateCheck Management of an optional threshold for tenureDateCheck --- code/API_definitions/kyc-tenure.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/API_definitions/kyc-tenure.yaml b/code/API_definitions/kyc-tenure.yaml index b0f4735..51b0968 100644 --- a/code/API_definitions/kyc-tenure.yaml +++ b/code/API_definitions/kyc-tenure.yaml @@ -21,6 +21,8 @@ info: The endpoint request body is a JSON object with the following parameters: - `tenureDate`: The date from which continuous tenure of the identified network subscriber is required to be confirmed. This field is always required. - `phoneNumber`: The network subscription identifier (i.e. the phone number of the subscriber). This field is only required if no network subscription identifier is associated with the access token. + + Note: MNOs may implement a threshold for the tenureDate aligned with their respective regulations. In that case if the tenureDate value in the request body is over the operator's threshold an error `400 OUT_OF_RANGE `is returned with an explicit message to explain the limitation. ## Outputs From e49260d4d74b601dd4a35aaa4ebbcfe18eb595e8 Mon Sep 17 00:00:00 2001 From: Gilles Renoux <144710412+GillesInnov35@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:35:46 +0100 Subject: [PATCH 2/3] Update kyc-tenure.yaml --- code/API_definitions/kyc-tenure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/kyc-tenure.yaml b/code/API_definitions/kyc-tenure.yaml index 51b0968..5a862b1 100644 --- a/code/API_definitions/kyc-tenure.yaml +++ b/code/API_definitions/kyc-tenure.yaml @@ -21,7 +21,7 @@ info: The endpoint request body is a JSON object with the following parameters: - `tenureDate`: The date from which continuous tenure of the identified network subscriber is required to be confirmed. This field is always required. - `phoneNumber`: The network subscription identifier (i.e. the phone number of the subscriber). This field is only required if no network subscription identifier is associated with the access token. - + Note: MNOs may implement a threshold for the tenureDate aligned with their respective regulations. In that case if the tenureDate value in the request body is over the operator's threshold an error `400 OUT_OF_RANGE `is returned with an explicit message to explain the limitation. ## Outputs From fb657021f9127b813f14fe33505beba783d1c782 Mon Sep 17 00:00:00 2001 From: Gilles Renoux <144710412+GillesInnov35@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:07:05 +0100 Subject: [PATCH 3/3] Update kyc-tenure.yaml --- code/API_definitions/kyc-tenure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/kyc-tenure.yaml b/code/API_definitions/kyc-tenure.yaml index 5a862b1..0704f0a 100644 --- a/code/API_definitions/kyc-tenure.yaml +++ b/code/API_definitions/kyc-tenure.yaml @@ -21,7 +21,7 @@ info: The endpoint request body is a JSON object with the following parameters: - `tenureDate`: The date from which continuous tenure of the identified network subscriber is required to be confirmed. This field is always required. - `phoneNumber`: The network subscription identifier (i.e. the phone number of the subscriber). This field is only required if no network subscription identifier is associated with the access token. - + Note: MNOs may implement a threshold for the tenureDate aligned with their respective regulations. In that case if the tenureDate value in the request body is over the operator's threshold an error `400 OUT_OF_RANGE `is returned with an explicit message to explain the limitation. ## Outputs