Skip to content
Get started

Tenure

KYC Tenure

The KYC Tenure service API
client.tenure.verify(TenureVerifyParams { tenureDate, phoneNumber, xCorrelator } params, RequestOptionsoptions?): TenureVerifyResponse { tenureDateCheck, contractType }
POST/tenure/check-tenure
ModelsExpand Collapse
TenureVerifyResponse { tenureDateCheck, contractType }
tenureDateCheck: boolean

true when the identified mobile subscription has had valid tenure since tenureDate, otherwise false

contractType?: "PAYG" | "PAYM" | "Business"

If exists, populated with:

  • PAYG - prepaid (pay-as-you-go) account
  • PAYM - contract account
  • Business - Business (enterprise) account

This attribute may be omitted from the response set if the information is not available

One of the following:
"PAYG"
"PAYM"
"Business"