Skip to main content

Get KYC Status

GET 

/profile/kyc/status

Retrieves the KYC status of the user.

Responses

OK

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...