First Data IPG Payment Integration

About First Data IPG:

Integration:

FeatureLevel of Support
AuthImplemented
Sale (Auth+Capture)Implemented
CaptureImplemented
VoidImplemented
CreditImplemented
3DS 2 PassthroughImplemented
Credentials on FIleImplemented

Authentication and Security Credentials:

Supported Parameters:

Key NameFormatMandatoryDescriptions
apiVersionNumericalRequired“1.0.1”
apiTypeAlphabeticalRequired“pxyhpci”
userNameAlphanumericRequiredAPI Username
userPassKeyAlphanumericRequiredAPI PassKey
pxyCreditCard.creditCardNumberNumericalRequiredHostedPCI Token Representing Credit Card
pxy.CreditCard.cardCodeVerificationNumericalOptionalHostedPCI Token Representing CVV Code
pxyCreditCard.expirationMonthNumericalRequiredExpiration month with 2 digits for example, for December use “12”
pxyCreditCard.expirationYearNumericalRequiredExpiration year with 4 digits for example, for 2025, use “2025”
pxyTransaction.txnCurISOAlphabeticalRequired3 letter ISO Currency Code for example, “USD” or “CAD”
pxyTransaction.txnAmountNumericalRequiredAmount to Authorize, for example for $10.50 use 10.50
pxyTransaction.merchantRefIdNumericalRequiredMerchant reference number can be order id or invoice id
pxyTransaction.txnPayNameAlphanumericRequiredHostedPCI payment profile name, for example “DEF”
pxyOrder.descriptionAlphabeticalOptionalDescription
pxyCustomerInfo.emailAlphanumericOptionalCustomer’s Email Address
pxyCustomerInfo.billingLocation.firstNameAlphabeticalOptionalCustomer’s First Name
pxyCustomerInfo.billingLocation.lastNameAlphabeticalOptionalCustomer’s Last Name
pxyCustomerInfo.billingLocation.phoneNumberNumericalOptionalBilling Phone Number
pxyCustomerInfo.billingLocation.addressAlphanumericOptionalCustomer’s Billing Address
pxyCustomerInfo.billingLocation.address2AlphanumericOptionalSecondary Billing Address
pxyCustomerInfo.billingLocation.cityAlphabeticalOptionalCustomer’s Billing City
pxyCustomerInfo.billingLocation.stateAlphabeticalOptionalCustomer’s Billing State or Province
pxyCustomerInfo.billingLocation.zipCodeNumericalOptionalCustomer’s Billing Zip Code or Postal Code
pxyCustomerInfo.billingLocation.countryAlphabeticalOptionalCustomer’s Billing Country
Additional Parameters
KEY NAMEFORMATDESCRIPTIONS
pxyTransaction.merchantAccountNameAlphabeticalRequired for Soft Descriptors
pxyTransaction.merchantProductNameAlphabeticalRequired for Soft Descriptors
pxyTransaction.merchantPhoneNumAlphabeticalRequired for Soft Descriptors
pxyTransaction.merchantCityAlphabetical
pxyTransaction.merchanAddressAlphabetical
pxyTransaction.merchantAddress2Alphabetical
pxyTransaction.merchantCompanyNameAlphabetical
pxyTransaction.merchantCountryAlphabetical
pxyTransaction.merchantZipCodeAlphabetical

API Endpoint URL:

https://[HPCI_API_HOSTENAME]/iSynSApp/paymentAuth.action

API Request Body:

pxyTransaction.txnPayName=DEF_IPG&apiVersion=1.0.1&apiType=pxyhpci&userName=[HPCIUsername]&userPassKey=[HPCIPasskey]&pxyCustomerInfo.customerId=012345&pxyCreditCard.cardType=VISA&pxyCreditCard.creditCardNumber=400000..........&pxyCreditCard.expirationMonth=10&pxyCreditCard.expirationYear=2025&pxyCreditCard.cardCodeVerification=&pxyTransaction.txnAmount=1.95&pxyTransaction.txnCurISO=EUR&pxyTransaction.merchantRefId=AB1234%3D&pxyTransaction.processorRefId=987654321&pxyCustomerInfo.billingLocation.firstName=FirstName&pxyCustomerInfo.billingLocation.lastName=LASTname&pxyCustomerInfo.profileAction=&pxyCustomerInfo.email=Test@test.com&pxyCustomerInfo.customerIP=00.00.00.00&pxyTransaction.cardOnFileTxnType=R&pxyTransaction.cardOnFileTxnRef=1&pxyTransaction.cardOnFileIssuerId=012345678

First Data IPG Credentials on File

Credentials on FIle can be set up during the Payment profile setup. In Order to set up the payment profile as Card on File the parameter Card On File defaults needs to be set up as enable=Y;merInitReason=U. The parameter enable=Y tells the system to income the Credentials on the FIle process. The parameter merInitReason=U will set cardOnFileTxnType to U (Unscheduled). It can be overridden with the parameter listed below. Otherwise, the Card on FIle process is initiated based on the availability of CVV.

First Data IPG Credentials on File Override Parameters

PARAMETERSVALUES
pxyTransaction.cardOnFileTxnRef[0 /1] – 1 for MIT transaction
pxyTransaction.cardOnFileTxnType[C/R/U] – CIT or Reaccuring MIT or Unscheduled MIT
pxyTransaction.cardOnFileIssuerId[cardOnFile Issuer ID]

Firstdata IPG COF API Call:

Request:

pxyTransaction.txnPayName=DEF_IPG&apiVersion=1.0.1&apiType=pxyhpci&userName=[HPCIUsername]&userPassKey=[HPCIPasskey]&pxyCustomerInfo.customerId=012345&pxyCreditCard.cardType=VISA&pxyCreditCard.creditCardNumber=400000..........&pxyCreditCard.expirationMonth=10&pxyCreditCard.expirationYear=2025&pxyCreditCard.cardCodeVerification=&pxyTransaction.txnAmount=1.95&pxyTransaction.txnCurISO=EUR&pxyTransaction.merchantRefId=AB1234%3D&pxyTransaction.processorRefId=987654321&pxyCustomerInfo.billingLocation.firstName=FirstName&pxyCustomerInfo.billingLocation.lastName=LASTname&pxyCustomerInfo.profileAction=&pxyCustomerInfo.email=Test@test.com&pxyCustomerInfo.customerIP=00.00.00.00&pxyTransaction.cardOnFileTxnType=R&pxyTransaction.cardOnFileTxnRef=1&pxyTransaction.cardOnFileIssuerId=012345678

First Data IPG 3DS implementation with Cardinal Commerce

First Data IPG has been implemented with Cardinal Commerce for 3DS pass-through Authentication.

In Order to implemented 3DS Authentication with FIrst Data IPG follow the Cardinal Commerce 3D Secure documentation page.

The parameters listed on the page are required along with the mandatory AUTH transaction parameters to make a successful 3DSecure transaction.

3DS 2.0 “Verifyenroll” Call

PARAMETERSVALUE
pxyTransaction.txnPayName[3ds payment profile name]
pxyThreeDSecAuth.actionName[verifyenroll]
pxyThreeDSecAuth.callModereportall
pxyThreeDSecAuth.authSessionId[cruiseSessionId returned within threeDSValuesObj in hpciSiteSuccessHandlerV4 and later versions]
pxyThreeDSecAuth.authOrderId[threeDSOrderId returned within threeDSValuesObj in hpciSiteSuccessHandlerV4 and later versions]
pxyCustomerInfo.browserUserAgentHeader[UserAgentHeader]
pxyCustomerInfo.browserAcceptHeader[Browser Accept Header]

3DS 2.0 “verifyresp” Call

PARAMETERSVALUE
pxyTransaction.txnPayName[3ds payment profile name]
pxyThreeDSecAuth.actionName[verifyenroll]
pxyThreeDSecAuth.authSessionId[cruiseSessionId returned within threeDSValuesObj in hpciSiteSuccessHandlerV4 and later versions]
pxyThreeDSecAuth.authCAVV[response from the first API call “pxyResponse.threeDSCAVV”]
pxyThreeDSecAuth.authTxnId[response from the first API call “pxyResponse.threeDSXid”]
pxyThreeDSecAuth.authAcsUrl[response from the first API call “pxyResponse.threeDSAcsUrl”]
pxyThreeDSecAuth.paReq[response from the first API call “pxyResponse.threeDSPARequest”]
pxyThreeDSecAuth.protocolVersion[response from the first API call “pxyResponse.threeDSProtoVersion”]
pxyThreeDSecAuth.authECI[response from the first API call “pxyResponse.threeDSECI”]
pxyThreeDSecAuth.paRes[response from the first API call “pxyResponse.threeDSARS”]