Kyc Verification
data class KycVerification(val customerId: String, val externalId: String, val kycVerificationStatus: KycVerificationStatus)
Represents the status of the KYC verification.
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.