/n software SSIS Tasks V4 - Online Help
Available for:
/n software SSIS Tasks V4
Questions / Feedback?

CreditCard Configuration

The task accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the task, access to these internal properties is provided through the Other property.

CreditCard Configuration Settings

CardType:   Type of credit card being used in this transaction.

This field contains the customer's credit card type. This is automatically computed after the Number is set, but it can also be changed manually. A list of valid card types is included below.

0Invalid or unknown prefix, card type not known.
1Visa or Delta Card.
2MasterCard.
3American Express Card.
4Discover Card.
5Diners Club or Carte Blanche Card.
6JCB Card.
8Visa Electron Card
9 Solo Card
10Switch Card
11Maestro Card
13Laser Card (Ireland)
16Maestro International

CardCVVData:   A three digit security code located on the back of many credit cards (optional).

This alphanumeric field contains the three digit Visa "Card Verification Value" (CVV), MasterCard "Card Verification Code" (CVC), or four-digit American Express "Card Identification Number" (CID). This value appears as additional characters printed or embossed on the card signature line following the credit card account number on the back of the credit card. This is an optional field which can be used to determine if the customer is actually in possession of the credit card.

Even if the CVVData is incorrect, the transaction may still be authorized. It is up to the merchant to examine the CVV result in the response and decide whether to honor the transaction or not.

See the Gateway property to determine if this is an available field for the gateway you are using.

CardCVVPresence:   This field is used to indicate the presence of CVVData.

The task will automatically set this value to cvpProvided when a CardCVVData value is specified. You can explicitly specify the CVVPresence indicator by setting this property.

Available values are:

  • 0 - Not Provided
  • 1 - Provided
  • 2 - Illegible
  • 3 - Not On Card

CardExpMonth:   Expiration month of the credit card specified in CardNumber.

This field contains the expiration month of the customer's credit card. This field must be in the range 1 - 12.

CardExpYear:   Expiration year of the credit card specified in Number.

This field contains the expiration year of the customer's credit card. This field may be a two digit representation of the expiration year, in the range 0 - 99 or a four-digit year, in the range 2000 to 2099.

CardNumber:   The customer's credit card number for this transaction.

This field contains the customer's credit card number. When this field is set, white space and dashes are stripped out and the CardType field is automatically computed.

LogRawData:   Whether the raw transaction request and response should be logged.

When this option is set to "true" and the LogMode is set to "Verbose" the task will log the raw request sent to the gateway and the raw response received back from the gateway in the LogFile. The default is "false".

SSL Configuration Settings

SSLEnabledProtocols:   Used to enable/disable the supported security protocols.

Used to enable/disable the supported security protocols.

Not all supported protocols are enabled by default (the value of this setting is 240). If you want more granular control over the enabled protocols, you can set this property to the binary 'OR' of one or more of the following values:

TLS1.23072 (Hex C00) (Default)
TLS1.1768 (Hex 300) (Default)
TLS1 192 (Hex C0) (Default)
SSL3 48 (Hex 30)
SSL2 12 (Hex 0C)

TLS 1.1 and TLS1.2 support are only available starting with Windows 7.

General Configuration Settings

AbsoluteTimeout:   Determines whether timeouts are inactivity timeouts or absolute timeouts.

If AbsoluteTimeout is set to True, any method which does not complete within Timeout seconds will be aborted. By default, AbsoluteTimeout is False, and the timeout is an inactivity timeout.

LocalHost:   The name of the local host or user-assigned IP interface through which connections are initiated or accepted.

The LocalHost configuration contains the name of the local host as obtained by the Gethostname() system call, or if the user has assigned an IP address, the value of that address.

In multihomed hosts (machines with more than one IP interface) setting LocalHost to the value of an interface will make the task initiate connections (or accept in the case of server tasks) only through that interface.

If the task is connected, the LocalHost configuration shows the IP address of the interface through which the connection is made in internet dotted format (aaa.bbb.ccc.ddd). In most cases, this is the address of the local host, except for multihomed hosts (machines with more than one IP interface).

TcpNoDelay:   Whether or not to delay when sending packets.

When true, the socket will send all data that is ready to send at once. When false, the socket will send smaller buffered packets of data at small intervals. This is known as the Nagle algorithm.

By default, this config is set to false.

UseManagedSecurityAPI:   Tells the task whether or not to use the system security libraries or a managed implementation.

By default the task will use the system security libraries to perform cryptographic functions. This means calls to unmanaged code will be made. In certain environments this is not desirable. To use a completely managed security implementation set this setting to True. Setting this to True tells the task to use the internal managed implementation instead of using the system's security API.

Note that when this value is set the product's system dll is no longer required as a reference, as all unmanaged code is stored in this file.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.1.6240.0