.wpb_animate_when_almost_visible { opacity: 1; }

KYC Match - CAMARA - France 0.3

Integrate a programmable interface to seamlessly compare user information with verified data from the user's Operator, enhancing the accuracy and reliability of user verification processes.

Use this API Contact us

Getting started



Introduction

The CAMARA KYC Match API provides a standardized mechanism to customer with the ability to compare the information it (Service Provider, SP) has for a particular user with that 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

API Scope

The current API implementation covers all Orange France mobile lines.

Subscribe to the API

You get the Authorization header credentials when you register your application on the [Orange Developer Console] (https://developer.orange.com/myapps).

API Authentication

HTTPS requests to the REST API are protected with 3-Legged OAuth. To learn more about how Orange Developer handles authentication, please refer to our documentation.

In short, this API uses Authorization by code (aka three-legged OAuth) mechanism as the final user of the service is requested to give their consent in order to authorize this client application to access their resources.

Step 1: request the OAuth authorization code from the user device

To authenticate the end-user and obtain her/his consent a GET request must be sent to the authorize endpoint from the user device. This request must provide required parameters as described in Orange tech guide referred above. It is mandatory to provide a scope in this request. Orange implementation follows the CAMARA scope definition. The supported scopes are:

  • openid
  • dpv:FraudPreventionAndDetection
  • kyc-match:match

Once the end-user provides her/his consent, the Orange authorization server returns to the client application an authorization code.

Step 2: Request the OAuth access token

Once the client application got the authorization code, it has to get the access token protecting the resources. In order to retrieve it, the client application triggers a POST request to the token endpoint.

Like for previous steps, detailed attribute prerequisites are described in the Orange tech guide.

If the transaction succeeds, in the POST response, the acccess_token is provided.

Step 3: Access protected resources using OAuth access token

In order to call our API, the access_token is mandatory.

Specific documentation about number verification resources is provided below.

Go up

Summary of resources

This API has one resource match. MatchResult attribute provides in the response information about mobile equipment location check.

Summary of methods and URL

Use case of operationURL method
I want to confirm (using my application server/backend service) the identity of a customer by comparison to MNO user's information. Information which could be provided are phone number, given name, family name, street address, city, country, region, postal code, birthdate, email address, etc.POST "https://api.orange.com/camara/ofr/kyc-match/v0/match"

Go up

Summary of request body parameters

In bold parameters currently available in Orange France API

NameTypeDescriptionMandatory
phoneNumberstringSubscriber number in E.164 format (starting with country code). Optionally prefixed with '+'No
idDocumentstringId number associated to the official identity document in the country. It may contain alphanumeric charactersNo
namestringComplete name of the customer, usually composed of first/given name and last/family/sur- name in a country. Depending on the country, the order of first/give name and last/family/sur- name varies, and middle name could be included. It can use givenName, middleNames, familyName and/or familyNameAtBirth. For example, in ESP, name+familyName; in NLD, it can be name+middleNames+familyName or name+middleNames+familyNameAtBirth, etc
givenNamestringFirst/given name or compound first/given name of the customerNo
familyNamestringLast name, family name, or surname of the customerNo
nameKanaHankakustringComplete name of the customer in Hankaku-Kana format (reading of name) for JapanNo
nameKanaZenkakustringComplete name of the customer in Zenkaku-Kana format (reading of name) for JapanNo
middleNamesstringMiddle name/s of the customerNo
familyNameAtBirthstringLast/family/sur- name at birth of the customerNo
addressstringComplete address of the customer. For some countries, it is built following the usual concatenation of parameters in a country, but for other countries, this is not the case. For some countries, it can use streetName, streetNumber and/or houseNumberExtension. For example, in ESP, streetName+streetNumber; in NLD, it can be streetName+streetNumber or streetName+streetNumber+houseNumberExtensionNo
streetNamestringName of the street of the customer's address. It should not include the type of the streetNo
streetNumberstringThe street number of the customer's address. Number identifying a specific property on the 'streetName'No
postalCodestringZip code or postal codeNo
regionstringRegion/prefecture of the customer's addressNo
localitystringLocality of the customer's addressNo
countrystringCountry of the customer's address. Format ISO 3166-1 alpha-2No
houseNumberExtensionstringSpecific identifier of the house needed depending on the property type. For example, number of apartment in an apartment buildingNo
birthdatestringThe birthdate of the customer, in ISO 8601 calendar date format (YYYY-MM-DD)No
emailstringEmail address of the customer in the RFC specified format (local-part@domain)No
genderstringGender of the customer (Male/Female/Other)No

Summary of response parameters

In bold parameters currently available in Orange France API

NameTypeDescriptionMandatory
idDocumentMatchstringIndicates whether Id number associated to the id_document of the customer matches with the one on the Operator's systemNo
nameMatchstringIndicates whether the complete name of the customer matches with the one on the Operator's systemNo
nameMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the name stored in the operator's systemNo
givenNameMatchstringIndicates whether the complete given name of the customer matches with the one on the Operator's systemNo
givenNameMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the given name stored in the operator's systemNo
familyNameMatchMatchstringIndicates whether last name/ family name/ surname of the customer matches with the one on the Operator's systemNo
familyNameMatchMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the family name stored in the operator's systemNo
nameKanaHankakuMatchstringIndicates whether complete name of the customer in Hankaku-Kana format (reading of name) for Japan matches with the one on the Operator's systemNo
nameKanaHankakuMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the name in Hankaku-Kana format stored in the operator's systemNo
nameKanaZenkakuMatchstringIndicates whether complete name of the customer in Zenkaku-Kana format (reading of name) for Japan matches with the one on the Operator's systemNo
nameKanaZenkakuMatchScorefloatIndicat es the similarity score assigned to the input value when it does not exactly match the name in Zenkaku-Kana format stored in the operator's systemNo
middleNamesMatchstringIndicates whether the middle names of the customer matches with the one on the Operator's systemNo
middleNamesMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the middle names stored in the operator's systemNo
familyNameAtBirthMatchstringIndicates whether the Family Name At Birth of the customer matches with the one on the Operator's systemNo
familyNameAtBirthMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the family name at birth stored in the operator's systemNo
addressMatchstringIndicates whether complete address of the customer matches with the one on the Operator's systemNo
addressMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the address stored in the operator's systemNo
streetNameMatchstringIndicates whether the street name of the customer matches with the one on the Operator's systemNo
streetNameMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the street name stored in the operator's systemNo
streetNumberMatchstringIndicates whether the street number of the customer matches with the one on the Operator's systemNo
streetNumberMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the street number stored in the operator's systemNo
postalCodeMatchstringIndicates whether the postal code / zip code of the customer matches with the one on the Operator's systemNo
regionMatchstringIndicates whether the region of the customer's address matches with the one on the Operator's systemNo
regionMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the region stored in the operator's systemNo
localityMatchstringIndicates whether the locality of the customer's locality matches with the one on the Operator's systemNo
localityMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the locality stored in the operator's systemNo
countryMatchstringIndicates whether the country of the customer's address matches with the one on the Operator's systemNo
houseNumberExtensionMatchstringIndicates whether the house number extension of the customer's address with the one on the Operator's systemNo
birthdateMatchstringIndicates whether the birthdate of the customer matches with the one on the Operator's systemNo
emailMatchstringIndicates whether the email address of the customer matches with the one on the Operator's systemNo
emailMatchScorefloatIndicates the similarity score assigned to the input value when it does not exactly match the email stored in the operator's systemNo
genderMatchstringIndicates whether the gender of the customer matches with the one on the Operator's systemNo

Go up

Request

curl -X POST "https://api.orange.com/camara/ofr/kyc-match/v0/match"
-H "Authorization: Bearer {your access token}"
-H "Cache-Control: no-cache"  
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d  {
    "phoneNumber": "33699901031",
    "giventName": "Maeva",
    "familyName": "Hurt",
    "locality": "Pottrnec",
    "email": "laure84@voila.fr3"
    "gender": "FEMALE",
}

Response

200 Match successful
Content-Type: application/json
{
    "giventNameMatch": "True",
    "familyNameMatch": "False",
    "familyNameMatchScore": 90,
    "addressMatch": "True",
    "localityMatch": "False",
    "localityMatchScore": 95,
    "emailMatch": "True"
}

Go up

Fields description

The response contains

  • MatchResult attributes valued to true when user's information matches exactely with information held by the MNO, false when it doesn't match exactly or not_available when the MNO doesn't hold user's information.
  • MatchScore, a numerical value that quantifies the similarity between two pieces of text based on the words they contain for some MatchResult attributes in case of value is equal to false.

Most frequent errors

If invalid input are provided in particular for the device identifier a 400 error is triggered.

HTTP/1.1 400 Invalid input
Content-Type: application/json
{
  "code": "INVALID_ARGUMENT",
  "status": 400,
  "message": "Invalid input"
}

If the network back end is not able to localize the equipment, a 404 error is sent.

HTTP/1.1 404 Not Found
Content-Type: application/json
{
  "status": 404,
  "code": "NOT_FOUND",
  "message": "Unknown Location"
}

If the localisation service is not up and running, a 503 error is sent.

HTTP/1.1 503 Service unavailable
Content-Type: application/json
{
  "code": "UNAVAILABLE",
  "status": 503,
  "message": "Service unavailable"
}

There are some cases where your client application will no longer gain access to API resources, and get an error back.

Please check the following points:

  • Here, you attempt to use an expired or revoked access_token and you get an invalid token error. You will have to request a new access_token. As an example:
HTTP/1.1 401 Unauthorized
Content-Type: application/json
{
  "code": "UNAUTHENTICATED",
  "status": 401,
  "message": "Authorization failed: ..."
}
  • Here, you removed your subscription to the API so that the capability to generate an access_token is not allowed anymore. As an example:
HTTP/1.1 403 Forbidden
Content-Type: application/json
{
  "code": "PERMISSION_DENIED",
  "status": 403,
  "message": "Operation not allowed: ..."
}

Looking for support ?

Facing technical issue when using this API ? please contact us

Go up

History of document

Version of the documentmodification datedescription of modifications
0.302/12/2024initialization by Orange CAMARA APIs team

Go up