Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

InsiteConnect for PayflowPro

Describes InsiteConnect for PayflowPro in Optimizely Configured Commerce.

Paypal's, PayflowPro payment gateway, can be configured when completing an order in Optimizely Configured Commerce.

For more information regarding PayflowPro see the Paypal documentation found here.

Host addresses

Use the following host addresses for Payflow:

  • For live transactions, use payflowpro.paypal.com
  • For testing purposes, use pilot-payflowpro.paypal.com

Parameter list

The Configured Commerce plug-in builds the required parameter list. The resulting list of parameters specify the payment information for the transaction. The quotation marks " " at the beginning and end are required. The following is an example: TRXTYPE=S&TENDER=C&PARTNER=PayPal&VENDOR=SuperMerchant&USER=Sup erMerchant&PWD=SuperUserPassword&ACCT=5555555555554444&EXPDATE= 0308&AMT=123.00 The content of the PARMLIST varies by the type of transaction being processed. For example, a Void transaction requires a different set of parameters than a Sale.

Application settings

The following Application Settings are used to configure PayflowPro as the payment provider in Configured Commerce.

Name 4.2

Name 4.3+

Value

PaymentGateway

Payment Gateway
PayflowPro
Note: This needs to be selected first in order to expose the other PayflowPro related settings.

PaymentGateway_PayflowPro_Host

Host

Host addresses provided above

PaymentGateway_PayflowPro_Port

Port

443

PaymentGateway_PayflowPro_Vendor

Vendor

Example: SuperMerchant

PaymentGateway_PayflowPro_User

User

Example: SuperMerchant

PaymentGateway_PayflowPro_Password

Password

Password for user

PaymentGateway_PayflowPro_Partner

Partner

Example: Paypal

Additional references to these values can be found in the developer guide for PayflowPro.

The Configured Commerce PayflowPro plug-in will use the object which contains the Bill To and Ship To. Additionally, it will store the card holder name as comment1 and the "Order Number 1234" as comment2. Finally, the amt parameter is set to the Amount from the submit transaction.

When submitting a transaction to PayflowPro the user, password, vendor and partner will be used. The timeout period for the PayflowPro Connection is 30 seconds.

Transaction types

The following transaction types are can be triggered from within Configured Commerce when completing or updating a transaction.

  • Credit
  • Void
  • Capture
  • Authorization
  • Sale

️ IMPORTANT

Configured Commerce does NOT store sensitive credit card or profile information.