Retrieves a KYC Session by its ID.
Id of the session to retrieve
A Promise that resolves to the KYC session.
Retrieves customer verification status.
A Promise that resolves to the KYC sessions.
Creates a KYC session. This will start the KYC process for the customer. Response body will contain a session URL that can be used to redirect the customer to the Paysafe KYC application.
The KYC session request.
A Promise that resolves to the created KYC session.
StaticgetFunctionRetrieves the singleton instance of the CustomerVerificationService class.
The singleton instance of the CustomerVerificationService class.
Service class for managing customer verification related operations.