From 7d7a9fc2d961151dd06bbcefd89943c0b0317739 Mon Sep 17 00:00:00 2001 From: Diego Rivera Date: Thu, 12 Dec 2024 17:55:35 +0100 Subject: [PATCH] Minor changes refs a538e990b2f8284e1b3ad22f9e3ae635701b3981 --- catalog/knowyourcustomer/kyc_match_openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/knowyourcustomer/kyc_match_openapi.yaml b/catalog/knowyourcustomer/kyc_match_openapi.yaml index 7cfd39a..d29b5b4 100644 --- a/catalog/knowyourcustomer/kyc_match_openapi.yaml +++ b/catalog/knowyourcustomer/kyc_match_openapi.yaml @@ -807,8 +807,8 @@ components: In addition to regular scenario of `PERMISSION_DENIED`, another scenarios may exist: - Phone number cannot be deducted from access token context.(`{"code": "KNOW_YOUR_CUSTOMER.INVALID_TOKEN_CONTEXT","message": "Phone number mismatch with access token context"}`) - - The idDocument property is missing.(`{"code": "KNOW_YOUR_CUSTOMER.ID_DOCUMENT_REQUIRED","message": "The idDocument is required to perform the properties validation"}`) - - The idDocument does not match the one associated to the provided phoneNumber in the OB systems.(`{"code": "KNOW_YOUR_CUSTOMER.ID_DOCUMENT_MISMATCH","message": "The idDocument needs to match the one associated with the provided phoneNumber"}`) + - If the `idDocument` property is required by the operator and it is missing.(`{"code": "KNOW_YOUR_CUSTOMER.ID_DOCUMENT_REQUIRED","message": "The idDocument is required to perform the properties validation"}`) + - If the `idDocument` property is required by the operator and it does not match the one associated to the provided `phoneNumber` in the operator systems.(`{"code": "KNOW_YOUR_CUSTOMER.ID_DOCUMENT_MISMATCH","message": "The idDocument needs to match the one associated with the provided phoneNumber"}`) content: application/json: