Comment on page
KycInstance
The
KycApi
instance that this object was created with.The ID of this KYC instance.
Create a new instance of the
KycInstance
object.id
must be the ID of a KYC Instance;
This constructor should not be called directly, use
ApplicationReference.createKycRequest()
or ApplicationReference.listKycRequests()
instead.Get the status of this KYC instance.
const kycStatus = await kycInstance.status()
Last modified 1yr ago