CustomerVerificationService

Interface for customer verification operations.

Functions

Link copied to clipboard
abstract suspend fun getKycStatus(): KycVerification

Retrieves the KYC status of the user.

Link copied to clipboard
open fun getKycStatusAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<KycVerification>)

Asynchronously retrieves the KYC status of the user.

Link copied to clipboard
abstract fun startCustomerVerification(activity: Activity, requestCode: Int, request: CustomerVerificationRequest)

Starts customer verification screen for result.