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