KycVerification
KYC Customer Verification model.
customerIdstringrequired
Merchant's Paysafe wallet customer id
externalIdExternalId (string)required
Customer identifier used in Partner system.
Possible values: non-empty
and <= 40 characters
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
kycVerificationStatusKycVerificationStatus (string)required
COMPLETED
- Customer is verified successfully.
IN_PROGRESS
- Customer verification is in progress. The verification results are not ready
or additional manual verification process is in progress.
INCOMPLETE
- Customer is not verified.
Possible values: [INCOMPLETE
, IN_PROGRESS
, COMPLETED
]
Default value:
INCOMPLETE
Example:
COMPLETED
KycVerification
{
"customerId": "string",
"externalId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"kycVerificationStatus": "COMPLETED"
}