PaymentGatewayLibrary

AuthorizeNetRequest.DriversLicenseDateOfBirth Property

Gets or sets the drivers license date of birth of the customer initiating the transaction.

[Visual Basic]
Public Property DriversLicenseDateOfBirth As String
[C#]
public string DriversLicenseDateOfBirth {get; set;}

Remarks

The format is YYYY-MM-DD, YYYY/MM/DD, MM/DD/YYYY or MM-DD-YYYY. For all eCheck transactions (Method is ECHECK) for Wells Fargo SecureSource (SubmissionType.WellsFargoSecureSource) merchants, either provide CustomerTaxId or DriversLicenseDateOfBirth and DriversLicenseNumber and DriversLicenseState. If ValidateFormat is true; then the DriversLicenseDateOfBirth format will be validated.

Exceptions

Exception TypeCondition
ArgumentExceptionThe exception thrown when the drivers license date of birth format is not valid and ValidateFormat is enabled.

See Also

AuthorizeNetRequest Class | Duis.Payment Namespace