KYC Match

KycMatchRequest

object
phoneNumberstringrequired

MSISDN in E.164 format

Example:+14155550123

givenNamestring

Subscriber given name

familyNamestring

Subscriber family name

addressstring

Street address

localitystring

City or locality

regionstring

Region or state

postalCodestring

Postal or ZIP code

birthdatestring(date)

Birthdate in YYYY-MM-DD format

emailstring(email)

Email address

Example

KycMatchResponse

object
matchbooleanrequired

Indicates whether the provided data matches operator records

Example:true

Example

Error

object
statusintegerrequired

Example:400

codestringrequired

Example:INVALID_ARGUMENT

messagestringrequired

Example:Invalid request

Example