InstrumentVerificationRequest

data class InstrumentVerificationRequest(val returnUrl: String, val instrumentType: InstrumentType)

Data class representing a 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.

Constructors

Link copied to clipboard
constructor(returnUrl: String, instrumentType: InstrumentType)

Properties

Link copied to clipboard

Instrument type.

Link copied to clipboard

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