KycVerification

data class KycVerification(val customerId: String, val externalId: String, val kycVerificationStatus: KycVerificationStatus)

Represents the status of the KYC verification.

Constructors

Link copied to clipboard
constructor(customerId: String, externalId: String, kycVerificationStatus: KycVerificationStatus)

Properties

Link copied to clipboard

Merchant's Paysafe wallet customer id.

Link copied to clipboard

Customer identifier used in Partner system.

Link copied to clipboard

A KycVerificationStatus representing the status of the KYC verification.