KYC Match

Match customer information

Match customer information for KYC verification. Authentication: provide jwt_token header.

post
https://api2.uat.konera.com/camara/kyc-match/v0.3/match

Body

application/json

KYC match request with customer information

KycMatchRequest

phoneNumberstringrequired

International E.164 format phone number, prefixed with ‘+’.

Match pattern:^\+[1-9][0-9]{4,14}$

Example:+17147684731

givenNamestring

Given name (first name) of the customer

Example:Mehbub

familyNamestring

Family name (last name) of the customer

Example:Khan

addressstring

Street address

Example:4714 Ep True Pkwy

postalCodestring

Postal/ZIP code

Example:56130

regionstring

Region or state

Example:West Des Moines

localitystring

City or locality

Example:IA

birthdatestring(date)

Date of birth in YYYY-MM-DD format

Example:1985-06-02

emailstring(email)

Email address

Example:robertkhan1018@gmail.com

Response

application/json

KYC match result

KycMatchResponse

matchboolean

Whether the customer information matches

confidencenumber(float)

Confidence score of the match

post/camara/kyc-match/v0.3/match

Body

{ "phoneNumber": "+17147684731", "givenName": "Mehbub", "familyName": "Khan", "address": "4714 Ep True Pkwy", "postalCode": "56130", "region": "West Des Moines", "locality": "IA", "birthdate": "1985-06-02", "email": "robertkhan1018@gmail.com" }
 
application/json

KycMatchRequest

object
phoneNumberstringrequired

International E.164 format phone number, prefixed with ‘+’.

Match pattern:^\+[1-9][0-9]{4,14}$

Example:+17147684731

givenNamestring

Given name (first name) of the customer

Example:Mehbub

familyNamestring

Family name (last name) of the customer

Example:Khan

addressstring

Street address

Example:4714 Ep True Pkwy

postalCodestring

Postal/ZIP code

Example:56130

regionstring

Region or state

Example:West Des Moines

localitystring

City or locality

Example:IA

birthdatestring(date)

Date of birth in YYYY-MM-DD format

Example:1985-06-02

emailstring(email)

Email address

Example:robertkhan1018@gmail.com

Example

KycMatchResponse

object
matchboolean

Whether the customer information matches

confidencenumber(float)

Confidence score of the match

Example