Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/API_definitions/kyc-match.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ info:

In cases where personal data is processed by the API and users can exercise their rights through mechanisms such as opt-in and/or opt-out, the use of three-legged access tokens is mandatory. This ensures that the API remains in compliance with privacy regulations, upholding the principles of transparency and user-centric privacy-by-design.

version: 0.4.0
version: wip
x-camara-commonalities: 0.6

license:
Expand Down
6 changes: 3 additions & 3 deletions code/Test_definitions/kyc-match.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Know Your Customer Match API, v0.4.0 - Operation KYC_Match
Feature: CAMARA Know Your Customer Match API, vwip - Operation KYC_Match
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -8,11 +8,11 @@ Feature: CAMARA Know Your Customer Match API, v0.4.0 - Operation KYC_Match
# Testing assets:
# * A mobile line identified by its phone number "phoneNumber"
#
# References to OAS spec schemas refer to schemas specifies in kyc-match.yaml, version 0.4.0
# References to OAS spec schemas refer to schemas specifies in kyc-match.yaml

Background: Common KYC_Match setup
Given an environment at "apiRoot"
And the resource "/kyc-match/v0.4/match"
And the resource "/kyc-match/vwip/match"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down