KycInstance
Members
The KycApi
instance that this object was created with.
id : string
id : string
The ID of this KYC instance.
Methods
constructor(api, id)
constructor(api, id)
Create a new instance of the KycInstance
object.
api
must be an instance ofKycApi
;id
must 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.
Last updated