Skip to main content

Get KYC verification status

GET 

/kyc/customers/:customerId/verification-status

Get Customer Verification Status

Request

Path Parameters

    customerId stringrequired

    Merchant's Paysafe wallet customer id

Responses

Schema

    customerId stringrequired

    Merchant's Paysafe wallet customer id

    externalId ExternalId (string)required

    Possible values: non-empty and <= 40 characters

    Customer identifier used in Partner system.

    kycVerificationStatus KycVerificationStatus (string)required

    Possible values: [INCOMPLETE, IN_PROGRESS, COMPLETED]

    Default value: INCOMPLETE

    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.

Loading...