api :
KycApi
The KycApi instance that this object was created with.
id : string
The ID of this KYC instance.
constructor(api, id)
Create a new instance of the KycInstance object.
KycInstance
api must be an instance of KycApi;
api
id must be the ID of a KYC Instance;
id
This constructor should not be called directly, use ApplicationReference.createKycRequest() or ApplicationReference.listKycRequests() instead.
ApplicationReference.createKycRequest()
ApplicationReference.listKycRequests()
async status()
Get the status of this KYC instance.
This function returns a KycStatus object.
KycStatus
Last updated 3 years ago
const kycStatus = await kycInstance.status()