InstrumentVerificationStatus

Enum class that reflects the current status of the session.

Entries

Link copied to clipboard

The initial session status when it gets created.

Link copied to clipboard

Payment instrument is obtained and is being verified against customer details in Paysafe.

Link copied to clipboard

Awaiting user input in order to continue the verification process.

Link copied to clipboard

Verification process is completed, the instrument should be in VERIFIED status.

Link copied to clipboard

Instrument verification failed. Check statusReason for details. If instrument is present in the session, it could be in either UNVERIFIED or in REJECTED status.

Link copied to clipboard

Returned when no valid value was found.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.