Table of Contents

Interface IOptionalBuilderForCode

Namespace
Vonage.VerifyV2.StartVerification
Assembly
Vonage.dll

Builder interface for setting a custom PIN code on a verification request.

public interface IOptionalBuilderForCode

Methods

WithCode(string)

Sets a custom alphanumeric PIN code instead of using auto-generation. Only available on the Verify Conversion pricing model.

IOptionalBuilder WithCode(string value)

Parameters

value string

The custom code (4-10 alphanumeric characters).

Returns

IOptionalBuilder

The builder for method chaining.

Examples

.WithCode("ABC123")