CreditCard Transmitter
Setting the CreditCard Adapter Configuration Properties for a Dynamic Send Port
A dynamic send port does not provide any transport configuration options in BizTalk Explorer because it is expected that these properties will be provided with the context properties associated with the message. These properties can be set in a custom pipeline or in an orchestration. To set message configuration properties in an orchestration you can do the following:
- Add a Construct Message shape to your orchestration.
- Configure the Construct Message shape to construct a new message. (for example Message_2)
- Add a Message Assignment shape to the Construct Message shape.
- Add code to the Message Assignment shape to initialize the message that you constructed and to set the appropriate configuration properties for the message.
Configuring the CreditCard Send Port with the BizTalk Server Administration Console
To configure the send port by using the BizTalk Server Administration console, use the following procedure:
To configure variables for a CreditCard send port:
- In the BizTalk Server Administration console, create a new send port or double-click an existing send port to modify it. For more information, see How to Create a Send Port. Configure all of the send port options and specify nsoftware.CreditCard v4 for the Type option in the Transport section of the General tab.
- On the General tab, in the Transport section, click the Configure button next to Type.
- In the nsoftware.CreditCard v4 Transport Properties dialog box, use the following properties to:
AuthCode Authorization code from a previous transaction.
Type: xs:string Default Value: ""Card Contains the customer's credit card information.
Type: EPCard Default Value: nullCustomer A set of properties describing the Customer for the credit card transaction.
Type: EPCustomer Default Value: nullFirewall A set of properties related to firewall access.
Type: Firewall Default Value: nullGateway Gateway to process transactions.
Type: xs:int Default Value: 0
NOTE: This property must be specified.GatewayURL Default URL for a specific Gateway .
Type: xs:string Default Value: ""HTTPProxy A set of properties related to proxy access.
Type: Proxy Default Value: nullInvoiceNumber Merchant-generated invoice number.
Type: xs:string Default Value: ""MaxPersistentConnections The maximum number of simultaneous persistent connections when sending.
Type: xs:int Default Value: 1MaxThreads The maximum number of threads that the adapter may consume.
Type: xs:int Default Value: 20MaxTransmissionBatchSize The maximum number of messages that can be sent in a single batch.
Type: xs:int Default Value: 1MerchantLogin Merchant's Gateway login.
Type: xs:string Default Value: ""
NOTE: This property must be specified.MerchantPassword Merchant's Gateway password.
Type: baf:Password Default Value: ""Other Defines a set of configuration settings to be used by the adapter.
Type: xs:string Default Value: ""ResponseApprovalCode Contains an authorization code when a transaction has been approved.
Type: xs:string Default Value: ""ResponseAVS Contains the Address Verification System result code.
Type: xs:string Default Value: ""ResponseCode Additional error code returned by some gateways.
Type: xs:string Default Value: ""ResponseCVV2 Contains the returned CVV2 result code if it was requested.
Type: xs:string Default Value: ""ResponseData The entire response returned from the gateway processor.
Type: xs:string Default Value: ""ResponseErrorText Additional error description returned by some gateways.
Type: xs:string Default Value: ""ResponseInvoiceNumber Invoice number submitted in authorization request (if applicable).
Type: xs:string Default Value: ""ResponseProcessorCode Response code from the underlying processor.
Type: xs:string Default Value: ""ResponseText Text information that describes each response code.
Type: xs:string Default Value: ""ResponseTransactionId Contains the Visa Transaction Identifier or MasterCard Reference Number.
Type: xs:string Default Value: ""RuntimeLicense Specifies the adapter runtime license key.
Type: xs:string Default Value: ""SpecialFields A set of properties specific to a particular Gateway .
Type: xs:string Default Value: ""SSLAcceptServerCert Instructs the adapter to unconditionally accept the server certificate that matches the supplied certificate.
Type: Certificate Default Value: nullSSLCert The certificate to use for client authentication during the SSL handshake.
Type: Certificate Default Value: null
NOTE: The digital id must have a private key associated with it.Timeout A timeout for the adapter.
Type: xs:int Default Value: 60TransactionAmount Purchase amount for an authorization transaction.
Type: xs:string Default Value: ""TransactionApproved Indicates the status of the last transaction.
Type: bool Default Value: falseTransactionDesc Description of goods purchased.
Type: xs:string Default Value: ""TransactionId Transaction Id used for Capture, Credit, and Void transactions.
Type: xs:string Default Value: ""TransactionType Specifies the type of transaction to process.
Type: xs:int Default Value: 0TransmitBatchMode How the transmitter processes batches.
Type: xs:int Default Value: 0TransportLog Tells the adapter where and how to report information about its operations.
Type: Log Default Value: nullURI The Uniform Resource Identifier (URI) of the send port or receive location.
Type: xs:string Default Value: "" - Click OK and OK again to save settings.