Request to start instrument verification session.

Should contain the instrument type for which the verification is started and where the verification should be redirected based on the verification flow status.

interface InstrumentVerificationRequest {
    instrumentType: InstrumentType;
    returnUrl: string;
}

Properties

instrumentType: InstrumentType

The instrument type.

returnUrl: string

The return URL to which users must be redirected after competing the required activities in Paysafe hosted UI.