AddTemplateRoleApiRequest

Properties

Name Type Description Notes
name String The unique name for this role within the template (e.g., "Buyer", "Witness"). [default to null]
type String The signer type. Valid values: Signer, CarbonCopy, InPerson. Defaults to "Signer". [optional] [default to null]
routingOrder Integer The signing order position (1-based). Defaults to 1. [optional] [default to null]
defaultAuthMethod String The default authentication method. Valid values: Email, Sms, Kba, Idv. Defaults to "Email". [optional] [default to null]
requiredAuthMethods List List of authentication methods that the signer must complete before signing. [optional] [default to null]
paymentAmount Double Payment amount charged to the signer mapped to this role. [optional] [default to null]
paymentDescription String Description shown to the signer for the payment charge. [optional] [default to null]
paymentTaxCodeId String [optional] [default to null]
maxKbaAttempts Integer Maximum number of KBA (Knowledge-Based Authentication) quiz attempts allowed. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]