KYC Age Verification

Verify minimum age for a subscriber

Verifies whether the subscriber associated with the given phone number is at least the specified minimum age.

post
https://api.pxg.konera.com/camara/kyc-age-verification/v0.2/verify

Headers

x-correlation-idstring

Correlation ID for request tracing

Body

application/json

KycAgeVerificationRequest

phoneNumberstringrequired

MSISDN in E.164 format

Example:+14155550123

minimumAgeintegerrequired

Minimum age in years that the subscriber must meet or exceed.

Example:18

Response

application/json

Age verification result returned

KycAgeVerificationResponse

ageVerifiedbooleanrequired

Indicates whether the subscriber is at least the requested minimum age.

Example:true

assessedAtstring | null(date-time)

Time when the age verification was performed.

Example:2026-02-10T10:00:00Z

post/kyc-age-verification/v0.2/verify

Body

{ "phoneNumber": "+14155550123", "minimumAge": 18 }
 
application/json

KycAgeVerificationRequest

object
phoneNumberstringrequired

MSISDN in E.164 format

Example:+14155550123

minimumAgeintegerrequired

Minimum age in years that the subscriber must meet or exceed.

Example:18

Example

KycAgeVerificationResponse

object
ageVerifiedbooleanrequired

Indicates whether the subscriber is at least the requested minimum age.

Example:true

assessedAtstring(date-time)

Time when the age verification was performed.

Example:2026-02-10T10:00:00Z

Example

Error

object
statusintegerrequired

Example:400

codestringrequired

Example:INVALID_ARGUMENT

messagestringrequired

Example:Invalid request

Example