KycApi
Interfaces
KycStatusResponse
interface KycStatusResponse {
complete: boolean,
success: boolean,
distance: number,
createdAt: string,
completedAt: string,
webhook: string|null
}KycDetailsResponse
interface KycDetailsResponse {
idCardPictureUrl: string,
selfiePictureUrl: string
}Methods
constructor(app, endpoint)
async status(kycId)
async list(page, pageSize)
async upload(selfiePicture, idCardPicture)
async create(selfiePicture, idCardPicture, webhook)
Last updated