Skip to content

Commit

Permalink
Minor changes refs a538e99
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotid committed Dec 12, 2024
1 parent dc0fa71 commit 7d7a9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/knowyourcustomer/kyc_match_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d7a9fc

Please sign in to comment.