Skip to content

Commit

Permalink
Merge pull request #61 from fernandopradocabrillo/release-0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
fernandopradocabrillo authored Mar 8, 2024
2 parents 01e980f + 42b6236 commit d90effe
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog Know Your Customer

## Table of Contents

- [v0.1.0](#v010)

**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.**


# v0.1.0

**This is the first alpha version of the KYC APIs.**

- API [definition](https://github.com/camaraproject/KnowYourCustomer/tree/main/code/API_definitions)

* Note: API documentation is embedded in the YAML files.

## Please note:

- This is an alpha version, it should be considered as a draft.

## What's changed

* New API `KYC Match`, v0.1.0, with a single operation for Match Identity:
- compare the information it (Service Provider, SP) has for a particular mobile phone user with that on file (and verified) by the mobile phone user's Operator in their own KYC records, in order for the SP to confirm the accuracy of the information and provide a specific service to the mobile phone use.

* New API `KYC Fill-In`, v0.1.0, with a single operation for Fill-In identity form:
- request and receive the information for a particular user, which on file (and verified) by the user's Operator in their own KYC records, in order for the SP to confirm the accuracy of the information and provide a specific service to the user.

2 changes: 1 addition & 1 deletion code/API_definitions/kyc-fill-in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html

version: 0.1.0-rc
version: 0.1.0

servers:
- url: '{apiRoot}/{basePath}'
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/kyc-match.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html

version: 0.1.0-rc
version: 0.1.0


servers:
Expand Down

0 comments on commit d90effe

Please sign in to comment.