SecureNet Gateway API Implementation Guide
|
|
|
- Frederick Cox
- 9 years ago
- Views:
Transcription
1 SecureNet Gateway API Implementation Guide Version
2 Table of Contents 1 INTRODUCTION How to Use This Document What is the Gateway? Service Based Authorization Process How Does the Gateway Work? What is Required to Implement the Gateway? Integration and Certification Process Post Integration / Certification GATEWAY IMPLEMENTATION Certification End Points INTEGRATED PLATFORMS AND SERVICES Platforms Feature Restrictions METHODS Methods for Standard Payment Transactions [Gateway Services] Methods for Vault Transactions [Gateway Services] Methods for AutoBill Transactions [Gateway Services] Method for Settlement Services [Gateway Services] Reporting Methods for Batch and Transaction Services [Transaction Services] Reporting Methods for SecureNet Vault and AutoBill Services [Extended Services] Methods for P2P Encryption Services [Extended Services] GATEWAY OBJECTS Objects for Standard Transactions Transaction Object Structure Transaction Object Specification SecureNet Vault / Tokenization Transactions TRANSACTION_VAULT Object Structure TRANSACTION_VAULT Specifications AutoBill Transactions PLAN_AB Object Structure PLAN_AB Object Specifications PLAN_AB_EXT Structure PLAN_AB_EXT Specifications Settlement Request Objects Reporting Request Objects Response Objects GATEWAYRESPONSE Object Structure GATEWAYRESPONSE Object Specification Settlement Response Object Structure BATCHDATA Object Specification Reporting Response Object Structure Reporting Response Object Specification i
3 5.7 P2P Encryption Request Objects P2PREQUEST Object Structure P2PREQUEST Object Specification P2PConfirmationRequest Object Structure P2PConfirmationRequest Object Specification P2P Response Object Structure P2P Response Object Specification GATEWAY OBJECT PROPERTIES Standard Transaction Object Properties MERCHANT_KEY CARD CHECK CUSTOMER_BILL CUSTOMER_SHIP (Optional) ENCRYPTION LEVEL LEVEL LEVEL3PRODUCT MPI AUTO PETROLEUM HOTEL PRODUCT SERVICE (Restaurant) USERDEFINED SECONDARY_MERCHANT_KEY TERMINAL HEALTHCARE Image Checkimage Transaction Vault Object Properties ACCOUNT_VAULT CUSTOMER_VAULT OPERATIONPARAMETERS AutoBill Object Properties PLAN_AB PLAN_AB_EXT OPTIONS INSTALLMENT RECURRING PAYMENT_AB Transaction Response Object Properties ABRESPONSE TRANSACTIONRESPONSE ii
4 6.4.3 VAULTACCOUNTRESPONSE VAULTCUSTOMERRESPONSE IMAGERESPONSE Settlement Response Object Properties BATCHDATA BATCHDETAIL P2P Encryption Object Properties P2PREQUEST P2PConfirmationRequest P2PRESPONSE P2P_PUBLIC_KEY P2PPublicKeyInfo REQUEST MESSAGE FORMATS Format for Credit Card, Debit Card, EBT, and Stored Value Card Transactions Format for Electronic Check Transactions Transaction Image Request Transaction Image Request Message Format for Electronic Signature Reporting Request APPENDIX A: GATEWAY REQUEST VALUES Account Duplicate Check Indicator (ADCI) DCI 65 INDUSTRYSPECIFIC DATA METHOD OrderID REF_TRANSID SECCODE Transaction Type Table SOFT DESCRIPTOR TRANSACTION_SERVICE Level III Values HealthCare Code Product Codes for Petroleum Industry Transactions Auto-Rental Extra Fee Indicator APPENDIX B: GATEWAY RESPONSE CODES AVS_RESULT_CODE CARD_CODE_RESPONSE_CODE CARDLEVEL_RESULTS CAVV_RESPONSE_CODE CARDTYPE Codes RESPONSE_CODE TRANSACTIONRESPONSE Additional Data Chart APPENDIX C: TRACK DATA GUIDELINES Track 1 Data Track 2 Data iii
5 Encrypted Track Data ID Tech MSR Magtek MSR Magtek IPAD APPENDIX D: DEVELOPER NOTES APPENDIX E: REFERENCES iv
6 1 INTRODUCTION Payment Gateways facilitate electronic commerce by enabling merchants to accept credit cards and electronic checks as methods of payment for goods and services sold. The SecureNet Gateway (Gateway) acts as a bridge between the merchant s website/terminal and the financial institutions that process payment transactions. Payment data is collected from the shopper and submitted to the Gateway for real-time authorization. Authorization is the process of checking the validity and available balance of a customer s credit card before the transaction can be accepted. To authorize a given credit card transaction, the Gateway transmits the transaction information to the appropriate financial institutions for validation, then returns the response (approved or declined) from the institution to the merchant or customer. The payment Gateway supports real-time and offline requests for credit card authorization. The Gateway also supports electronic check transactions. Merchants can collect customer bank account numbers and routing numbers to pay for purchases. This document describes how transactions can be submitted to the Gateway for real-time processing. The Gateway is the recommended integration method for merchants who have the capability to initiate both client and server-side SSL connections. This method offers the merchant a high degree of security and control because transaction data is submitted to the Gateway over a secure server-to-server connection, initiated by the merchant server. Since the merchant server will receive a response directly from the Gateway, the merchant has more control over the response to the end customer. 1.1 How to Use This Document This document contains hyperlinks which refer the user to the corresponding sections of the document that apply. Please note that some object names may contain symbols such as underscores. Document Method Objects / Properties Request / Response 1.2 What is the Gateway? The Gateway is the recommended method of submitting transactions. This method allows the merchants server to securely connect directly to the payment Gateway to submit transaction data. The merchant retains full control of the payment data collection and the user experience. This method requires merchants to be able to initiate and manage secure Internet connections. 6
7 1.3 Service Based Authorization Process Payment authorization utilizes a standards-based Simple Object Access Protocol (SOAP) interface over a Secure Hyper Text Transfer Protocol (HTTPS) connection to exchange information. 1.4 How Does the Gateway Work? When using the Gateway, a typical transaction is performed in the following way: 1. The customers program has a reference to the Gateway Service and connects securely to the merchant s server to transmit payment information. 2. The merchant s server initiates a secure connection to the Gateway and creates the objects as described. It then initiates a ProcessTransaction function by passing the TRANSACTION object along with required data to the Gateway server. 3. The payment Gateway receives and processes the TRANSACTION object. 4. The payment Gateway generates the GATEWAYRESPONSE object and submits it to the merchant s server. 5. The merchant s server receives and processes the GATEWAYRESPONSE object. 6. Finally, the merchants server communicates the success (or failure) of the authorization to the customer s web browser or program. 1.5 What is Required to Implement the Gateway? Merchants must be able to perform the following functions in order to submit transactions to the Gateway: 1. Create an account in our test environment. 2. Establish a secure socket connection. 3. Provide both server and client-side encryption. 4. Develop code on a web server for the integration to the Gateway utilizing the Gateway service (e.g. for submitting transaction data object and receiving and translating system response object). 5. Securely store the following information in a way that it is configurable: Service URL, SecureNet ID, its corresponding SecureKey, and, optionally, transaction mode (TEST or LIVE). This information will be accessed by the script that submits transactions to the Gateway. 6. Complete the certification process by running test scripts for the transaction scenarios. 1.6 Integration and Certification Process Once the partner or merchant and SecureNet s representative have determined that using the API is the right way to integrate to the Gateway, the integration process is as follows: 1. If not already done, the merchant should sign up for a sandbox account on the SecureNet website. This tech-focused site offers code samples and other helpful information for the developer as they work to build out the integration. 2. The merchant will complete the Integration Certification Test Account Request Form and send it to the SecureNet API Resource Team A test account will be created in the SecureNet Virtual Terminal application and the merchant will receive three s detailing access to the account. 7
8 3. The API Team will assign a Developer ID that will need to be included in the software/application being integrated. The developer ID must be passed in all request messages to the Gateway, in both the certification and production environments. This will be a requirement for passing certification. 4. Limited sample code can be downloaded from If the language you need is not available, please [email protected] for additional options. Please note: all code samples are delivered as is and are intended to be used as reference. SecureNet does not provide code review services for merchant developers. 5. Once the merchant s development team has completed coding and is ready for certification, an must be sent to the Certification Team ([email protected]) requesting certification scripts. You may also request certification through the SecuerNet website on the Developers tab. 6. The development team must run all of the scripts and then the documentation back to the Certification Team for review. The Certification Team will review the scripts and provide feedback to the development team. 7. After all the scripts have been run successfully, the Manager of Integration Services will issue a Certification Letter to the merchant. 8. The Certification Letter will be issued for the specific application name and version that was certified. 9. The merchant may now move the system into production and begin using their SecureNet account(s) for payment processing. 1.7 Post Integration / Certification Once the application integration is complete, the following steps and considerations should be taken into account: 1. The merchant s development team should change all variables and configuration files to point to the Production Gateway environment. These endpoints will be delivered by the Integration Services team upon completion of the certification process. 2. To process in production, all merchants will need to work with a sales representative to complete the merchant application. Upon approval, all relevant account information will be delivered by the SecureNet Merchant Support team. 3. It is recommended that, before the official release, the development team complete a few production tests using live data. The type and number of tests is at the discretion of the merchant and its development team. 4. Due to the nature of the payment industry, SecureNet reserves the right to make changes to the API and/or the services provided. SecureNet will inform all merchants, via official notification, of any changes that will be implemented in future releases. If any of these changes impact the integrated application, the merchant should make the necessary code updates and repeat the integration / certification steps above. The code changes and retesting must be completed before SecureNet s official release date. The updated application should be moved into production on the same day as the official SecureNet release. 5. If a Certified application should change in any way SecureNet requires re-certifying in order to ensure that all existing and new functionality works as intended, and the right version is listed at (if that option was selected on the certification form). 8
9 2 GATEWAY IMPLEMENTATION This guide explains how to integrate SecureNet into the merchant s website or application to process transactions over SecureNet s payment Gateway. Transactions could be submitted to the Gateway for processing through: Structured XML HTTPS POST/REST XML Web Service/SOAP WCF Service This guide assumes that you have some knowledge on the above mentioned topics. A brief overview of WCF and SOAP are available in Appendix C. Please take a moment to review this documentation before moving to the next sections if you are not very familiar with web service requests. 2.1 Certification End Points SecureNet utilizes different endpoints for the certification (demo) and production environments. This ensures that no live cards will be processed while you are in the development and testing phase. Below are the endpoints used while developing your Gateway integration. The production endpoints will be provided by the Implementation Team upon your successful completion of the certification process. There are three transaction endpoints, identified below as Gateway Services, Extended Services, and Transaction Services. The purposes and methods associated with these endpoints will be explained in Section 4: Methods. Each of these endpoints has a corresponding WSDL, listed just below. The last endpoint provided is for the XSD. It is crucial that all requests adhere to the order defined within the XSD. It is highly recommended that you review the XSD to ensure your requests follow the proper format. Transaction API (Gateway Services) used for payment processing (XML POST / REST) (XML Web service / SOAP) Extended Transaction Functionality API (Extended Services) used for Encryption, AutoBill & Vault reporting (XML POST / REST) (XML Web service / SOAP) Extended Transaction Process API (Transaction Services) used for Batch & Transaction reporting (XML POST / REST) (XML Web service / SOAP) WSDL (Gateway Services) (Extended Services) (Transaction Services) Global XSD 9
10 3 INTEGRATED PLATFORMS AND SERVICES The SecureNet Gateway has the ability to process transactions over multiple processing platforms. However, not all platforms can support the full range of features offered by the Gateway. Below is a list of supported platforms along with their certified functionality. 3.1 Platforms Certified Platform Services Available Supported Environment Ceridian Stored Value Retail Moto E-Commerce Certegy ACH verification PPD, CCD, TEL, & WEB only First Data Nashville Credit Card, Pin Debit Retail Restaurant Moto Ecommerce PaymentTech Netconnect (Tampa) Credit Card, Stored Value, Pin Debit Retail Restaurant Moto Ecommerce Petroleum Lodging/Hotel Car Rental SecureNet ACH Services Pre-Note, ACH processing PPD, CCD, WEB, TEL, ARC, BOC, POP, & POS SecureNet FrontEnd Credit Card, Pin Debit, Pin-less Debit, EBT Retail Restaurant Moto Ecommerce TSYS (VITAL) Credit Card, Pin Debit Retail Restaurant Moto Ecommerce 3.2 Feature Restrictions Feature Platform Availability Other Restrictions SecureNet Vault All MOTO merchants only AutoBill All SecureNet Vault Service is required MOTO merchants only ACH SecureNet RETAIL and MOTO merchants only E2E encryption (Software Based) All E2E encryption (Hardware Based) All We work with both MagTek and ID Tech encrypted devices Soft Descriptor SecureNet FrontEnd TSYS Acquirer s discretion 10
11 Level 2 (VI, MC, DI)* Level 3 (VI, MC, DI)* Feature Platform Availability Other Restrictions All *American Express does not have the traditional levels that we often refer to when speaking of Visa, MasterCard, and Discover. American Express has consumer cards and purchasing cards. Their purchasing cards have very SecureNet FrontEnd specific EDI formats, known as Level 3 data, which SecureNet does not support FirstData Nashville today. Please keep this in mind when speaking with prospects that have a high volume of American Express transactions. If they are looking for a Level 3 solution for all card types, they may need to consider alternate solutions. 11
12 4 METHODS Below is a list of each of the Methods supported by the Gateway API. Each header provides a brief description of the functions that can be found in the associated table. The header also provides the name of the endpoint through which the Method is to be used; this can be found within brackets at the end of the header. The tables provide a description of the tasks each Method can perform as well as a list of the Input and Output objects. Throughout the table, you will find several key words which have been underlined and written in blue. These correspond to topics covered throughout the API. Please click on these links if you would like additional information on an aspect of the Method contained within that table. 4.1 Methods for Standard Payment Transactions [Gateway Services] Method Name Operation Description Objects ProcessTransaction UpdateTransaction This method can be used to perform the following operations: Process a regular Transaction Process Transaction by Customer ID Process Transaction by Secondary ID (SECONDARY_MERCH ANT_KEY Process Transaction by Transaction ID Other related transaction calls Please refer to the TRANSACTION_SERVICE values for more information Used to save electronic Signature. To perform any of these operations using the Process Transaction method, the input Object(s) should be TRANSACTION, the TRANSACTION_SERVICE in the TRANSACTION object must be set and the MERCHANT_KEY should be supplied within TRANSACTION object. For the Process Transaction by Secondary ID operation, the SECONDARY_MERCHANT_KEY should be supplied inside the SECONDARY_MERCHANT_KEY property of the TRANSACTION object. No card/check information should be provided in the CARD/CHECK object. The Process Transaction by Customer ID operation will process transaction(s) on-demand for the stored Customer Record. For Card Transactions: The CARDCODE and ADDITIONALINFO objects, which are part of the CARD object, assigned to the TRANSACTION object, are used to process card transactions. For ACH Transactions: The SECCODE, CHECKNUM, and ADDITIONALINFO objects, which are part of the CHECK object, assigned to the TRANSACTION object, are used to process ACH transactions. Store the electronic signature Input Object(s): TRANSACTION Output Object(s): GATEWAY RESPONSE Input Object(s): TRANSACTIONIMAGE Output Object(s): IMAGERESPONSE 12
13 4.2 Methods for Vault Transactions [Gateway Services] Method Name Operation Description Required Objects ProcessAccount This method can be used to perform the following operations: Add Vault Account Update Vault Account Delete Vault Account To perform any of the operations using the ProcessAccount method, the TRANSACTION_VAULT should be used as the input object. All account information to be added should be passed inside ACCOUNT_VAULT object and MERCHANT_KEY inside TRANSACTION_VAULT object. The vault inside the OPERATIONPARAMETERS object should be set for Add/Update/Delete. Input Object(s): TRANSACTION_VAULT Output Object(s): GATEWAYRESPONSE ProcessCustomer ProcessCustomerAndAc count This method can be used to perform the following operations: Add Vault Customer Update Vault Customer Delete Vault Customer Add Vault Customer And Account Update Vault Customer And Account To perform any of the operations using this ProcessCustomer method, the TRANSACTION_VAULT should be used as the input object. The ACTIONCODE inside OPERATIONPARAMETERS object should be set for Add/Update/ Delete. All customer information to be added should be passed inside CUSTOMER_VAULT object and MERCHANT_KEY inside TRANSACTION_VAULT object for the add operation. CUSTOMERID should be passed inside the ACCOUNT_VAULT object and MERCHANT_KEY inside TRANSACTION_VAULT object for the Update Operation. To perform any of these operations using the ProcessCustomerAndAccount method, the TRANSACTION_VAULT should be used as the input object. The ACTIONCODE inside OPERATIONPARAMETERS object should be set for Add/Update operation. All customer information to be added should be passed inside CUSTOMER_VAULT object, account information inside ACCOUNT_VAULT object and MERCHANT_KEY inside TRANSACTION_VAULT object. Required Object: TRANSACTION_VAULT Input Object(s): <TRANSACTION_VAULT> CUSTOMER_VAULT ACCOUNT_VAULT MERCHANT_KEY Output Object(s): GATEWAYRESPONSE Input Object(s): TRANSACTION_VAULT CUSTOMER_VAULT ACCOUNT_VAULT OPERATIONPARAMETERS MERCHANT_KEY Output Object(s): GATEWAYRESPONSE 13
14 Method Name Operation Description Required Objects ProcessVaultTransaction Process Transaction Add Customer and Account This is a method to process transaction on-demand and to store a new Customer and account in Vault. ReportingAPImethods property value inside TRANSACTION object should be set for Add MERCHANT_KEY should be supplied within TRANSACTION_VAULT object, customer information to be added should be supplied inside CUSTOMER_VAULT, account information to be added should be supplied inside ACCOUNT_VAULT and transaction information except MERCHANT_KEY should be supplied inside TRANSACTION object. CopyVaultAccount CopyVaultAccount This method allows an existing Vault account to copy from one customer to another and from one SecureNet ID to another Input Object(s): TRANSACTION_VAULT CUSTOMER_VAULT ACCOUNT_VAULT TRANSACTION MERCHANT_KEY Output Object(s): GATEWAYRESPONSE Input parameters: SOURCE_MERCHANT_KEY (MERCHANT_KEY), SOURCE_ACCOUNT_VAULT (ACCOUNT_VAULT), TARGET_MERCHANT_KEY (MERCHANT_KEY), TARGET_ACCOUNT_VAULT (ACCOUNT_VAULT), CREATE_CUSTOMER (integer, 0 - do not create, 1 - create), CHANGE_ACCOUNT_INFO_TO_ TARGET (integer, 0 - do not change target account, 1 - change target account). Output Object(s): GATEWAYRESPONSE 14
15 4.3 Methods for AutoBill Transactions [Gateway Services] AutoBill without User Defined Fields (UDFs) Method Name Description Objects AddABAccount Use this method to add an AutoBill Account Input Object(s): PLAN_AB Output Object(s): GATEWAYRESPONSE UpdateABAccount Use this method to update an AutoBill Account Input Object(s): PLAN_AB Output Object(s): GATEWAYRESPONSE UpdateABSchedule Use this method to update an AutoBill Schedule Input Object(s): PLAN_AB Output Object(s): GATEWAYRESPONSE AutoBill with User Defined Fields (UDFs) Method Name Description Objects ProcessABAccount Use this method to add or update an AutoBIll Account with UDFs Input Object(s): PLAN_AB_EXT, OPERATIONPARAMETERS Output Object(s): GATEWAYRESPONSE UpdateABSchedule Use this method to update an AutoBill Schedule Input Object(s): PLAN_AB Output Object(s): GATEWAYRESPONSE 4.4 Method for Settlement Services [Gateway Services] CloseBatch Method Name Description Required Object(s) Close out the batch for settlement based on SecureNet ID Input Object(s): MERCHANT_KEY Output Object(s): BATCHDATA 4.5 Reporting Methods for Batch and Transaction Services [Transaction Services] Method Name Description Objects GetBatchTransactions GetTransactionByOrderID Method to retrieve transaction Info by Batch ID Returns the TRANSACTIONRESPONSE object to relay data for a particular Batch If BatchId = 0 captured transactions from the unclosed batch will be returned For all other values in BatchId, transactions specific to that particular batch will be returned Method to retrieve Transaction Info by Order ID. Returns the TRANSACTIONRESPONSE data by Order ID when Transaction ID is not available Transactions with basic validation errors are not stored and returned in this method Input parameters: MERCHANT_KEY and BatchId Output parameter: Array of TRANSACTIONRESPONSE objects Input Object(s): MERCHANT_KEY and OrderID Output Object(s): TRANSACTIONRESPONSE 15
16 Method Name Description Objects GetTransactionByTransactionID Method to retrieve Transaction Info by Transaction ID/ Returns the TRANSACTIONRESPONSE data by Transaction ID Input Object(s): MERCHANT_KEY and TransactionID Output Object(s): TRANSACTIONRESPONSE GetCurrentBatchID This method will return the last closed Batch ID Input Object(s): MERCHANT_KEY Output Object(s): BatchId GetTransactions Method to retrieve transaction data for transactions processed during a specific period of time Input parameters: MERCHANT_KEY, StartDate, EndDate, ExcludeDate, CustomerID, Amount, RBOnly Output Object(s): Array of TRANSACTIONRESPONSE objects 4.6 Reporting Methods for SecureNet Vault and AutoBill Services [Extended Services] Method Name Description Required Objects GetABAccounts Method to retrieve all AutoBill accounts Input Object(s): PLAN_AB Output Object(s): PLAN_AB GetABAccount Method to retrieve a single AutoBill account Input Object(s): MERCHANT_KEY and CustomerID Output Object(s): PLAN_AB GetVaultCustomers Method to retrieve a Vault Customer Input Object(s): MERCHANT_KEY and CustomerID Output Object(s): CUSTOMER_VAULT GetVaultAccountByCustomer Method to retrieve Vault Accounts by Customer ID Input Object(s): MERCHANT_KEY and CustomerID Output Object(s): Array of ACCOUNT_VAULT objects GetVaultAccount Method to retrieve a Vault Account Input Object(s): MERCHANT_KEY, CustomerID, and PaymentID Output Object(s): ACCOUNT_VAULT GetVaultRecordByCardNo GetABAccount_Ext GetABAccounts_Ext Method to retrieve Vault Accounts by Card Number Method to retrieve a single AutoBill Account with UserDefined Values Method to retrieve all AutoBill Accounts with UserDefined Values Input Object(s): MERCHANT_KEY and CardNumber Output Object(s): Array of ACCOUNT_VAULT objects Input Object(s): PLAN_AB_EXT Output Object(s): PLAN_AB_EXT Input Object(s): MERCHANT_KEY, CustomerID and PLAN_AB_EXT Output Object(s): PLAN_AB_EXT 16
17 4.7 Methods for P2P Encryption Services [Extended Services] Method Name Description Required Object(s) CreateP2PKey Method to Request a new P2P Encryption Key Input Object(s): P2PRequest Output Object(s): P2PResponse ConfirmP2PKey GetP2PKey Method to Request confirmation and activation of a new P2P Method to request the current active primary or active secondary P2P Encryption Key Input Object(s): P2PConfirmationRequest Output Object(s): P2PResponse Input Object(s): P2PRequest Output Object(s): P2PResponse 17
18 5 GATEWAY OBJECTS The various objects that can be submitted to the Gateway are shown below. A high level diagram of various transaction objects is provided first, followed by the specifications for each object in the tables that follow. The properties for each of the objects mentioned will be presented in Section 6. Later, in Section 7, sample transaction formats are provided which demonstrate how these objects and their associated properties can be assembled to make requests according to the method Input guidelines provided in Section 4. A successful integration will need to follow these guidelines along with those set forth within the XSD. Not all objects listed will be required for every request. Please refer to section 4 to determine the requirements for the Method you are attempting to implement. 5.1 Objects for Standard Transactions The parameters defined below are found in the TRANSACTION object and are assigned to the instance of this serialized object and passed to the web method ProcessTransaction to complete an authorization. The TRANSACTION Object can be used through Gateway Services and Transaction Services. The order of the objects must match the order in the Global XSD Transaction Object Structure TRANSACTION MERCHANT_KEY CARD CHECK CUSTOMER_BILL CUSTOMER_SHIP ENCRYPTION LEVEL2 LEVEL3 MPI AUTO PETROLEUM HOTEL PRODUCT SERVICE USERDEFINED SECONDARY_MER- CHANT KEY TERMINAL 18
19 HEALTHCARE IMAGE Transaction Object Specification Object Name Description Methods Used Reference TRANSACTION The parameters defined below are ProcessTransaction Available Through: assigned to the instance of this serialized ProcessVaultTransaction Gateway Services object and passed to the web method Transaction Services ProcessTransaction to complete an authorization. This object is also passed inside the TRANSACTION_VAULT object for ProcessVaultTransaction method while processing a transaction and adding vault account/customer. MERCHANT_KEY This object is used to verify merchant before processing any transaction and is required for any operation. All methods All services CARD CHECK CUSTOMER_BILL CUSTOMER_SHIP This CARD payment object contains Card information like Card number, expiry date. Check payment object is required for electronic check transactions and contains information corresponding checking or saving account. This object contains Customer Billing address and phone number and is required for Ecommerce. This object contains the customers shipping information, like name and address. ProcessTransaction ProcessVaultTransaction ProcessAccount ProcessCustomerAndAccount CopyVaultAccount ProcessTransaction ProcessVaultTransaction ProcessAccount ProcessCustomerAndAccount CopyVaultAccount ProcessTransaction ProcessVaultTransaction ProcessAccount ProcessCustomerAndAccount CopyVaultAccount ProcessTransaction ProcessVaultTransaction ProcessAccount ProcessCustomerAndAccount CopyVaultAccount ENCRYPTION This object is used for encryption. ProcessTransaction ProcessVaultTransaction LEVEL 2 This Object is used for Level 2 data. Level2 Transactions normally involve corporate cards issued from a U.S Bank. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services 19
20 LEVEL 3 MPI AUTO Object Name Description Methods Used Reference This Object is used for Level 3 data. Purchases that qualify as level 3 transactions are generally made with government credit cards or corporate cards. NOTE: Level 3 is only available to merchants on First Data Nashville platform and only for E-COMMERCE, RETAIL and MOTO transactions. The Object describes Merchant Plug-in Indicator for 3D Secure Transactions. This object is used for Rental Industry and includes rental-related information, like city rented, returned in and return times, etc. ProcessTransaction ProcessVaultTransaction ProcessTransaction ProcessVaultTransaction ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services Available Through: Gateway Services Transaction Services PETROLEUM This object is used for Petroleum industry only and includes information like number of gallons, unit price, etc. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services HOTEL The object is used for Hotel industry only and includes information, like check-in, check-out times, room rate, etc. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services PRODUCT This object contains individual product information, like product description, amount, quantity, etc. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services SERVICE This object is used for the Restaurant industry and contains gratuity amount and server number. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services USERDEFINED This object contains 50 user defined fields and allows merchants to store additional data along with transaction information. NOTE: User defined fields are not intended to and must not be used to capture personally identifiable information like name, address, social security number, driver s license number, state-issued identification number, or passport number ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services SECONDARY_MERCH ANT_KEY This object is similar to the MERCHANT_KEY Object and is used for processing transactions across various SecureNet IDs using information from the Vault linked to the Primary SecureNet ID. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services TERMINAL This is Object is used to provide terminal information for each transaction. It is applicable for ACH (POS SEC Code) and Ceridian Transactions. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services HEALTHCARE This is Object is used to provide healthcare information for each transaction. ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services 20
21 IMAGE Object Name Description Methods Used Reference This is Object is used to provide CHECK21 image information and Credit Card signature information. Byte array, should be deserializable to image ProcessTransaction ProcessVaultTransaction Available Through: Gateway Services Transaction Services 5.2 SecureNet Vault / Tokenization Transactions SecureNet Vault is SecureNet s Payment Card Industry Data Security Standard (PCI-DSS) compliant solution for storing information for credit cards, electronic checks, and Pin-less debit cards. It is a virtual database hosted by and at SecureNet on secure servers. Through tokenization, SecureNet Vault allows tokens to be created for credit card numbers. These tokens can then be stored by a merchant instead of the actual credit card number and used as an alias when submitting transactions through the API. Multiple payment profiles can be stored for a single individual with each profile identified by a unique token. Only the card number and expiry date, or bank account number will be stored in the SecureNet Vault. The security code (aka. CVV or CV2) cannot be stored as it is against PCI regulations to do so. In addition, debit cards are excluded since it is against PCI regulations to store the PIN and debit transactions cannot be processed without the PIN. Please note that the merchant account must be setup with the Vault enabled in order to take advantage of this feature TRANSACTION_VAULT Object Structure TRANSACTION VAULT ACCOUNT_VAULT CUSTOMER_VAULT MERCHANT_KEY OPERATIONPARAMETERS TRANSACTION 21
22 5.2.2 TRANSACTION_VAULT Specifications The parameters defined below are found in the TRANSACTION_VAULT object. Object Name Description Methods Used Reference ACCOUNT_VAULT Contains account information for a Methods using this object include: Gateway Services specific customer within the SecureNet ProcessAccount Extended Vault ProcessCustomer Transaction Services ProcessCustomerAndAccount ProcessVaultTransaction CopyVaultAccount CUSTOMER_VAULT OPERATIONPARAMETERS Contains customer information for a specific customer within the SecureNet Vault This object is used to specify operation type (Add, Update, or Delete) Methods using this object include: ProcessCustomer ProcessCustomerAndAccount ProcessVaultTransaction Methods using this object include: ProcessVaultTransaction ProcessAccount ProcessCustomer ProcessCustomerAndAccount Gateway Services Extended Transaction Services Gateway Services TRANSACTION Used to process a SecureNet Vault transaction Methods using this object include: ProcessAccount Gateway Services ProcessCustomer ProcessCustomerAndAccount ProcessVaultTransaction 5.3 AutoBill Transactions The SecureNet AutoBill features provide an easy way for a merchant to setup billing plans for customers stored within the Vault. Each billing profile is defined by the PLAN_AB object (defined below) and results in a PLANID. Billing can be configured in three ways: Recurring, Installment, and Variable. Using the Recurring AutoBill payments can be scheduled for daily, weekly, monthly, quarterly, and yearly recurrence. Merchants can use the Variable AutoBill to set up one or more future-dated payments for varying amounts. Lastly, the Installment AutoBill will take a total amount due and split the payment amount evenly across the designated time period with flexible variability on the recurrence schedule (i.e. weekly, monthly, etc.). This section outlines various high level objects within the PLAN_AB Object for AutoBill Transactions. Please note that the merchant account must be setup with the AutoBill enabled in order to take advantage of this feature. 22
23 5.3.1 PLAN_AB Object Structure PLAN_AB MERCHANT_KEY INSTALLMENT RECURRING SCHEDULE PLAN_AB Object Specifications Object Name Description Methods Used Reference PLAN_AB This object defines the information that can be Methods using this object include: Gateway services, submitted to the Gateway for AutoBill AddABAccount Extended Services transaction processing. UpdateABAccount UpdateABSchedule GetABAccount GetABAccounts MERCHANT_KEY This object is used to verify the merchant All methods Gateway services, before processing any transaction and is Extended Services required for every operation. Transaction Services INSTALLMENT RECURRING SCHEDULE This object contains information on Customer s installment plan. This object contains information on Customer s recurring payment plan. This object contains an array of PAYMENT_AB Methods using this object include: AddABAccount, UpdateABAccount UpdateABSchedule GetABAccount GetABAccounts Methods using this object include: AddABAccount UpdateABAccount UpdateABSchedule GetABAccount GetABAccounts Methods using this object include: AddABAccount UpdateABAccount UpdateABSchedule GetABAccount GetABAccounts Gateway services Extended Services Gateway services Extended Services Gateway services Extended Services 23
24 5.3.3 PLAN_AB_EXT Structure PLAN_AB_EXT PLAN_AB USERDEFINED PLAN_AB_EXT Specifications Object Name Description Methods Used Reference PLAN_AB_EXT This object contains PLAN_AB and the Methods using this object include: Gateway Services USERDEFINED objects ProcessABAcount Extended Services GetABAccount_Ext GetABAccounts_Ext PLAN_AB This object defines the information that can be Methods using this object include: Gateway services, submitted to the Gateway for AutoBill AddABAccount Extended Services transaction processing. UpdateABAccount UpdateABSchedule GetABAccount GetABAccounts USERDEFINED Object that allows for 50 fields which the Merchant labels that are passed with each transaction 5.4 Settlement Request Objects Settlement Requests allow the system to initiate a batch close on demand. The Gateway does not have any specialized objects for Settlement requests. The only method used for Settlement is CloseBatch. Per the input requirements provided in the previous sections, the only object used for Settlement requests is Merchant_Key, a requirement of all requests so that the Merchant can be correctly identified by the Gateway. Please review the MERCHANT_KEY Object properties provided in Section 6 for more details on the values that can be passed when making settlement requests. 5.5 Reporting Request Objects The Reporting API services allow merchants to perform additional functions within their processing systems by collecting and reporting on transactional data within the SecureNet Gateway. Reports can be used to retrieve values related to a batch or merchant parameter. The merchant server, upon receiving this data, determines the message to display to the end-user. There are no unique objects tied to the Reporting Service Requests. Like all other services, reporting requests require that the MERCHANT_KEY object is passed. Then, depending on the information being requested, individual data fields are added to the request to narrow the search in the Gateway database. For more information on the fields that can be used, please revisit sections 4.8 and 4.9 where the input parameters are provided for each of the reporting methods. Under the heading Report Request Formats in section 7 of this API there are sample values along with formatting guidelines for each of the optional fields within a transaction request. It is recommended that this be reviewed prior to attempting any reporting request. NOTE: Data in the reporting services database is not updated in real-time, there is a 30-minute delay. 24
25 5.6 Response Objects Upon receiving a correctly formatted request, the SecureNet Gateway will provide the merchant with a response. There are various response objects which correlate to particular methods and service requests. Each object is designed to return information that is relevant to that request. Some response objects re-use objects from the request, often to echo back the information that was submitted. Each of the unique response objects that can be generated by the Gateway are outlined below. They have been divided by the service requests they pertain to: Transactions, Settlement, Reporting and Encryption GATEWAYRESPONSE Object Structure This section describes the response returned by the Gateway when a merchant server submits a transaction for processing GATEWAYRESPONSE Object Specification Object Name Description Constraints Reference ABRESPONSE Response for AutoBill Transactions All restrictions as Gateway Can be part of GATEWAYRESPONSE or defined in the Request standalone for transactional responses Object Specs apply. Services TRANSACTIONRESPONSE VAULTACCOUNTRESPONSE VAULTCUSTOMERRESPONSE P2PKEYRESPONSE GATEWAYRESPONSE ABRESPONSE SCHEDULE TRANSACTIONRESPONSE CUSTOMER_BILL VAULTACCOUNTRESPONSE VAULTCUSTOMERRESPONSE P2PKEYRESPONSE Response for Standard Payment Transactions and Reporting API Transactions Can be part of GATEWAYRESPONSE or standalone for transactional responses Response for SecureNet Vault Account Transactions Can be part of GATEWAYRESPONSE or Standalone for transactional responses Response for SecureNet Vault Customer Transactions Can be part of GATEWAYRESPONSE or standalone for transactional responses Contains the results of the P2P Encryption request Can be part of GATEWAYRESPONSE or standalone for transactional responses All restrictions as defined in the Request Object Specs apply. All restrictions as defined in the Request Object Specs apply. All restrictions as defined in the Request Object Specs apply. All restrictions as defined in the Request Object Specs apply. Gateway Services Transaction Services Gateway Services Gateway Services Extended Services Transaction Services 25
26 5.6.3 Settlement Response Object Structure BATCHDATA BATCHDETAIL BATCHDATA Object Specification This section details high-level BATCHDATA Object specification. Descriptions, rules and notes for each object of BATCHDATA are detailed below: Property Name Description Methods Used Reference BATCHDATA Superset and Response object for Batches created CloseBatch Gateway Services BATCHDETAIL Subset of Batch data with Individual Batch Details Object is returned only if Batches are created and transactions exist to create a batch CloseBatch Gateway Services Reporting Response Object Structure TRANSACTIONRESPONSE CUSTOMER_BILL Reporting Response Object Specification Object Name Description Methods Used Reference TRANSACTIONRESPONSE Response for Standard Payment GetBatchTransactions Available Through: Transactions and Reporting API GetTransactionByOrderID Gateway Services Transactions GetTransactionByTransactionID Transaction Services Can be part of GATEWAYRESPONSE or standalone for transactional GetTransactions responses CUSTOMER_BILL This object contains Customer Billing address and phone number. The values are echoed from the original request message. GetBatchTransactions GetTransactionByOrderID GetTransactionByTransactionID GetTransactions Gateway Services Transaction Services Extended Services ProcessTransaction ProcessVaultTransaction ProcessAccount ProcessCustomerAndAccount CopyVaultAccount 26
27 5.7 P2P Encryption Request Objects P2P Encryption Services: Request a new P2P Encryption Key Confirm a new P2P Encryption Key Retrieve the current Active Primary or Active Secondary P2P Encryption Key P2PREQUEST Object Structure P2PREQUEST MERCHANT_KEY P2PREQUEST Object Specification This object defines information that can be submitted to the P2P Encryption service for processing when requesting a new P2P Encryption Key. Object Name Description Methods Used Reference P2PREQUEST MERCHANT_KEY This object defines the fields required for requesting and confirming a new P2P Encryption Key. A MERCHANT_KEY representing the current client P2PConfirmationRequest Object Structure CreateP2PKey GetP2PKey All Methods This section outlines the various sections within the P2PConfirmationRequest Object. Extended Services Transaction Services Gateway Services Extended Services P2PConfrimationRequest MERCHANT_KEY P2PConfirmationRequest Object Specification This object defines the information submitted when confirming and activating a new P2P Key. Object Name Description Methods Used Reference P2PConfirmationRequest MERCHANT_KEY Object used to relate P2P information back to the merchant using ENCRYPTED_STRING and KEYID Gets or sets the requesting client's MERCHANT_KEY. (Inherited from P2PRequest.) ConfirmP2PKey All Methods Extended Services Transaction Services Gateway Services Extended Services 27
28 5.7.5 P2P Response Object Structure P2PRESPONSE KEY P2P Response Object Specification Property Name Description Methods Used Reference P2PRESPONSE Object specialized to contain information related to encryption CreateP2PKey GetP2PKey ConfirmP2PKey KEY The public key portion of a P2P Encryption key. CreateP2PKey GetP2PKey ConfrimP2PKey Extended Services Extended Services 28
29 6 GATEWAY OBJECT PROPERTIES The following section provides the properties for all objects that can be used through the API. The order of the objects will follow the order of the previous chapter: it will start with objects found in Standard Transaction requests, followed by those found in other optional services, such as the Transaction Vault, AutoBill, and Reporting. To determine which objects need to be included in your own requests, please refer to Section Standard Transaction Object Properties MERCHANT_KEY This object is used to verify a merchant before processing any transaction and is required for any operation. Max Length Required Notes <MERCHANT_KEY> Required This object is used to verify the merchant before processing any transaction and is required for every operation <GROUPID> Integer / 15 False SecureNet Group ID. Not applicable to all merchants, should be provided by SecureNet Please contact us for more information <SECUREKEY> String / 50 True Case-sensitive unique SecureKey is associated with corresponding SecureNet ID, used to authenticate the merchant and is required for each submitted transaction <SECURENETID> Integer / 8 True 7-digit unique SecureNet ID provided by SecureNet to identify the merchant and is required for each submitted transaction. If a SecureNet ID is needed contact SecureNet <ADDITIONALINFO> String / 250 Required if METHOD=EBT </MERCHANT_KEY> For EBT transactions only. String format: 11 (EBT indicator) followed by a 7-digit FNS number (leftjustified, space-filled, if FNS is less than 7 digits) Reference links Gateway Services Transaction Services Extended Services CARD Card payment object contains card information, like card number, expiration date, and can be any of the following: Credit Card, Check Card, Debit Card, or Stored Value Card. <CARD> <CARDCODE> Data Type / Max Length Required Notes Reference String / 4 Required for all E-commerce and MOTO transactions May also be manually keyed-in for Retail transactions for added security and lower Refer to Section 4 for methods and section 5 for Transaction Object Specification. A code that is printed on the back of a card. Used as partial assurance that the card is in the buyer s possession. This code is 3 digits long for Visa, MasterCard, and Discover, and 4 digits long for 29
30 <CARDNUMBER> String / 24 <EXPDATE> <KSN> String / 19 <PINBLOCK> String / 16 <TRACKDATA> String / 200 <ADDITIONALINFO> Data Type / Max Length Required Notes Reference interchange rate Required for Card-Not- Present transactions and manually keyed-in transactions when TRACKDATA is not present. Full card number is required for all regular transactions. The last 4 digits of the card number are required for VOID and PRIOR_AUTH transactions. Not required when processing transactions for stored customer records, i.e. Vault transactions. String / 4 Required for Card-Not- Present transactions and manually keyed-in transactions when TRACKDATA is not present. String/ 250 Required if METHOD = DB Required if METHOD = DB Required for Card-Present Credit Card transactions, Pin Debit transactions, and EBT (Not Voucher Clear) transactions. Optional. Required if METHOD= EBT and Transaction Type Code=0300 for Voucher Clear Transactions. Card number, 16 digits long for Visa, MasterCard and Discover, 15 digits long for American Express This value may not contain spaces, non-numeric characters, or dashes A valid card expiration date, which is not in the past Format: MMYY Example: 1012 represents October 2012 Debit Only Unaltered KSN Number from PIN pad Debit Only PinBlock from PIN pad This field contains information encoded from a valid magnetic stripe It includes information such as Primary Account Number and Expiration Date Refer to Appendix for more information. 00 No credit card account verification, default* 01 Credit card account verification* 11 followed by a 15-character long left-justified space-filled EBT Voucher number ** 02 Updates the EXPDATE of credit card during ProcessTransaction by Customer ID, if expiration date supplied is a American Express. Not required but could be used for securing credit card transactions by means of card security code validation. If card security code data is submitted, the issuer verifies whether the number matches the number assigned to the card. 30
31 </CARD> Data Type / Max Length Required Notes Reference future date for the PaymentID *Applicable only when adding a new Account to the SecureNet Vault. **For EBT Voucher Clear transactions only CHECK Check payment object is required for electronic check transactions and contains information on corresponding checking or savings account. <CHECK> Max Length Required Notes Reference Refer to Section 4 for methods and section 5 for Transaction Object Specification. <ABACODE> String / 9 True A 9-digit value representing Bank Routing/ABA Number to identify the Bank. <ACCOUNTNAME> String / 50 True Account Holder Name is required for Check Verification transactions If left blank will default to Customer Name from CUSTOMER_BILL object If Customer Name is blank an error will be returned <ACCOUNTNUM> String / 17 True Indicated the Account Number to be charged for the transaction, an all-numeric value. <ACCOUNTTYPE> String / 8 True Type of Bank Account, i.e. SAVINGS, CHECKING,BCHECK, BSAVE <BANKNAME> String / 50 False Name of Account Holders Bank. <CHECKNUM> String / 20 Required if Check Number SECCODE is BOC, POS, or ARC <MICRDATA> String / 400 False MICR Data Read from Check reader <SECCODE> String / 20 True ACH Transaction Classification The Standard Entry Class (SEC) code is a three letter code that identifies the nature of the ACH entry, like: PPD, WEB, TEL, etc. Refer to Appendix <ADDITIONALINFO> String / 250 </CHECK> Used only for METHOD = ECHECK 00 No check verification, default 01 Check verification with Certegy* 02 Pre-Note with ACH Provider** Case sensitive Case sensitive *Merchant should be enabled with Certegy, please contact SecureNet for more information. For Transaction Type Code 0000 AUTH_ONLY or 0100 AUTH_CAPTURE data will be sent for processing only if check verification returns an APPROVED status from Certegy. If Transaction Type Code is 0700 VERIFICATION data will be sent to Certegy for check verification ONLY, no transaction will be sent for processing. **Set transaction type code to 0700 VERIFICATION. Data will be sent to ACH Provider for Pre-Noting ONLY, no transaction will be sent for processing. Pre-Note CANNOT be used in conjunction with Transaction Type Codes 0000 AUTH_ONLY or 0100 AUTH_CAPTURE. 31
32 6.1.4 CUSTOMER_BILL This object contains the customers billing information, like billing address and telephone number, and is required for all E-Commerce transactions. ML Tag <CUSTOMER_BILL> Max Length Required Notes Reference <ADDRESS> String / 60 True for E- Commerce transactions <CITY> String / 40 True for E- Commerce transactions Billing street address. Together with Zip Code can be used for securing credit card transactions by means of the Address Verification System (AVS), result of AVS check will be coming back in AVS_RESULT_CODE variable of the TRANSACTIONRESPONSE object. Billing City Refer to Section 4 for methods and section 5 for Transaction Object Specification Alpha numeric only, no special characters <COMPANY> String/50 False Billing Company Alpha number only, no special characters <COUNTRY> String / 60 False Billing Country Alpha number only, no special characters < > String / 255 False Cardholder s address Valid address Has to be specified if receipt is to be sent to the Cardholder for successful transaction < RECEIPT> String/5 False Merchants can choose to send a Gateway Upper case values only generated receipt to customers, who provide an address with their transaction The receipt includes a summary and results of the transaction. Possible values: TRUE / FALSE If no is provided value is considered FALSE <FIRSTNAME> String / 50 False Contains the first name of the customer associated with the billing address for the transaction <LASTNAME> String / 50 False Contains the last name of the customer associated with the billing address for the transaction <PHONE> String / 25 False Contains the phone number of the customer associated with the billing address for the transaction <STATE> String / 40 False Billing State <ZIP> String / 20 True for E- Commerce transactions </CUSTOMER_BILL > Billing Zip Code If full address is not provided, it is advised to provide at least the ZIP for more security 32
33 6.1.5 CUSTOMER_SHIP (Optional) This object contains the customers shipping information, like name and address. <CUSTOMER_SHIP> Max Length Required Notes Reference <ADDRESS> String / 50 False Customers shipping Street Address <CITY> String / 40 False Customers shipping City <COMPANY> String / 50 False Customers shipping Company <COUNTRY> String / 50 False Customers shipping Country <FIRSTNAME> String / 50 False Shipping First Name <LASTNAME> String / 50 False Shipping Last Name <STATE> String / 40 False Shipping State <ZIP> String / 20 False Shipping Zip Code </CUSTOMER_ SHIP> Refer to Section 4 for methods and section 5 for Transaction Object Specification ENCRYPTION This object is used for P2PEncryption. <ENCRYPTION> Max Length Required Notes Reference <ENCRYPTIONMODE> Integer True 0 No Encryption 1 P2PE software based E2E Software Based Decryption 2=IDTECH MSR 3=MAGTEK MSR 4=MAGTEK IPAD <KSI> String True Integer ID of the P2P Public Key to use for encryption/ decryption. This value represents either the Primary or Secondary active P2P Public Key <KEYID> String Yes for P2PE software base Yes </ ENCRYPTION > Refer to Section 4 for methods and section 5 for Transaction Object Specification 33
34 6.1.7 LEVEL2 This Object is used for Level 2 data. Level 2 transactions normally involve corporate cards issued from a U.S Bank. <LEVEL2> Max Length Required Notes Reference <DUTY> Decimal True * Duty Amount <FREIGHT> Decimal True * Freight Amount <PONUM> String/50 True * Purchase Order <TAX> Decimal True * Tax amount <TAXFLAG> String True * Tax Inclusion 0 = Tax not included 1 = Tax included 2 = Tax exempt </LEVEL2> *Required for Level 2 processing, if this data is not provided transaction will still be processed as Level LEVEL3 <LEVEL3> Refer to Section 4 for methods and section 5 for Transaction Object Specification This object is used for Level 3 data. Level 3 transactions are generally made with government or corporate cards. Max Length Required Notes Reference <COUNTRYCODETO> String / 3 True * Country code shipped to <LEVEL3PRODUCTS> Object Array True * Array of LEVEL3PRODUCT <MERCHANT_VAT_REGISTRATIO N_NUM> String / 20 True * Merchant VAT Registration Number <ORDER_DISCOUNT_AMT> Decimal / 15 True * Order Discount Amount <PURCHASER_ORDER_DATE> String / 14 True * Purchase Order Date MMDDYYYYhhmmss or MMDDYY <PURCHASER_VAT_REGISTRATI ON_NUM> String / 20 True * Purchaser VAT Registration Number Refer to Section 4 for methods and section 5 for Transaction Object Specification <SUMMARY_COMMODITY_CODE> String / 4 True * Summary Commodity Code <VATTAX_RATE> Decimal / 15 True * VAT Tax Rate <ZIPFROM> String / 20 True * Zip Code Shipped From <ZIPTO> String / 20 True * Zip Code Shipped To <ALTTAX_AMT> Decimal / 15 False Alternate tax Amount <ALTTAX_AMT_INDICATOR> String / 1 False Alternate tax indicator, Y/N <VATTAX_AMT> Decimal / 15 False VAT Tax Amount <VAT_INVOICE_REFNUM> String / 15 False VAT invoice Reference Number </ LEVEL3> *Required for Level 3 processing, if this data is not provided transaction will still be processed, but will be downgraded to Level 2 (if all Level 2 required data is present) or to Level 1. 34
35 LEVEL3PRODUCT Required if LEVEL3 object is submitted <LEVEL3PRODUCT> Max Length Required Notes Reference <ALLTAXID> String / 12 True * Alternate tax ID number <COMMODITYCODE> String/12 True * <DISCOUNTAMT> Decimal True * <DISCOUNTRATE> Decimal / 15 True * <DISCOUNT_INDICATOR> String / 10 True * <GROSSNET_INDICATOR> String / 20 True * <ITEMCODE> String / 12 True * <ITEMNAME> String / 35 True * <ITEMTOTALAMT> Decimal True * <QUANTITY> Decimal True * <TAXAMT> Decimal / 15 True * <TAXRATE> String True * <TAXTYPEIDENTIFIER> String True * <TAXTYPE_APPLIED> String / 4 True * <UNIT> String/12 True * <UNITPRICE> Decimal True * </ LEVEL3> Refer to Section 4 for methods and section 5 for Transaction Object Specification *Required for Level 3 processing, if this data is not provided transaction will still be processed, but will be downgraded to Level 2 (if all Level 2 required data is present) or to Level MPI <MPI> This object describes Merchant Plug-in Indicator for 3D Secure Transactions. Max Length Required Notes Reference <AUTHINDICATOR> String / 50 False The electronic commerce indicator (ECI) value for a Visa transaction; or the universal cardholder authentication field (UCAF) indicator for MasterCard transaction. <AUTHVALUE> String / 50 False The cardholder authentication verification value (CAVV) for Visa transactions; or accountholder authentication value (AVV)/ universal cardholder authentication field (UCAF) for MasterCard transactions. </MPI> Refer to Section 4 for methods and section 5 for Transaction Object Specification 35
36 AUTO <AUTO> This object is used for Rental industry only and includes rental-related information, like city rented and returned in, rental and return times, etc. Max Length Required Notes Reference <EXTRA_CHARGEAMOUNT> Decimal / 15 True Additional Charge Amount <EXTRA_CHARGECODE> String / 10 True Additional Charge Code <PREFERRED_CUSTOMER> String / 1 True Preferred Customer, Y/N <RENTALCITY> String / 50 True City Rented in <RENTALDATETIME> String / 14 True mmddyyyyhhmmss <RENTALSTATE> String / 2 True State Rented in <RETURNCITY> String / 50 True City Returned In <RETURNDATETIME> String / 14 True mmddyyyyhhmmss <RETURNSTATE> String / 2 True State Returned in <SALECODE> String / 2 False 1 Sale 2 No Show </AUTO> PETROLEUM Refer to Section 4 for methods and section 5 for Transaction Object Specification Industry defined, two-character code This object is used for Petroleum industry only and includes information, like number of gallons, unit price, etc. <PETROLEUM> Max Length Required Notes Reference <DRIVEJOBNUM> String / 6 False Driver Job Number <FLEET_REFERENCENUM> String / 10 False Fleet Reference Number <FULLSERV_INDICATOR> String / 3 False Full Service indicator <GALLONS> Integer / 15 False Number of Gallons <ODOMETER> String / 6 False Odometer reading <PIN> String / 10 False Customer-entered PIN <PRODUCT> Array of PRODUCT Objects <TAXAMOUNT> Decimal / 15 False Tax Amount <UNITPRICE> Decimal / 15 False Price per unit <VEHICLENUM> String / 6 False Vehicle Number </PETROLEUM> Refer to Section 4 for methods and section 5 for Transaction Object Specification True Product Listing Refer to Appendix A for Petroleum Product Codes. 36
37 HOTEL <HOTEL> This object is used for Hotel industry only and includes information, like check-in, check-out times, room rate, etc. Max Length Required Notes Reference <CHARGETYPE> String / 1 True 1 Hotel /Lodging 2 Restaurant 3 Gift Shop <CHECKIN_DATE> String / 14 True Mmddyyyy <CHECKOUT_DATE> String / 14 True Mmddyyyy <EXTRA_CHARGEAMOUNT> Decimal / 15 True Additional Charge Amount <EXTRA_CHARGECODE> String / 10 True Additional Charge Code <PREFERRED_CUSTOMER> String / 1 True Preferred Customer, Y/N <ROOMRATE> Decimal / 15 True Rate of room <SALECODE> String / 2 True 1 Sale 2 No Show 3 Deposit 4 Delayed Charge 5 Express Service 6 Assured Reservation </HOTEL> Refer to Section 4 for methods and section 5 for Transaction Object Specification PRODUCT This is optional object contains individual product information, like product description, amount, quantity, etc. Recommended for ecommerce transactions. <PRODUCT> Max Length Required Notes Reference Refer to Section 4 for methods and section 5 for Transaction Object Specification <AMOUNT> Decimal / 15 False Product Amount <CODE> String / 9 False Product Code <DESCRIPTION> String / 50 False Product Description <NAME> String / 30 False Product Name <QUANTITY> String / 10 False Product Quantity <TAX> Decimal / 15 False Product Tax Amount <TAXABLE> String / 3 False No Yes <UNIT> String / 9 False Unit of Measure <UNITPRICE> Decimal / 15 False Price per Unit </PRODUCT> 37
38 SERVICE (Restaurant) This object is used for the Restaurant industry and contains gratuity amount and server number. <SERVICE> Max Length Required Notes Reference <GRATUITY> Decimal / 15 False Gratuity Amount <SERVERNUM> String / 6 False Server Number </SERVICE> Refer to Section 4 for methods and section 5 for Transaction Object Specification USERDEFINED This object contains 50 user defined fields and allows merchants to store additional data along with transaction information. Please note that User Defined Fields are not intended to and must not be used to capture personally identifying information, like name, address, credit card number, social security number, driver's license number, state-issued identification number, passport number, and card verification numbers. <USERDEFINED> Max Length Required Notes Reference Refer to Section 4 for methods and section 5 for Transaction Object Specification <UD1> String / 50 False Additional Data Field <UD2> String / 50 False Additional Data Field. String / 50 False Additional Data Field <UD50> String / 50 False Additional Data Field </USERDEFINED> 38
39 SECONDARY_MERCHANT_KEY This object is similar to the MERCHANT_KEY Object and is used for processing transactions across various SecureNet IDs using information from the Vault linked to the Primary SecureNet ID. <SECONDARY_MERCHANT_K EY> Max Length Required Notes Reference This object is used to verify the merchant before processing any transaction and is required for every operation <GROUPID> Integer / 15 False SecureNet Group ID Not applicable to all merchants, should be provided by SecureNet; Please contact SecureNet for more information. <SECUREKEY> String / 50 True Case-sensitive unique SecureKey is associated with corresponding SecureNet ID, used to authenticate the merchant and is required for each submitted transaction. <SECURENETID> Integer / 8 True 7-digit unique SecureNet ID provided by SecureNet to identify the merchant and is required for each submitted transaction If a SecureNet ID is needed contact SecureNet <ADDITIONALINFO> String / 250 Required if METHOD=E BT </SECONDARY_MERCHANT_K EY> For EBT transactions only. String format: 11 (EBT indicator) followed by a 7-digit FNS number (left-justified, space-filled, if FNS is less than 7 digits). Refer to Section 4 for methods and section 5 for Transaction Object Specification. 39
40 TERMINAL This object includes merchant-related information on locations and terminal. If not provided, this information will be taken from the merchants records. If provided, this object will overwrite any existing data in the merchant s records. <TERMINAL> Max Length Required Notes Reference <STORENUMBER> String / 10 Required for Ceridian <TERMINALCITY> String / 27 Required if SECCODE POS AND several locations are being processed via one single SecureNet ID <TERMINALID> String / 20 Required if SECCODE POS AND several locations are being processed via one single SecureNet ID <TERMINALLOCATION> String / 27 Required if SECCODE POS AND several locations are being processed via one single SecureNet ID <TERMINALSTATE> String / 10 Required if SECCODE POS AND several locations are being processed via one single SecureNet ID </TERMINAL> Terminal City This field identifies the city, town, village, or township in which an Electronic terminal is located Terminal Identification Code This filed identifies an Electronic terminal with a unique code that allows a terminal owner and/or switching network to identify the terminal at which an Entry originated Terminal Location This field identifies the specific location of a terminal (i.e. street names of an intersection, address, etc.) in accordance with the requirements on Regulation E. Section 205.9(a)(5) requires that an ATM or POS terminal receipt contain the location of the terminal where the transfer is initiated, or an identification such as a code or terminal number. Comment 9(a)(5) 1 is revised, as proposed, to clarify that either a code or location may be disclosed. Comments 9(a) (5) (iv) 1 and 2 are re-designated as comments 9(a) (5) 3 and 4. Terminal State This field identifies state of the United States in which an Electronic terminal is located Refer to Section 4 for methods and section 5 for Transaction Object Specification 40
41 HEALTHCARE <HEALTHCARE> Max Length Required Notes Reference <SERVICE_TYPECODE> String / 2 Required See Appendix A <CARRIERID> String / 6 Required This is the Insurance company Id (Provider Id) <OTC_AMOUNT> Decimal Required Over the counter amount <PRESCRIPTION_AMOUNT> Decimal Prescription Amount <VISION_AMOUNT> Decimal Vision Amount <CLINIC_AMOUNT> Decimal Clinic Amount <DENTAL_AMOUNT> Decimal Dental Amount </HEALTHCARE> Image Refer to Section 4 for methods and section 5 for Transaction Object Specification <IMAGE> Max Length Required Notes Reference <SIGNATURE > Byte Array Required for Signature update <CHECK IMAGE> Object/1 Required for Check21 transactions for check image capturing </IMAGE> Refer to Section 4 for methods and section 5 for Transaction Object Specification Refer to the CHECKIMAGE Object Checkimage <CHECKIMAGE> Max Length Required Notes Reference <FRONTSIDE> Byte Array Required <BACKSIDE> Byte Array </CHECKIMAGE> Refer to Section 4 for methods and section 5 for Transaction Object Specification 41
42 6.2 Transaction Vault Object Properties This object defines information that can be submitted to the Gateway for Vault transaction processing ACCOUNT_VAULT This object contains account information to add, update or delete, like payment method and corresponding card/account information. Max Length Required Notes Reference Methods using this object include: ProcessAccount ProcessCustomer ProcessVaultTransaction ProcessCustomerAndAccount CopyVaultAccount <ACCOUNT_VAULT> <ACDI> Integer / 1 False Account Duplicate Indicator. Values: 0, 1, 2, 3. Refer to ACDI in Appendix A for more information. <CARD> OBJECT / 1 Required if METHOD = CC, PD <CHECK> OBJECT / 1 Required if METHOD = ECHECK <CUSTOMERID> String / 25 True Contains the customer ID associated with the transaction or record. This can be generated using any string or system created using AUTO. If AUTO is specified, a unique CUSTOMERID is generated and returned in the response object. It cannot be a valid card number. <CUSTOMER_BILL> OBJECT / 1 Required for E- Commerce transactions <METHOD> String / 7 True Indicates method of payment for the transaction being sent to the system. <NOTES> String / 250 False Additional Notes field. Refer to Section 4 for Methods and Section 5 for Vault Object Specification. Refer to the CARD Object Refer to the CHECK Object It is recommended to use the specific customer ID versus AUTO. If you choose to have the ID automatically generated, note that AUTO is case sensitive. Refer to CUSTOMER_BILL Object. Refer to Appendix A for more information. <PAYMENTID> String / 25 True Contains the Payment ID associated with the customer record. This can be generated using any string or system created using AUTO. If AUTO is specified, a unique PAYMENTID is generated and returned in the response object. It cannot be a valid card number. It is recommended to use the specific payment id versus AUTO. If you choose to have the ID automatically generated, note that AUTO is case sensitive. 42
43 Max Length Required Notes Reference <PRIMARY> String / 5 False Specifies if the account is Primary or Upper case values only not. Values: TRUE or FALSE; Set to FALSE by default. Multiple accounts (payment methods) can be stored for a single customer and only one account can be set as primary. The system will automatically default to another payment method for the customer if the primary payment is declined. <USERDEFINED> OBJECT / 1 False Refer to the USERDEFINED Object <CARDTYPE> STRING Returned in the response <LASTACCESSDATE> STRING </ACCOUNT_VAULT> Returned in the response CUSTOMER_VAULT This object contains customer information to add, update or delete, like customer name, address, , phone number, etc. Max Length Required Notes Reference <CUSTOMER_VAULT> Refer to Section 4 for Methods and Section 5 for Vault Object Specification. <CSDI> Integer / 1 True Customer Duplicate Check Indicator 0 - If Customer ID exists then return an Error. 1 - If Customer ID exists then do not add account but continue with transaction. <CUSTOMERID> String / 25 True Contains the customer ID associated with the transaction or record. Can be any string or AUTO. If AUTO is specified a unique CUSTOMERID is generated and returned in the response object. It cannot be a valid card number. <CUSTOMER_BILL> Object / 1 False Object containing Billing Customer information. <NOTES> String / 200 False Additional Notes field. <USERDEFINED> Object / 1 False Object Containing 50 user defined fields. </CUSTOMER_VAULT> 43
44 6.2.3 OPERATIONPARAMETERS This object is used to specify operation type (Add, Update, or Delete) and to specify whether Vault information is to be added even when transaction is declined in ProcessVaultTransaction method. <OPERATIONPARAMETERS> Max Length Required Notes Reference <ACTIONCODE> Integer / 1 False 1 ADD 2 Update 3 Delete <ADD_IF_DECLINED> Integer / 1 False Add Customer/Account if transaction is declined: 0 False 1 True </OPERATIONPARAMETERS> Refer to Section 4 for Methods and Section 5 for Vault Object Specification. If not included, the default will be to ADD the transaction data to the Vault. 44
45 6.3 AutoBill Object Properties The AutoBill feature allows merchants to set up automatic scheduled and recurring credit card and ACH transactions PLAN_AB This object defines the information that can be submitted to the Gateway for AutoBill transaction processing. Max Length Required Notes Reference <PLAN_AB> This object can be used with the following methods: AddABAAccount UpdateABAccount UpdateABSchedule Available through: <ACTIVE> Integer False Available in response. Shows whether recurring billing on this record is enabled or disabled. 0 Inactive 1 Active <CUSTOMERID> String / 25 True Contains customer ID associated with payment plan. It cannot be a valid card number. <ENDDATE> String / 8 Required if NOEND_FLAG = 0 (recurring bill has an end date) Plan end date. MMDDYYYY. <INSTALLMENT> Object / 1 True Refer to PLAN_AB Object Summary <MAXRETRIES> Integer / 1 False AutoBill offers the ability to reattempt a declined transaction every day for up to five consecutive days. Enter maximum number of retries, default is 0, maximum is 5. <MERCHANT_KEY> Object / 1 True This object is used to verify merchant before processing any transaction and is required for any operation. <NEXTPAYMENT_DATE> String / 8 False Available in response. Next payment date. MMDDYYYY. <PAYMENTID> String / 25 True SecureNet Vault Payment ID. Must be enabled on the account. It cannot be a valid card number. <PAYMENTID2> String / 25 False Process through Payment ID 2 if there is a problem with Payment ID. <PLANID> Integer/10 Required Payment plan ID, auto-generated by the system and given to the merchant at the time Plan is added. Refer to MERCHANT_KEY Object 45
46 Max Length Required Notes Reference <RECURRING> Object / 1 True Refer to RECURRING Object <SCHEDULE> Array of PAYMENT_AB True <STARTDATE> String / 8 True Plan start date. MMDDYYYY. Verify the date is on or after current date. <TYPE> String / 3 True Billing types offered include Recurring Billing, Installment Billing and Variable Billing. Set TYPE to one of the following: REC for recurring INS for installment VAR for variable </PLAN_AB> PLAN_AB_EXT Refer to PAYMENT_AB Object Max Length Required Notes Reference <PLAN_AB_EXT> <PLAN_AB> PLAN_AB True Base class object <USERDEFINED> USERDEFINED False Contains the User Defined Values for the corresponding PLAN_AB object </PLAN_AB_EXT> 46
47 6.3.3 OPTIONS <OPTIONS> Please note that OPTIONS is a parent class of INSTALLMENT and RECURRING, so all parameters of OPTIONS are inherited by the two subclasses and are included in INSTALLMENT and RECURRING tables below. Max Length Required Notes Reference <CYCLE> String / 1 True W weekly M monthly Q quarterly B semiannual Y yearly <DAY> Integer / 2 Required if 1 28 CYCLE=M, Q, B, or Y <FREQUENCY> Integer / 2 True Once every period as following: If CYCLE=M: 1 11 (i.e. 2 = every 2 months) if CYCLE=W: 1 51 (i.e. 6 = every 6 weeks) for CYCLE=Y, B and Q - frequency is set automatically <MONTH> Integer / 2 Required if 1-12 CYCLE=Q, B, or Y <WEEKDAY> Integer / 1 Required if 1-7, where 1 is Sunday CYCLE=W </OPTIONS> INSTALLMENT Installment payment plans consist of a single purchase of goods or services that is billed to an account in multiple segments, over a period of time, with payments occurring on a schedule agreed by a cardholder and merchant. The INSTALLMENT object below contains information on the Customers Installment plan. Max Length Required Notes Reference <INSTALLMENT> <CYCLE> String / 1 True W weekly M monthly Q quarterly B semiannual Y yearly <DAY> Integer / 2 Required if CYCLE=M, 1-28 Q, B, or Y <FREQUENCY> Integer / 2 True Once every period as following: If CYCLE=M: 1 11 (i.e. 2 = every 2 months) if CYCLE=W: 1 51 (i.e. 6 = every 6 weeks) for CYCLE=Y, B and Q - frequency is set automatically <MONTH> Integer / 2 Required if CYCLE=Q, B, or Y
48 Max Length Required Notes Reference <WEEKDAY> Integer / 1 Required if CYCLE=W 1-7, where 1 is Sunday <AMOUNT> Decimal / 15 True Installment amount <AUTOCALC_OPTION> String / 1 True A automatic M manual <BALLOON_AMOUNT> Decimal / 15 True Balloon amount <BALLOON_OPTION> Integer / 1 True AutoBill offers the capability of the balloon payment to be applied to the first or last payment, as following: 0 - add balloon amount to first payment 1 - add balloon amount to last payment <COUNT> Integer / 2 True Number of total installments for installment plan <REMAINDER_OPTION> Integer / 1 True AutoBill offers the ability to choose first or last payment if installments are not equally divided, as following: 0 - add remainder to first payment 1 - add remainder to last payment </INSTALLMENT> RECURRING Recurring payment plans exist when multiple transactions are processed at pre-determined intervals, as a result of an agreement for the purchase of products or services that are provided over time. Recurring payment plans help simplify the process of billing a cardholder for a product or a service that is being provided on a continuous basis. Max Length Required Notes Reference <RECURRING> <CYCLE> String / 1 True W weekly M monthly Q quarterly B semiannual Y yearly <DAY> Integer / 2 Required if CYCLE=M, 1-28 Q, B, or Y <FREQUENCY> Integer / 2 True Once every period as following: If CYCLE=M: 1 11 (i.e. 2 = every 2 months) if CYCLE=W: 1 51 (i.e. 6 = every 6 weeks) for CYCLE=Y, B and Q - frequency is set automatically <MONTH> Integer / 2 Required if CYCLE=Q, 1 12 B, or Y <WEEKDAY> Integer / 1 Required if CYCLE=W 1-7, where 1 is Sunday <AMOUNT> Decimal / 15 True Total value to be charged to the payment method specified. Include decimal point followed by decimal amount. 48
49 Max Length Required Notes Reference <NOEND_FLAG> Integer / 1 True 0 = Recurring bill has an end date 1 = Recurring bill has no end date </RECURRING> PAYMENT_AB This object contains individual payment information, like amount, payment id, installment date, etc. <PAYMENT_AB> Max Length Required Notes Reference <AMOUNT> Decimal / 15 True Total amount to be charged to the payment method specified. Include decimal point followed by decimal amount. <INSTALLMENTDATE> String / 8 True Installment date. MMDDYYYY. <INSTALLMENTNUM> Integer / 2 True Installment number of this payment <NUMOFRETRIES> Integer / 1 True AutoBill offers the ability to reattempt a declined transaction every day for up to five consecutive days. Enter number of retries, between 1-5. <PAID> Integer False Available in response. 0 = installment has not yet been paid 1 = installment has been paid <PAYMENTDATE> String False Available in response. Will contain payment date of that Schedule ID for Installment and Variable billing, for Recurring billing represents next billing date. <PAYMENTID> String / 25 True Contains the Payment ID associated with the customer record. Can be any string or AUTO. If AUTO is specified, a unique PAYMENTID is generated and returned in the response object. <PLANID> Integer Required for Update only Payment plan ID, auto-generated by the system and given to the merchant at the time Plan is added. <PROCESSED> Integer / 1 False 0 not yet processed, still in the queue 1 processed <SCHEDULEID> Integer Required for Update only AutoBill allows multiple billing schedules per Customer ID. Schedule ID, auto-generated by the system and given to the merchant at the time Schedule is added. <TRANSACTIONID> Integer / 15 False Available in response; System Generated Unique ID for corresponding transaction, returned by the Gateway. </PAYMENT_AB> 49
50 6.4 Transaction Response Object Properties ABRESPONSE This object defines the information that will be sent by the Gateway as a response for AutoBill transactions. NOTE: All fields in the ABRESPONSE object are returned in a left-justified, space-filled format. <ABRESPONSE> Max Length Notes Reference Available through: <RESPONSE_CODE> String / 10 Transaction Response Code. Refer to response codes in the Appendix. <RESPONSE_REASON_CODE> String / 10 Code for providing more details about the result of the transaction. <RESPONSE_REASON_TEXT> String / 200 Brief description of the result, which corresponds with the Response Reason Code. <RESPONSE_SUBCODE> String / 10 Code used by the system for internal transaction tracking. <CUSTOMERID> String / 25 Contains the customer ID associated with the transaction or record. <PAYMENTID> String / 25 Contains the Payment ID associated with the customer record. <PLANID> Integer Echoed from PLAN_AB <SCHEDULE> Object / 1 Echoed from PLAN_AB </ABRESPONSE> TRANSACTIONRESPONSE This object defines the information that will be sent by the Gateway as a response for all standard payment transactions, as well as transactions submitted through Reporting API Services. NOTE: All fields in the TRANSACTIONRESPONSE object are returned in a left-justified, space-filled format. <TRANSACTIONRESPONSE> Max Length Notes Reference <ADDITIONALAMOUNT> Decimal / 15 For Debit cards it will contain the surcharge for the transaction, if one has been setup on the Host. (If surcharge applies, it must be printed on the customer receipt). Applicable to Paymentech only. For EBT and Stored Value cards it will contain the remaining balance on the card. See Appendix for Additional Data Chart. Available through: Gateway Services 50
51 Max Length Notes Reference <ADDITIONALDATA1> String / 100 For Stored Value cards. Includes Previous Balance (15 characters long zero filled decimal number with explicit decimal point) followed by Cash Out Amount (15 characters long zero filled decimal number with explicit decimal point). See Appendix for Additional Data Chart. <ADDITIONALDATA2> String / 100 Paymentech specific data -for Debit Transactions it will contain the Trace Number for the transaction. Optional data returned by the Host for Fleet Cards. (If data exists, it must be printed on the customer receipt as reference data). For PD transactions, settlement date is returned. For EBT transactions it will contain the FNS # echoed from the ADDITIONALINFO field of the MERCHANT_KEY object. See Appendix Additional Data Chart. <ADDITIONALDATA3> String / 100 For EBT transactions it will contain the Voucher # echoed from the ADDITIONALINFO field of the CARD object. See Appendix for Additional Data Chart. <ADDITIONALDATA4> String / 100 for ISSUE_VIRTUAL: Virtual issued card Pin Number <ADDITIONALDATA5> String / 100 P2P Encryption Transaction Response in the format: MMddyyyyHHmmss <AUTHCODE> String / 6 The six-digit alphanumeric authorization or approval code. <AUTHORIZEDAMOUNT> Decimal / 15 Authorized Transaction Amount. <AVS_RESULT_CODE> String / 2 Address Verification System Result Code. See Appendix <BANK_ACCOUNTNAME> String / 50 Name of Account holder <BANK_ACCOUNTTYPE> String / 8 Echoed from TRANSACTION <BATCHID> String / 15 Default = 0, otherwise the Batch number of the transaction <CARD_CODE_RESPONSE_CO DE> String / 2 Response code from Credit Card Identification Code verification. See Appendix <CARDHOLDER_FIRSTNAME> String / 50 First Name of Card Holder(Track Data required) <CARDHOLDER_LASTNAME> String / 50 Last Name of Card Holder (Track Data required) <CARDLEVEL_RESULTS> String / 10 Additional information about the credit card type. See Appendix <CARDTYPE> String / 10 Card Type Code is returned. See Appendix <CASHBACK_AMOUNT> Decimal / 15 Cash Back Amount echoed from TRANSACTION <CAVV_RESPONSE_CODE> String / 2 Indicates the results of Cardholder Authentication Verification Value (CAVV) verification. See Appendix <CHECKNUM> String / 20 Echoed from TRANSACTION <CODE> String / 4 Echoed from TRANSACTION <CUSTOMERID> String / 25 Echoed from TRANSACTION <EXPIRYDATE> String / 4 Echoed from TRANSACTION <GRATUITY> Decimal / 15 Echoed from TRANSACTION <INDUSTRYSPECIFICDATA> String / 1 Echoed from TRANSACTION <LAST4DIGITS> String / 4 Last 4 digits of card or bank account number <LEVEL2_VALID> String / 5 Is Level 2 valid 51
52 <LEVEL3_VALID> String / 5 Is Level 3 valid Max Length Notes Reference <MARKETSPECIFICDATA> String / 1 Echoed from TRANSACTION <METHOD> String / 7 Echoed from TRANSACTION <NETWORKCODE> String / 10 Network Code for DB transactions <NETWORKID> String / 10 Transaction Identifier for Authorization Network. <OrderID> String / 25 Echoed from TRANSACTION <PAYMENTID> String / 25 Echoed from TRANSACTION <RESPONSE_CODE> String / 3 Transaction Response Code. See Appendix <RESPONSE_REASON_CODE> String / 6 Code for providing more details about the result of the transaction. <RESPONSE_REASON_TEXT> String / 200 Brief description of the result, which corresponds to the Response Reason Code. <RESPONSE_SUBCODE> String / 6 Code used by the system for internal transaction tracking. <RETREFERENCENUM> String / 50 Bank authorization reference # <SECURENETID> Integer / 8 Echoed from TRANSACTION <SETTLEMENTAMOUNT> Decimal / 15 Settlement amount of Transaction <SETTLEMENTDATETIME> String / 14 Settlement date of transaction (MMDDYYYYHHMMSS). <SYSTEM_TRACENUM> String / 50 System Trace # for Authorization Network <TRACKTYPE> String / 1 Track Type used for transaction, 0 if no track data is present <TRANSACTIONAMOUNT> Decimal / 15 Echoed from TRANSACTION. For 0906 INQUIRY_BALANCE transactions this field indicates the available balance on the gift card. <TRANSACTIONDATETIME> String / 14 Transaction date and time as recorded in the Gateway according to merchant time zone. (MMDDYYYYHHMMSS) <TRANSACTIONID> Integer / 15 System Generated Unique ID for transaction. Used to submit a modification of this transaction at a later time, such as voiding, crediting or capturing the transaction. <CUSTOMER_BILL> Object / 1 Echoed from TRANSACTION </ TRANSACTIONRESPONSE> VAULTACCOUNTRESPONSE This object defines the information that will be sent by the Gateway as a response for all SecureNet Vault Account transactions. NOTE: All fields in the VAULTACCOUNTRESPONSE object are returned in a leftjustified, space-filled format. Max Length Notes Reference <VAULTACCOUNTRESPONSE> Object / 1 Response for SecureNet Vault Account Transactions. <RESPONSE_CODE> String / 10 Transaction Response Code. See Appendix. <RESPONSE_REASON_CODE> String / 10 Code for providing more details about the result of the transaction. <RESPONSE_REASON_TEXT> String / 200 Brief description of the result, which corresponds with the Response Reason Code. 52
53 Max Length Notes Reference <RESPONSE_SUBCODE> String / 10 Code used by the system for internal transaction tracking. <ACCOUNTTYPE> String / 8 Echoed from ACCOUNT_VAULT <ADDITIONALDATA1> String / 100 Contains TransactionID, which is generated while verifying an account before adding/updating Vault account information. <ADDITIONALDATA2> String / 100 Future Use <CARDTYPE> String / 10 Card Type Code is returned. See Appendix <COMPANY> String / 50 Echoed from ACCOUNT_VAULT <CUSTOMERID> String / 25 Contains the customer ID associated with the transaction or record <FIRSTNAME> String / 50 Echoed from ACCOUNT_VAULT <LAST4DIGITS> String / 4 Last 4 digits of card or bank account. <LASTNAME> String / 50 Echoed from ACCOUNT_VAULT <METHOD> String / 7 Echoed from ACCOUNT_VAULT <PAYMENTID> String / 25 Contains the Payment ID associated with the customer record <TRANSACTIONDATETIME> String / 14 Transaction date and time as recorded in the Gateway according to merchant time zone. (MMDDYYYYHHMMSS). </VAULTACCOUNTRESPONSE> VAULTCUSTOMERRESPONSE Max Length Notes Reference <VAULTCUSTOMERRESPONSE> Object / 1 Response for SecureNet Vault Account Transactions. <RESPONSE_CODE> String / 10 Transaction Response Code. See Appendix. <RESPONSE_REASON_CODE> String / 10 Code for providing more details about the result of the transaction. <RESPONSE_REASON_TEXT> String / 200 Brief description of the result, which corresponds with the Response Reason Code. <RESPONSE_SUBCODE> String / 10 Code used by the system for internal transaction tracking. <COMPANY> String <CUSTOMERID> String From CUSTOMER_BILL <FIRSTNAME> String <LASTNAME> String Echoed from ACCOUNT_VAULT <TRANSACTIONDATETIME> String Transaction date and time as recorded in the Gateway according to merchant time zone. (MMDDYYYYHHMMSS). </VAULTCUSTOMERRESPONSE > 53
54 6.4.5 IMAGERESPONSE This object defines the information that will be sent by the Gateway as a response when requesting to update the transaction. Max Length Required Notes Reference <TRANSACTIONID> Integer / 15 True System Generated Unique ID for corresponding transaction, returned by the Gateway. 6.5 Settlement Response Object Properties BATCHDATA Max Length Notes Reference <BATCHDATA> <BATCHCOUNT> String Number of batches <BATCHDETAILS> Object Array Array of BATCHDETAIL objects BATCHDETAIL <SECURENETID> Integer / 8 7-digit unique SecureNet ID provided by SecureNet to identify the merchant and is required for each submitted transaction </BATCHDATA> BATCHDETAIL This object contains individual batch information, like Batch ID created on Batch Close, number of transactions in a batch, etc. Max Length Notes References <BATCHDETAIL> <BatchId> String / 20 Batch ID created on Batch Close Should be the value returned by the Gateway <METHOD> String CC, DB, ECHECK <PROCESSOR> String 1 TSYS 2 Paymentech 3 SecureNet Frontend 5 Nashville <SECURENETID> String / 20 7-digit unique SecureNet ID provided by SecureNet to identify the merchant and is required for each submitted transaction If a SecureNet ID is needed contact SecureNet <TOTALBATCHAMOUNT> String / 20 Total Amount of Batch (Sales less Credits) <TOTALCREDITAMOUNT> String / 20 Total Amount of Credit <TOTALSALEAMOUNT> String / 20 Total Amount of Sale <TOTALTRANSACTIONS> String / 20 Number of transactions <BATCHDETAIL> 54
55 6.6 P2P Encryption Object Properties P2PREQUEST This object defines information that can be submitted to the P2P Encryption service for processing when requesting a new P2P Encryption Key. Max Length Required Notes Reference <P2PREQUEST> <MERCHANT_KEY Object / 1 True Refer to MERCHANT_KEY Object > </P2PREQUEST> P2PConfirmationRequest This object defines the information submitted when confirming and activating a new P2P Key. <P2PConfirmationRequest > Max Length Required Notes Reference Available through: <ENCRYPTED_STRING> String/172 True Gets or sets the encrypted string used during Extended Services confirmation of the P2P Key. <KEYID> Integer True Gets or sets the ID of the P2P Key. Extended Services <MERCHANT_KEY> Object True Gets or sets the requesting client's MERCHANT_KEY. (Inherited from P2PRequest.) </P2PConfirmationRequest> P2PRESPONSE This object defines the information that will be sent by the Gateway as a response when requesting a new P2P Encryption Key or the Current Active Primary or Secondary P2P Encryption Key. NOTE: All fields in the P2PResponse object are returned in a left-justified format. Max Length Required Notes Reference <P2PRESPONSE> Object <COMFIRMCODE> String/ 16 True The confirmation string of a P2P Encryption key. <CONFIRMATIONNUMBER> String/10 True The confirmation number of a P2P Encryption key. <EXPDATE> String/8 True The date that the P2P Encryption key is set to expire. <KEY> Object of P2P True The public key portion of a P2P Encryption key. PUBLIC KEY <KEYID> Integer True The unique identifier of the P2P Encryption key. <RESPONSE_CODE> String/1 True Indicates whether the operation was Approved, Declined, or an Error. <RESPONSE_REASON_CODE> String / 4 True The unique identifier of the RESPONSE_REASON_TEXT 55
56 Max Length Required Notes Reference <RESPONSE_REASON_TEXT> String /Variable True The human-readable text of the operation response. <RESPONSE_SUBCODE> String / 4 False The sub-code that categorizes a RESPONSE_CODE <STATUS> Integer True The current status of the P2P Encryption key. </ P2PRESPONSE > P2P_PUBLIC_KEY This object defines the P2P Encryption Public Key information that is used by the client. Max Length Notes Reference < P2P_PUBLIC_KEY> Available through: <Exponent> String / 4 The Exponent variable used for calculating the encryption key. Extended services <Modulus> String / 172 The Modulus variable used for calculating the encryption key. Extended services </ P2P_PUBLIC_KEY> P2PPublicKeyInfo This object defines the P2P Encryption Public Key information that is part of the response. Max Length Notes Reference <P2PPublicKeyInfo> Available through: <Exponent> String / 4 The Exponent variable used for calculating the encryption key. Extended Services <Modulus> String / 172 The Modulus variable used for calculating the encryption key. Extended Services </ P2PPublicKeyInfo > 56
57 7 REQUEST MESSAGE FORMATS All Gateway transactions include a common set of required parameters (listed first). Additional parameters are required depending on the transaction type. Many optional parameters can also be provided depending on the results that are to be returned. 7.1 Format for Credit Card, Debit Card, EBT, and Stored Value Card Transactions Max Length Required Notes/Sample Values Reference <TRANSACTION> Object / 1 True Available Through: Gateway Services <AMOUNT> Decimal / 15 True Total amount to be charged or credited. Include decimal point followed by decimal amount <MERCHANT_KEY> Object / 1 True SECURENET ID SECUREKEY <CODE> String / 4 True 0000 AUTH_ONLY 0100 AUTH_CAPTURE 0200 PRIOR_AUTH_CAPTURE 0201 UPDATE_TRANS_INFO 0300 CAPTURE_ONLY 0400 VOID 0401 PARTIAL_VOID 0402 VOID_BY_OrderID 0500 CREDIT 0600 FORCE_CREDIT 0700 VERIFICATION Refer to MERCHANT_KEY object for additional values Refer to the Transaction Type Table for additional values <METHOD> String / 7 True CC, DB, SV, EBT Refer to METHOD for additional values <CARD> Object / 1 True Refer to the Card Object <OrderID> String / 25 True Unique Transaction Order ID. Alphanumeric (Valid values String A-Z, 0-9) Refer to OrderID in Appendix A <DCI> Integer / 1 True 0, 1, 2, 3 Refer to DCI in Appendix A <TEST> String / 5 True TRUE = Test Transaction FALSE = Live Transaction Default is FALSE <TRANSACTION_SER VICE> Integer / 1 True Indicates Transaction Handling when Vault is enabled. Values are 0,1,2,3 default is 0. <REF_TRANSID> String / 15 Required for Transaction Code Transaction ID of a previously approved transaction, used in Transaction Code 0400 VOID 0401 PARTIAL_VOID 0500 CREDIT 0200 PRIOR_AUTH_CAPTURE This is case sensitive values Refer to TRANSACTION_SERVIC E in Appendix A Refer to REF_TRANSID in Appendix A for more details Transaction id value should be a number 57
58 <INDUSTRYSPECIFIC DATA> <INSTALLMENT_SEQ UENCENUM> <TOTAL_INSTALLMEN TCOUNT> Max Length Required Notes/Sample Values Reference String / 1 Integer / 2 Integer / 2 Required for ecommerce and MOTO transactions Leave blank for Retail transactions Required if INDUSTRYSPECIF ICDATA=3 Required if INDUSTRYSPECIF ICDATA = 3 <AUTHCODE> String / 6 Required for 300 transactions <CUSTOMERID> String / 25 Required for Vault transactions <PAYMENTID> String / 25 Required for Vault transactions Industry Specific Data Required to send the right indicator for transaction. Accepted values: P and D - ecommerce 1, 2, and 3 - MOTO Installment number for installment payment plan 1 99 Number of total installments for installment plans 1 99 Valid authorization code for Offline Transaction 0300 CAPTURE_ONLY Voice Authorization Code Valid authorization code for EBT Voucher transaction 0300 CAPTURE_ONLY Contains the customer ID associated with the Authorization Code for EBT Voucher transaction Must be enabled on the account SecureNet Vault Payment ID Must be enabled on the account Refer to INDUSTRYSPECIFICDAT A in Appendix A for more information. No space and special character No space and special character <AUTO> Object / 1 Specific to Industry Refer to the AUTO Object. <PETROLEUM> Object / 1 Specific to Industry Refer to the PETROLEUM Object. <HOTEL> Object / 1 Specific to Industry Refer to HOTEL Object. <SERVICE> Object / 1 Specific to Industry Refer to SERVICE Object. <CUSTOMERIP> String / 15 False The Customer IP address includes the Valid IP of customer Customers IP that needs to be associated with the transaction Recommended for ecommerce merchants <DEVICECODE> String / 2 False Code for payment device Blank, unless specified/ provided by SecureNet <ENTRYSOURCE> String / 10 False Transaction Source Blank, unless specified/provided by SecureNet <INVOICEDESC> String / 50 False Description of the transaction for which invoice is being issued <INVOICENUM> String / 50 Required for Ceridian Invoice number associated with the transaction 58
59 <MARKETSPECIFICDA TA> Max Length Required Notes/Sample Values Reference String / 2 False For bill payment transactions, applicable for Visa only B Bill payment D Debt indicator (contact SecureNet for more info) Don't include if a value isn t sent For Nashville processor all VISA Recurring and VISA Installment transactions are considered as Bill Payment transactions by default VISA Single Bill payment MOTO transactions are also considered as Bill Payment <NOTE> String / 500 False Additional Transaction Notes <OVERRIDE_FROM> Integer / 1 False Transaction information, billing information and UDF data will come from the listed sources based on the value of this flag: 0 - Transaction Request 1 - Customer Vault Object 2 - Account Vault Object PRIOR_AUTH_CAPTURE transaction request, Level 2 information will be overwritten with the new Level 2 values. This should also be used for 0200 PRIOR_AUTH_CAPTURE and SecureNet Vault transactions. 4 Customer Vault Billing Information and Transaction UDF 5 Account Vault Billing Information and Transaction UDF 6 - Transaction Billing Information Customer Vault UDF 7 - Transaction Billing Information and AccountVault UDF 8 Account Vault Billing Information and Customer Vault UDF 9 Customer Vault Billing Information and Account Vault UDF <RETAIL_LANENUM> String / 6 False Lane Number for Retail stores <SOFTDESCRIPTOR> String / 25 False Additional DBA descriptor Refer to SOFTDESCRIPTOR in the Appendix. <CUSTOMER_BILL> Object / 1 False Refer to CUSTOMER_BILL Object. <CUSTOMER_SHIP> Object / 1 False Refer to CUSTOMER_SHIP Object <ENCRYPTION> Object / 1 False Refer to ENCRYPTION Object <LEVEL2> Object / 1 False Refer to LEVEL2 Object <LEVEL3> Object / 1 False Refer to LEVEL3 Object 59
60 Max Length Required Notes/Sample Values Reference <PRODUCT> Object Array False Refer to PRODUCT Object <USERDEFINED> Object / 1 False Refer to USERDEFINED Object <MPI> Object / 1 False Refer to MPI Object <SECONDARY_MERCH ANT_KEY> Object / 1 False Refer to SECONDARY_MERCHA NT_KEY Object <TERMINAL> Object/1 False Refer to Terminal Object <DEVELOPERID> String/8 True Assigned by SecureNet <VERSION> String /10 True Application version of the client performing the transaction. Assigned by SecureNet <HEALTHCARE> Object /1 False Refer to the HEALTHCARE Object <IMAGE> Object /1 False Refer to the IMAGE Object </TRANSACTION> 60
61 7.2 Format for Electronic Check Transactions Max Length Required Notes/Sample Values Reference <TRANSACTION> Object / 1 True Refer to the transaction object <AMOUNT> Decimal / 15 True Total amount to be charged or credited. Include decimal point followed by decimal amount <MERCHANT_KEY> Object / 1 True SECURENETID SECUREKEY <CODE> String / 4 True Indicates the type of processing required for Transaction Request AUTH_ONLY 0100 AUTH_CAPTURE 0200 PRIOR_AUTH_CAPTURE 0201 UPDATE_TRANS_INFO 0300 CAPTURE_ONLY 0400 VOID 0401 PARTIAL_VOID 0402 VOID_BY_OrderID 0500 CREDIT 0600 FORCE_CREDIT 0700 VERIFICATION Refer to the MERCHANT_KEY object for additional values Refer to the Transaction Type Table for additional values <METHOD> String / 7 True Set Transaction Method to ECHECK Refer to the METHOD for additional values in the Appendix. <CHECK> Object / 1 True Refer to the Check Object <OrderID> String / 25 True Unique Transaction Order ID Alphanumeric (Valid values String A-Z, 0-9) <DCI> Integer / 1 True Duplicate Check Indicator Sample values: 0,1,2,3 <TEST> String / 5 True TRUE = Test Transaction FALSE = Live Transaction Default is FALSE. <TRANSACTION_SER VICE> Integer / 1 True Indicates Transaction Handling when Vault is enabled Valid values: 0,1,2,3; Default = 0 <REF_TRANSID> String / 15 Required for 0200,0201 <PAYMENTID> String / 25 Required for Vault transactions Transaction ID of a previously approved transaction, used in transaction codes SecureNet Vault Payment ID Alphanumeric (Valid values String A-Z, 0-9) Or AUTO (SecureNet API would generate a unique numeric value for reference) Refer to the OrderID in Appendix A for additional information. Refer to the DCI in Appendix A for additional information Case sensitive value Refer to the TRANSACTION_SERVICE in Appendix A for additional information Refer to Appendix A for more uses of REF_TRANSID It should have number value Alpha number value, no space and no special characters 61
62 Max Length Required Notes/Sample Values Reference <CUSTOMERID> String / 25 Required for Vault transactions Contains the customer ID associated with the transaction Alphanumeric (Valid values String A-Z, 0-9) Or AUTO (SecureNet API would generate a unique numeric value for reference) Alpha number value, no space and no special characters <CUSTOMERIP> String / 15 False Customer IP address Include the Customers IP that needs to be associated with the transaction Recommended for e-commerce transactions. The IP of the customer should be captured and can be submitted to be associated with the transaction. <ENTRYSOURCE> String / 2 False Transaction Source Blank, unless specified/provided by SecureNet <INVOICEDESC> String / 50 False Description of the transaction for which invoice is being issued <INVOICENUM> String / 50 False Invoice number associated with the transaction <NOTE> String / 500 False Additional Transaction Notes <OVERRIDE_FROM> Integer / 1 False Transaction information Billing information and UDF data will come from the below sources based on the value of this flag: 0 - Transaction Request 1 - Customer Vault Object 2 - Account Vault Object PRIOR_AUTH_CAPTURE transaction request, Level 2 information will be overwritten with the new Level 2 values. This should also be used for 0200 PRIOR_AUTH_CAPTURE and SecureNet Vault transactions. 4 - CustomerVault Billing Information and Transaction UDF 5 - AccountVault Billing Information and Transaction UDF 6 - Transaction Billing Information CustomerVault UDF 7 - Transaction Billing Information and AccountVault UDF 8 - AccountVault BillingInformation and CustomerVault UDF 9 - CustomerVault Billing Information and AccountVault UDF <RETAIL_LANENUM> String / 6 False Lane Number for Retail stores <SOFTDESCRIPTOR> String / 25 False Additional DBA descriptor Refer to the SOFTDESCRIPTOR in the Appendix <CUSTOMER_BILL> Object / 1 False Refer to the CUSTOMER_BILL Object 62
63 Max Length Required Notes/Sample Values Reference <CUSTOMER_SHIP> Object / 1 False Refer to the CUSTOMER_SHIP Object <ENCRYPTION> Object / 1 False Refer to the ENCRYPTION Object <USERDEFINED> Object / 1 False Refer to the USERDEFINED Object <MPI> Object / 1 False Refer to the MPI Object <SECONDARY_MERC HANT_KEY> Object / 1 False Refer to the SECONDARY_MERCHANT_ KEY <DEVELOPERID> String/8 False Assigned by SecureNet <VERSION> String/10 False Application version of the client performing the transaction Assigned by SecureNet <IMAGE> Object/ 1 False Refer to the IMAGE Object </TRANSACTION> 7.3 Transaction Image Request All Gateway transactions include a common set of required parameters (listed first). Additional parameters are required depending on the transaction type. Many optional parameters can also be provided depending on the results that are to be returned Transaction Image Request Message Format for Electronic Signature Max Length Required Notes / Sample Values Reference <IMAGETYPE> Object / 1 True ECHECK, SIGNATURE Available Through: Gateway Services <MERCHANT_KEY> Object / 1 True SECURENET ID SECUREKEY <SIGNATURE> Byte array True Signature in byte array <CHECKIMAGE> Object/ 1 False Not required <TransactionID> Integer / 15 True System Generated Unique ID for corresponding transaction, returned by the Gateway <RESPONSE> Object/ 1 True Contains response code, sub code and reason text Refer to MERCHANT_KEY object for additional values <TransactionID> 63
64 7.4 Reporting Request Data Type / Max Length Required <MERCHANT_KEY> Object / 1 True SECURENET ID SECUREKEY Notes / Sample Values Reference Refer to the MERCHANT_KEY object for additional values <BatchID> String / 20 Required for GetBatchTransactions Batch ID created on Batch Close Should be the value returned by the Gateway. Used to narrow search <TransactionID> Integer / 15 Required for GetTransactionByTransacti onid System Generated Unique ID for transaction. Used to narrow search <OrderID> String / 25 Required for GetTransactionByOrderID <StartDate> String / 8 Required for GetTransactions <EndDate> String / 8 Required for GetTransactions Unique Transaction Order ID to search for - Alphanumeric (Valid values String A-Z, 0-9) Search start date. MMDDYYYY. Verify the date is on or before current date. Search end date. MMDDYYYY. Verify the date is on or before current date. Refer to the OrderID in Appendix A for additional information. <ExcludeDate> String / 8 False Search exclusion date. MMDDYYYY. Verify the date is on or before current date. <Amount> Decimal / 15 <Customer ID> String / 25 False Required for GetTransactionByCusto merid Total amount being searched. Include decimal point followed by decimal amount Contains the customer ID associated with the transaction Alphanumeric (Valid values String A- Z, 0-9) Or AUTO (SecureNet API would generate a unique numeric value for reference) <RBOnly> Reserved False Reserved Reserved 64
65 APPENDIX A: GATEWAY REQUEST VALUES Account Duplicate Check Indicator (ADCI) Account Duplicate Check Indicator Indicates whether duplicate account exists. 0 - Does not check for Duplicate Card Number for specified Customer ID 1 - Checks for Duplicate Card Number for specified Customer ID 2 - Checks for Duplicate Card Number for All Customer IDs for specified SecureNet ID 3 - Checks for Duplicate Card Number for All Customer IDs for specified Group ID NOTE: For ACCOUNT_VAULT only. Set to 0 by default. DCI Duplicate Transaction Indicator must be activated in Tools tab of the Virtual Terminal: "Duplicate Transaction Lockout Settings". Duplicates are evaluated against AMOUNT, CARDNUMBER, and, optionally, a user defined field (like Customer ID, Invoice Number or one of the UDFs), and within a specified time frame of only APPROVED transactions, unless otherwise noted. If a duplicate transaction is found the new transaction is not reprocessed. 0 No duplicate checking will be done. 1 If evaluation of the above conditions results in a duplicate transaction an exception code will be returned. 2 If evaluation of the above conditions results in a duplicate transaction the original transaction response is returned with RESPONSE_REASON_TEXT = Approved. 3 Identical to 1 however OrderID is not evaluated. NOTE: After the above duplicate check is evaluated and no duplicate is found, then OrderID will be evaluated and responses sent accordingly. INDUSTRYSPECIFIC DATA For ecommerce transactions: P - Physical goods D - Digital goods For MO/TO transactions: 1 - Single purchase transaction (AVS is required) 2 - Recurring billing transaction (do not submit AVS) 3 - Installment transaction For Retail transactions leave blank. NOTE: If TRANSACTION_SERVICE = 1 (Process using Customer ID) or 2 (Process using Secondary Merchant ID), INDUSTRYSPECIFICDATA will be set to 1 by default, unless transaction request specifies otherwise. METHOD 65
66 Method indicates the method of payment for the transaction being sent to the system and can be one of the following (The following values are case sensitive): Code Description Reference CC Credit Card DB Debit ECHECK Electronic Check CHECK21 Electronic Check PD PIN-less Debit SV Stored Value EBT Electronic Benefits Transfer OrderID A client generated unique ID for each transaction submitted to the Gateway. OrderID must be unique to the SecureNet ID; however the uniqueness is only evaluated for APPROVED transactions and only for the last 30 days. If a transaction results in a decline that OrderID may be used again. The OrderID is used as a default method to avoid processing duplicate transactions. The OrderID is not verified for transaction types such as VOID and 0200-PRIOR_AUTH_CAPTURE. OrderID is limited to 25 characters; for example CUSTOMERID MMddyyyyHHmmss. Format Alphanumeric values only, No spaces and no special characters REF_TRANSID Transaction ID is a unique value provided by SecureNet's Gateway in response for all transactions (approved and declined). This value can be used to reference a previously processed transaction for further processing like to void an approved transaction, capture a 0000 AUTH_ONLY transaction etc. REF_TRANSID is required information for 0200 PRIOR_AUTH_CAPTURE, 0400 VOID Transaction and 0500-CREDIT. It is possible to re-use account information (Credit Card, Bank account information, etc.) from an authorized transaction to [process a new transaction i.e. retrieve credit card information from a previously approved transaction and use this information to submit a new transaction. If the REF_TRANSID value is set in the TRANSACTION object using a previously approved transaction s Transaction ID, a credit card number is not required to be sent, the credit card number from the transaction referenced by REF_TRANSID will be used. In order to re-use account information to process a new transaction, please follow the instructions below: 1. REF_TRANSID should be present. CARDNUMBER, ACCOUNTNUM, TRACKDATA, or MICRDATA should not be present. 2. Last 4 digit of card number or account number should be available 3. REF_TRANSID can be from a previously approved transaction. 4. REF_TRANSID should not be older than 180 days for the SecureNet ID. 5. Re-using account information from an approved transaction is available for the following transaction codes: a AUTH_CAPTURE,0000 AUTH_ONLY,0300 CAPTURE_ONLY, 66
67 b. Re-using account information cannot be done for a Card-Present transaction, i.e. INDUSTRYSPECIFICDATA in the TRANSACTION object should not be empty or null, it should be set to 1, 2, 3, P, or D. SECCODE The Standard Entry Class (SEC) code is a three letter code that identifies the nature of the ACH entry. Here are some common SEC codes: Code ARC BOC CCD POS PPD TEL WEB POP Description Accounts Receivable Entries A check received by a merchant through mail or drop box and presented as an ACH entry. Business Checking account, Personal Savings and Personal Checking accounts are only allowed Back Office Conversion A check that is converted from paper to an electronic debit at a centralized location and presented as an ACH entry. Business Checking account, Personal Savings and Personal Checking accounts are only allowed Corporate Cash Disbursement Primarily used for business to business transactions. Business Checking account is only allowed. Credits can only be processed using CCD for Business Accounts Point-of-Sale A debit at electronic terminal initiated by use of a plastic card. An example is using a Debit card to purchase gas. Personal Savings and Personal Checking accounts are only allowed Prearranged Payment and Deposits Used to credit or debit a consumer account. Popularly used for payroll direct deposits and preauthorized bill payments. Personal Savings and Personal Checking accounts are only allowed. Credits can only be processed using PPD for Personal Accounts. Telephone Initiated-Entry Verbal authorization by telephone to issue an ACH entry such as checks by phone. (TEL code allowed for inbound telephone orders only. NACHA disallows the use of this code for outbound telephone solicitations calls). Personal Savings and Personal Checking accounts are only allowed Web Initiated-Entry Electronic authorization through the Internet to create an ACH entry. Bank Account Holder First and Last Name are required. Personal Savings and Personal Checking accounts are only allowed Business Checking account, Personal Savings and Personal Checking accounts are only allowed Please note that Linked Credit transactions can be processed only if the original transaction used the following SEC codes; PPD, POS, WEB, TEL and CCD. Transaction Type Table The following table describes the Codes of transactions that can be submitted to the Gateway and how the Gateway will process them. CODE Transaction Type Description 0000 AUTH_ONLY Used to validate a credit card for the amount of goods sold. The Gateway will send this type of transaction to the financial institution for approval. However this transaction will not be sent for settlement. If the merchant does not act on the transaction within 30 days, the transaction will no longer be available for capture. Available for: Credit Cards Prepaid Cards StoredValueCard for Ceridian 67
68 CODE Transaction Type Description 0001 PARTIAL_AUTH_ONLY Used ONLY to validate a prepaid card for the amount of goods sold and may return an amount less than the requested amount if the total amount cannot be fully authorized. The Gateway will send this type of transaction to the financial institution for approval. However this transaction will not be sent for settlement. If the merchant does not act on the transaction within 30 days, the transaction will no longer be available for capture. Available for: Prepaid Cards Nashville platform only 0100 AUTH_CAPTURE Identical to AUTH_ONLY (0000); however on approval the transaction will be picked up for settlement. Available for: E-checks Credit Cards PIN Debit PIN-less Debit Prepaid Cards StoredValueCard for Ceridian EBT 0101 PARTIAL_AUTH_CAPTURE Identical to PARTIAL_AUTH_ONLY (0101); however on approval the transaction will be picked up for settlement. Available for: Prepaid Cards Credit Cards on TSYS and SecureNet FrontEnd platforms 0200 PRIOR_AUTH_CAPTURE This transaction is used to request settlement for a transaction that was previously submitted as an AUTH_ONLY (0000). The Gateway will accept this transaction and initiate settlement if the following conditions are met: The transaction is submitted with the ID of the original authorization-only transaction to be settled. The transaction ID is valid and the system has a record of the original authorizationonly transaction. The original transaction referred to is not already settled, expired, or voided. The amount being requested for settlement is less than or equal to the original authorized amount. If no amount is submitted in this transaction, the Gateway will initiate settlement for the amount originally authorized. Merchant account set up as Retail cannot capture an amount greater than the authorized amount (AUTH_ONLY (0000) to PRIOR_AUTH_CAPTURE (0200)). NOTE: If extended line item, tax, freight, and/or duty information was submitted with the original transaction, adjusted information may be submitted in the event that the transaction amount changed. If no adjusted line item, tax, freight, and/or duty information is submitted, the information submitted with the original transaction will apply. Available for: E-checks* Credit Cards Check Cards Prepaid Cards StoredValueCard for Ceridian 0201 UPDATE_TRANS_INFO To update Level II and Level III information for qualified transaction before settlement and for updating the image for Check 21 and image for ACH signature. 68
69 CODE Transaction Type Description 0300 CAPTURE_ONLY This is a request to settle a transaction that was not submitted for authorization through the payment Gateway. The Gateway will accept this transaction if an authorization code is submitted. AUTHCODE is a required field for CAPTURE_ONLY (0000) transactions. Available for: Credit Cards Check Cards Prepaid Cards EBT 0400 VOID This action cancels a previous transaction such that it is not sent for settlement. It can be performed on the following transaction types: CREDIT( 0500) AUTH_CAPTURE(0100) CAPTURE_ONLY(0300) AUTH_ONLY (0000) The transaction will be accepted by the Gateway if the following conditions are met: The transaction is submitted with the ID of the original transaction to be voided (REF_TRANSID). The card number (or the last four digits thereof) submitted with the credit transaction matches the card number of the original transaction. The Gateway has a record of the transaction referenced by the ID. The transaction has not been sent for settlement. Available for: E-checks Credit Cards Check Cards Prepaid Cards All platforms 0401 PARTIAL_VOID This action will reduce the amount of a previous unsettled transaction. The transaction is submitted with the ID of the original transaction to be voided (in REF_TRANSID field). The Gateway has a record of the transaction referenced by REF_TRANSID. The card number (or the last four digits thereof) submitted with the credit transaction matches the card number of the original transaction. The transaction has not been sent for settlement. Available for: E-checks Credit Cards Check Cards Prepaid Cards MOTO and E-Commerce merchants only Nashville platform only, TSYS in pipeline 69
70 CODE Transaction Type Description 0402 VOID_BY_OrderID This action cancels a previous transaction such that it is not sent for settlement. It can be performed on unsettled transactions of the following types: AUTH_ONLY(0000) AUTH_CAPTURE(0100) PRIOR_AUTH_CAPTURE(0101) CREDIT_AUTHONLY(0501) FORCE_CREDIT(0600) The transaction will be accepted by the Gateway if the following conditions are met: The transaction is submitted with the OrderID of the original transaction to be voided (in OrderID field). The card number (or the last four digits thereof) submitted with the credit transaction matches the card number of the original transaction. The Gateway has a record of the transaction referenced by the OrderID. The transaction has not been sent for settlement. Available for: E-checks Credit Cards Check Cards Prepaid Cards All platforms 0500 CREDIT This transaction is also referred to as a Refund and indicates to the Gateway that money should flow from the merchant to the customer. The Gateway will accept a credit (refund) request if the transaction submitted meets the following conditions: The transaction is submitted with the ID of the original transaction against which the credit is being issued (REF_TRANSID). The transaction ID is valid and the system has a record of the original transaction. The original transaction has been settled. The sum submitted in the credit transaction and all credits submitted against the original transaction is less than or equal to the original transaction amount. The card number (or the last four digits thereof) submitted with the credit transaction matches the card number of the original transaction. The credit transaction is submitted within 180 days of the settlement date and time of the original transaction. **Transactions are captured if approved Available for: E-checks Credit Cards Check Cards Prepaid Cards Debit cards for SecureNet Front End with Pin Data StoredValueCard for Ceridian EBT 0501 CREDIT_AUTHONLY* Future use 0502 CREDIT_PRIORAUTHCAPTURE* Future use 70
71 CODE Transaction Type Description 0600 FORCE_CREDIT Similar to CREDIT (0500) used for Unlinked credits when previous Authorized Transaction is not Available. This feature has to be enabled by Merchant Service Provider on the Gateway. Full Account Number should be provided **Transactions are captured if approved Available for: E-checks Credit Cards Prepaid Cards StoredValueCard for Ceridian EBT 0601 FORCE_CREDIT_AUTHONLY* Future use 0602 FORCE_CREDIT_PRIORAUTHCAP Future use TURE* 0700 VERIFICATION Run Transaction Verification on Credit Card or Bank Account with zero dollar amount. For Certegy ECHECK verification can be done for non-zero amount also. Available for: Nashville TSYS SecureNet FrontEnd platforms Credit Cards E-checks 0800 AUTH_INCREMENT This action performs an incremental authorization on a previously authorized transaction (i.e., AUTH_ONLY). Only applicable to Visa transactions and only if the terminal has been set up as LODGING or AUTO RENTAL industry type. The transaction will be accepted by the Gateway if the following conditions are met: The transaction is submitted with the ID of the transaction. The Gateway has a record of the transaction referenced by the ID. The transaction has not been sent for settlement. AUTH_INCREMENT (0800) can be submitted multiple times before submitting PRIOR_AUTH_CAPTURE (0101) ISSUE This action issues a new card or adds funds to an already activated stored value card for Paymentech platform and issues a card for Ceridian platform; also used for refunds to a stored value card for Paymentech platform. Will be treated as credit to the card holder. Available for: Pre-paid Cards/Stored Value Cards only Ceredian and Paymentech platform 0901 ACTIVATE This action activates a new card; only necessary if the stored value card is set to require activation. Available for: Pre-paid Cards Paymentech platform Ceridian 71
72 CODE Transaction Type Description 0902 REDEEM This action charges a card; the amount has to be within the available balance. Available for: Pre-paid Cards Paymentech platform Ceridian 0903 REDEEM_PARTIAL This action charges a card; the card will be approved only for the available balance on the card if the transaction is approved. Available for: Pre-paid Cards only Paymentech platform only 0904 DEACTIVATE This action de-activates an activated card; amount should be specified as zero. Available for: Pre-paid Cards only Paymentech platform only 0905 REACTIVATE This action re-activates a de-activated card. Available for: Pre-paid Cards only Paymentech platform only 0906 INQUIRY_BALANCE This action checks the available balance on the stored value card; amount should be specified as zero. The available balance on the gift card will be returned in the TRANSACTIONAMOUNT field in the TRANSACTIONRESPONSE object. Available for: Pre-paid Cards only Paymentech platform only Ceridian 0907 RELOAD/ RECHARGE Adds value to a card Available for Ceridian Pre-paid Cards/Stored Value Cards only Ceredian platform 0908 ISSUE_VIRTUAL This will issue a Virtual Card number and PIN. No plastic exists. Available for Ceridian 0909 CASH_OUT This will withdraw all the available balance from the card. Available for Ceridian 0201 UPDATE TRANSACTION INFORMATION This code enables updating Level2/Level3 transaction information of an approved transaction before it gets settled. Also this is used for CHECK21 image update and SIGNATURE image update. Both Image and Level2/Level3 information cannot be updated simultaneously. 72
73 SOFT DESCRIPTOR Displays a description in addition to the merchants DBA. This is currently restricted to credit card transactions only. Contact Support to use this field. Maximum length is 25 characters. The SOFTDESCRIPTOR field should contain the Doing Business As (DBA) name of the merchant and be the name most recognizable to the cardholder. The SOFTDESCRIPTOR field must not be used as a description field in lieu of the required, recognizable name. In addition, the SOFTDESCRIPTOR field may contain a merchandise description, order number, reference number, or other information that will further identify the transaction and assist cardholder recognition. If additional information is used, the SOFTDESCRIPTOR field must conform to one of the following formats: Field Position Data Option 1: Pos. 1 3: Merchant name or abbreviation Pos. 4: Asterisk (*) Pos. 5 25: Descriptive Information Option 2: Pos. 1 7: Merchant name or abbreviation Pos. 8: Asterisk (*) Pos. 9 25: Descriptive Information Option 3: Pos. 1 12: Merchant name or abbreviation Pos. 13: Asterisk (*) Pos : Descriptive Information TRANSACTION_SERVICE [Regular Transactions] 0 Regular Transaction (Default) [SecureNet Vault Transactions] 1 - Process Transaction using Customer ID 2 - Process Transaction using SECONDARY_MERCHANT_KEY 3 - Process Transaction Add Customer and Account Level III Values Commodity Code for Level III items Summary, Item Commodity code and Description fields should be populated with Standard United Nations Standard Products and Services Code (UNSPC) from unspsc.org Standard codes can be found at Unit of Measurement for Level III items 2 characters UOM should be submitted for Item Unit type for Level III transactions. Refer ANSI X-12 Allowable Units of Measure and Codes Standard codes can be found at HealthCare Code 2 characters HealthCare Code is required for HealthCare Transactions. 73
74 Refer United States Health Information Knowledgebase (USHIK) Metadata Registry for Accredited Standards Committee X12 Service Type Code. Standard Service Type code can be found at Product Codes for Petroleum Industry Transactions Paymentech Petroleum Product Codes/Paymentech Generic Codes Ethan1 (Regular) 001 Wipers 023 Diesel 002 Battery 024 Unleaded 003 Fluids/Coolants 025 Super Unleaded 004 Tires 026 Other Fuel 005 Hoses 027 Unleaded Plus 006 Filters 028 Gas/Alcohol 007 Repairs 030 Gas/Alcohol Oil Change 031 Diesel Tune Up 032 Propane 010 Inspection 033 CNG 011 Car Wash 034 Unleaded 10% blend 012 Tires/Batteries/Access 035 Unleaded Plus 10% blend 013 Other 040 Super Unleaded 10% 014 Accessories 041 Unleaded 7% blend 015 Food 042 Unleaded Plus 7% 016 Service 043 Super Unleaded 7% blend 017 Parts 044 Refer Fuel 018 Labor 045 Farm Fuel 019 Reserved 046 Multi-fuel 020 Discount* 051 Motor Oil 021 Sales Tax** 056 Lamps 022 *Product Code 051: Discount is a negative amount **If tax is submitted as a Product Code, it must ALSO be submitted in the purchasing card data fields. Product Amounts can be treated as negative values if they have been setup as such with the host. When submitted, the total of the positive product amounts minus the negative product amounts must equal the transaction amount. Transaction amounts must cross foot: Sum of all Product Amounts must equal Transaction Amount. If provided: Unit Price * Quantity = Product Amount (Quantity multiplied by Unit Price is rounded using 4/5 rounding to derive the extended amount.) Auto-Rental Extra Fee Indicator 74
75 APPENDIX B: GATEWAY RESPONSE CODES AVS_RESULT_CODE Indicates the result of Address Verification System (AVS) checks. The Address Verification System (AVS) helps merchants detect suspicious transaction activity. To use this system, the merchant must submit the customer s credit card billing address (numeric value only) to the Gateway for validation. This information is submitted by the Gateway to the financial institutions. The financial institutions compare the submitted address with the billing address on file for that particular credit card and return an AVS response code to the Gateway. The Gateway includes this code in the response back to the merchant. AVS Code Description 0 AVS data not provided A Street address matches, Zip Code does not B Postal code not verified due to incompatible formats C Street address and postal code not verified due to incompatible formats D Street address and postal code match E AVS data is invalid G Non-U.S. issuing bank does not support AVS I Address information not verified by international issuer M Customer Name, Billing Address and Zip match N Neither street address nor Zip code match P Street address not verified due to incompatible format R Retry: issuer's system unavailable or timed-out S U.S. issuing bank does not support AVS T Street address does not match, but 9-digit Zip code matches U Address information is unavailable W 9-digit Zip matches, street address does not X Street address and 9-digit Zip match Y Street address and 5-digit Zip match Z 5-digit Zip matches, street address does not NOTE: It is recommended that merchants enable some level of Address Verification to avoid non-qualified transaction surcharges that can be levied by merchant banks and merchant service providers. 75
76 CARD_CODE_RESPONSE_CODE (CVV2/CVC2/CID) The Credit Card Identification Code, or Card Code, is a three- or four-digit security code that is printed on the back of credit cards in reverse italics in the card s signature panel (or on the front for American Express cards). The merchant can collect this information from the customer and submit the data to the Gateway. The Gateway will pass this information to the financial institution along with the credit card number. The financial institution will determine if the value matches the value on file for that credit card and return a code indicating whether the comparison failed or succeeded. The Gateway passes back this response code to the merchant. Code Description 0 CVV/CID not provided M Match N No match P Not processed S Data not present U Issuer unable to process request Y Card Code Matches (Amex Only) CARDLEVEL_RESULTS This table provides additional information on card type: NOTE: MasterCard results are available only for SecureNet Frontend, First Data Nashville and TSYS processor. Code A AX1 B C D DI1 E F G G1 G2 G3 H Visa Debit I J J1 J2 J3 J4 K Description Visa Traditional American Express Visa Traditional Rewards Visa Signature Visa Signature Preferred Discover Reserved Visa Business Visa Signature Business Visa Business Check Card Visa Business Enhanced Visa Check Card Visa Debit Reserved Reserved Visa General Prepaid Visa Prepaid Gift Visa Prepaid Healthcare Visa Prepaid Commercial Visa Corporate 76
77 Code K1 L M N P Q Q1 R S S1 S2 S3 T U V1 W Z O 9 Description Visa GSA Corporate T&E Reserved MasterCard/EuroCard Reserved Private Label Private Label Prepaid Proprietary Visa Purchasing Visa Purchasing with Fleet Visa GSA Purchasing Visa GSA Purchasing with Fleet Reserved Visa TravelMoney Reserved Reserved Reserved Provides additional information on MasterCard type: Code DLG DLH DLI DLS MAB MAC MBD MBE MBK MCA MCB MCE MCF MCG MCH MCM MCO MCP MCS MCT MCU MCV Description Debit MasterCard Gold Delayed Debit Debit MasterCard World Embossed Delayed Debit Debit MasterCard Standard ISIC Student Card Delayed Debit Debit MasterCard Card Delayed Debit World Elite MasterCard Business MasterCard Corporate World Elite MasterCard Professional Debit Business Card MasterCard Electronic Business Card MasterCard Black MasterCard Electronic Basic Card MasterCard BusinessCard Card MasterCard Corporate Card MasterCard Electronic Card MasterCard Corporate Fleet Card Gold MasterCard Card MasterCard Premium Charge MasterCard Corporate Meeting Card MasterCard Corporate MasterCard Corporate Purchasing Card MasterCard Standard Card Titanium MasterCard MasterCard Unembossed Merchant-Branded Program 77
78 Code MCW MDB MDG MDH MDJ MDL MDM MDN MDO MDP MDQ MDS MDT MDU MEB MEC MED MEF MEO MEP MFB MFD MFE MFH MFL MFW MGF MHA MHB NHC MHH MIB MIC MID MIG MIH MIJ MIK MIL MIP MIS MIU Description World MasterCard Card Debit MasterCard BusinessCard Card Debit Gold MasterCard World Debit Embossed Debit- Debit Other 2 Embossed Business Debit Other Embossed Middle Market Fleet Card Middle Market Purchasing Card Debit MasterCard Other Debit MasterCard Platinum Middle Market Corporate Card Debit MasterCard MasterCard Business Debit Debit MasterCard Unembossed MasterCard Executive BusinessCard Card MasterCard Electronic Commercial Debit MasterCard Electronic MasterCard Electronic Payment Account MasterCard Corporate Executive Card Premium Debit MasterCard Flex World Elite Flex Platinum Flex charge World Elite Flex World Flex Charge Platinum Flex Charge World MasterCard Government Commercial Card MasterCard Healthcare Prepaid Non-tax MasterCard HAS Substantiated MasterCard Healthcare Credit Non-substantiated MasterCard Unembossed Prepaid Student card MasterCard Credit Electronic Student Card MasterCard Credit Standard Student Card MasterCard Debit Unembossed Student Card MasterCard Credit Umembossed Student Card MasterCard Electronic Consumer Non U.S. Student Card MasterCard Debit Unembossed Non U.S. Student Card MasterCard Electronic Consumer Prepaid Non U.S Student Card MasterCard Unembossed Prepaid Non U.S Student Card MasterCard Debit Prepaid Student Card MasterCard Debit Standard Student Card Debit MasterCard Unembossed Outside US 78
79 Code MLA MLC MLD MLL MNF MNW MPA MPB MPC MPF MPG MPJ MPK MPL MPM MPN MPO MPR MPT MPV MPW MPX MPY MPZ MRB MRC MRF MRG MRH MRJ MRL MRK MRO MRP MRS MRW MSD MUP MUS MUW MWB MWD Description MasterCard Central Travel Solutions Air MasterCard Micro-Business Card MasterCard Distribution Card MasterCard Central Travel Solutions Land MasterCard Public Sector Commercial Card World MasterCard Card (Europe) Prepaid MasterCard Payroll Card MasterCard Preferred BusinessCard MasterCard Professional Card Prepaid MasterCard Gift Card Prepaid MasterCard Consumer Reloadable Card Prepaid Debit MasterCard Card Gold Prepaid MasterCard Government Commercial Card Platinum MasterCard Card Prepaid MasterCard Consumer Promotion Card Prepaid MasterCard Insurance Card Prepaid MasterCard Other Card Prepaid MasterCard Travel Card Prepaid MasterCard Teen Card Prepaid MasterCard Government Benefit Card Prepaid MasterCard Corporate Card Prepaid MasterCard Flex Benefit Card Prepaid MasterCard Employee Incentive Card Prepaid MasterCard Emergency Assistance Card Prepaid MasterCard Electronic BusinessCard Prepaid MasterCard Electronic Card Standard Deferred Prepaid MasterCard Card Outside US MasterCard Platinum Prepaid Travel Card Prepaid MasterCard Gold Card Prepaid MasterCard Electronic Commercial Prepaid MasterCard Public Sector Commercial Card MasterCard Rewards Only Standard Retailer Centric Payments Prepaid MasterCard ISIC Student Card Prepaid MasterCard BusinessCard Credit Outside US Deferred Debit MasterCard Premium Debit MasterCard Unembossed Prepaid MasterCard Unembossed US MasterCard World Domestic Affluent World MasterCard for Business World Deferred 79
80 Code Description MWE MasterCard World Elite MWO MasterCard Corporate World MWR World Retailer Centric Payment PVA Private Label 1 PVB Private Label 2 PVC Private Label 3 PVD Private Label 4 PVE Private Label 5 PVF Private Label 6 PVG Private Label 7 PVH Private Label 8 PVI Private Label 9 PVJ Private Label 10 SUR Prepaid MasterCard Unembossed Outside US TBE Business Immediate Debit TCB MasterCard Business Card Immediate Debit TCC MasterCard (Mixed BIN) Immediate Debit TCE MasterCard Electronic Immediate Debit TCF MasterCard Fleet Card Immediate Debit TCG Gold MasterCard Card Immediate Debit TCO MasterCard Corporate Immediate Debit TCP MasterCard Purchasing Card Immediate Debit TCS MasterCard Standard Card Immediate Debit TCW World Signia MasterCard Card Immediate Debit TDN Middle Market MasterCard Purchasing Card Immediate Debit TEB MasterCard Executive BusinessCard Card Immediate Debit TEC MasterCard Electronic Commercial Immediate Debit TEO MasterCard Corporate Executive Card Immediate Debit TIB ISIC MasterCard Electronic Student Card Immediate Debit TIC ISIC MasterCard Standard Student Card Immediate Debit TIU MasterCard Unembossed Immediate Debit TLA MasterCard Central Travel Solutions Air Immediate Debit TNF MasterCard Public Sector Commercial Card Immediate Debit TNW MasterCard New World Immediate Debit TPB MasterCard Preferred Business Card Immediate Debit TPC MasterCard Professional Card Immediate Debit TPL Platinum MasterCard Immediate Debit 80
81 CAVV_RESPONSE_CODE Indicates the results of Cardholder Authentication Verification Value (CAVV) verification. Code Description Blank CAVV not validated 0 CAVV not validated because erroneous data was submitted 1 CAVV failed validation 2 CAVV passed validation 3 CAVV validation could not be performed; issuer attempt incomplete 4 CAVV validation could not be performed; issuer system error 5 Reserved for future use 6 Reserved for future use 7 CAVV attempt failed validation issuer available (U.S.-issued card/non-u.s acquirer) 8 CAVV attempt passed validation issuer available (U.S.-issued card/non-u.s. acquirer) 9 CAVV attempt failed validation issuer unavailable (U.S.-issued card/non-u.s. acquirer) A CAVV attempt passed validation issuer unavailable (U.S.-issued card/non-u.s. acquirer) B CAVV passed validation, information only, no liability shift CARDTYPE Codes The CARDTPYE Code is a system-specific code for different types of cards as identified by the Gateway. CARDTYPE Code Response Description Reference ACH e-check AX American Express DB Debit Card DC Diners Club DS Discover EBT Electronic Benefits Transfer GC Gas Card (Fuelman) JC JCB MC MasterCard MCF MasterCard Fleet PD PIN-less Debit SV Stored Value Card VI Visa VIF Visa Fleet VY Voyager WX Wright Express (WEX) Card CHECK21 Check 21 81
82 RESPONSE_CODE Indicates the result of the transaction: 1 Approved 2 Declined 3 Error / Invalid Data TRANSACTIONRESPONSE Additional Data Chart Field Name Debit Cards EBT Stored Value Cards ADDITIONALDATA1 Previous Balance (15 characters long zero filled decimal number with explicit decimal point) followed by Cash Out Amount (15 characters long zero filled decimal number with explicit decimal point) ADDITIONALDATA2 ADDITIONALDATA3 ADDITIONALDATA4 ADDITIONALDATA5 Paymentech specific data For Debit Transactions it will contain the Trace Number for the transaction. For PD transaction, settlement date is returned. P2P Encryption Transaction Response String (22 Characters): 7- digit Key ID + {1,2} + MMddyyyyHHmmss ADDITIONALAMOUNT For Debit Transactions it will contain the surcharge for the transaction, if one has been setup on the Host. (If surcharge applies, it must be printed on the customer receipt). Applicable to Paymentech only. CASHBACK_AMOUNT Cash Back Amount For EBT transactions it will contain the FNS # echoed from the ADDITIONALINFO field of the MERCHANT_KEY object. For EBT transactions it will contain the Voucher # echoed from the ADDITIONALINFO field of the CARD object. P2P Encryption Transaction Response String (22 Characters): 7-digit Key ID + {1,2} + MMddyyyyHHmmss Current Balance for ISSUE_VIRTUAL: Virtual issued card number for ISSUE_VIRTUAL: Virtual issued card EXP date for ISSUE_VIRTUAL: Virtual issued card Pin Number P2P Encryption Transaction Response String (22 Characters): 7-digit Key ID + {1,2} + MMddyyyyHHmmss Current Balance Fleet Cards Paymentech only Optional data returned by the Host for Fleet Cards. (If data exists, it must be printed on the customer receipt as reference data). P2P Encryption Transaction Response String (22 Characters): 7- digit Key ID + {1,2} + MMddyyyyHHmmss 82
83 Field Name Debit Cards EBT ADDITIONALAMOUNT For Debit Transactions it will contain the surcharge for the transaction, if one has been setup on the Host. (If surcharge applies, it must be printed on the customer receipt). Applicable to Paymentech only. Current Balance Stored Value Cards Current Balance Fleet Cards CHECK Object CARD Object MERCHANT_KEY Object Reference ADDITIONAL INFO ACH Credit Card EBT 00 No Check Verification (default value) 01 Check verification through Certegy 02 Pre-Note with ACH Provider No credit card account verification, default value. Applicable only when adding a new Account to the SecureNet Vault. Credit card account verification. Applicable only when adding a new Account to the SecureNet Vault. Update EXPDATE of credit card during Process Transaction by Customer ID. Variable Text 11 (EBT indicator) character long leftjustified space-filled EBT Voucher number. For EBT Voucher Clear transactions only. For EBT transactions only. 11 (EBT indicator) + 7-digit FNS number (left-justified, space-filled, if FNS is less than 7 digits). Applicable to: Gateway Services Extended Services Supported Platform: Paymentech Ceridian ACH Refer:
84 APPENDIX C: TRACK DATA GUIDELINES This field contains information encoded from a valid magnetic stripe and includes data such as Primary Account Number and Expiration Date. Unaltered Track Data must be forwarded intact. On Debit Card and EBT (Not Voucher Clear) transactions, this field is mandatory (with the exception of Debit Card PIN-Less transactions, which are entered manually). Track Data may contain Track 1 and/or Track 2 data. Track 2 data is required for Pin Debit and Stored Value transactions. Track 1 and Track2 data should not be submitted together. Gateway will also accept trackdata with beginning and end sentinel removed. It is not acceptable to: 1. Use a manually entered account number and attempt to create a pseudo magnetic stripe. 2. Alter a Track 1 magnetic stripe and remove the cardholder name to make it look like a Track Flip the expiration date digits to MMYY order. 4. Truncate trailing spaces or zeroes. 5. Add, delete, or move characters in any way, including trailing spaces. Accurate Track 1 or Track 2 data is required to receive Card Present rates. Authorization requests containing altered Track 1 or Track 2 data will be flagged as NOT COMPLIANT by Visa and MasterCard, resulting in the merchant paying the highest transaction rate and forfeiture of chargeback protection. Both associations monitor non-compliant transactions and will assess fines and penalties to merchants that are not in compliance. The POS device or software must perform the following operations on Track read data before it can be used in an authorization request message: The longitudinal redundancy checks (LRC) must be calculated for the data read from the Track and compared to the LRC read from the Track. The Track data is assumed to be read without errors when no character parity errors are detected and the calculated and read LRCs match. The starting sentinel, ending sentinel, and LRC are discarded. The character codes read from the magnetic stripe must be converted from the encoded character set to the set used for the authorization request message. The characters encoded on Track 1 are six bit plus parity codes and the characters encoded on Track 2 are four bit plus parity codes, with the character set used for the request message defined as seven bit plus parity code. All characters read from a Track must be converted to the request message character set and transmitted as part of the request. The converted Track data cannot be modified by adding or deleting non-framing characters and must be a one for one representation of the characters read from the Track. NOTE: You only need to submit Track 1 or Track 2 data. If both tracks are sent by the POS application, the Gateway will use the Track 1 information. If neither Track 1 nor Track 2 data is submitted, but x_card_num and x_exp_date are submitted, the Card Present transaction rate might be downgraded. Track 1 Data This is a variable length field with a maximum data length of 76 characters. The Track 1 data read from the cardholder s card is checked for parity and LRC errors and then converted from the six-bit characters encoded on the card to seven bit characters as defined in ANSI X3.4. As part of the conversion, the terminal must remove the framing characters (start sentinel, end sentinel, and LRC characters). The separators must be converted to either an ASCII ^ (HEX 5E) or ASCII <US> (HEX 1F) characters. The entire unaltered Track, excluding framing characters, must be provided in the authorization request message or an error condition will result. 84
85 Track 1 can be encoded with up to 79 characters as shown below: SS FC PAN FS NAME FS DATE SVC CD DISCRETIONARY DATA ES LRC LEGEND: Field Description Length Format SS Start Sentinel 1 % FC Format Code ( B for credit cards) 1 Alphanumeric PAN Primary Account Number 19 max Numeric FS Field Separator 1 ^ NAME Card Holder Name 2-25 max Alphanumeric FS Field Separator 1 ^ DATE Expiration Date (YYMM) 4 Numeric SVC CD Service Code 3 Numeric DISCRETIONARY DATA Optional Issuer Data Variable Alphanumeric ES End Sentinel 1? LRC Longitudinal Redundancy Check 1 Total cannot exceed 79 bytes 79 Track 2 Data This is a variable length field with a maximum data length of 37 characters. The Track 2 data read from the cardholder s card is checked for parity and LRC errors and then converted from the four-bit characters encoded on the card to seven bit characters as defined in ANSI X3.4. As part of the conversion, the terminal must remove the start sentinel, end sentinel, and LRC characters. The separators must be converted to either an ASCII = (HEX 3D) or ASCII D (HEX 44) characters. The entire UNALTERED Track (excluding framing characters) must be provided in the authorization request message or an error message will be generated. Track 2 Data can be encoded with up to 40 characters as shown below: SS PAN FS DATE SVC CD DISCRETIONARY DATA ES LRC LEGEND: Field Description Length Format SS Start Sentinel 1 ; PAN Primary Account Number 19 max Numeric FS Field Separator 1 = DATE Expiration Date (YYMM) 4 Numeric SVC CD Service Code 3 Numeric DISCRETIONARY DATA Optional Issuer Data Variable Alphanumeric ES End Sentinel 1 0F Hex LRC Longitudinal Redundancy Check 1 Total cannot exceed 40 bytes 40 85
86 Encrypted Track Data ID Tech MSR Sample TRACK data for different format according to the <EncryptionMode> field from Encryption object. If data is being sent from an ID Tech MSR then the developer must set <EncryptionMode> = 2 and the DATA must be integrated at SPOS in the format below before being sent to the GATEWAY API. 02BB01801F B%*4229********1111^PAAAA/AA12 CAAA NAA PAA^********************?*;4229********1111=********************?*4021C02C12612E2C2E457ABC3F1EB7B945173B0 FAFF3477DED091F061C5081B35F0E97D3668A85F17B0A23F4EFC7BD0CA9F6754D6044E31F8C11062F99A045 C80987BF6AEA92FACA755A80D D725FFCA5403C164DC2D7344E2F4FF58274DE9F990DD4B1AF6985 A0A26FE23B2FF2C4584BFDE923E3DB40F8728AB8ED7E6E9236DF4C491B0F76C6165F4DBECE B 6C0EAE F Magtek MSR If data is being sent from a MAGTEK MSR then the developer must have set <EncryptionMode> = 3 and the DATA must be integrated at SPOS in the format below before being sent to the GATEWAY API. DATASAMPLE: %B ^PAAAA/AA12 CAAA NAA PAA^ ?; = ? 0600 FF DA0AC15AE6E3EA F0515AB7BB567F1991CF96F D03CBBC58C2CE05CF5B876B0F ED166DA6E14223C9134D35A9A72C164338BD4F BB32D1646C969204CDF7111E65A7B71E0C5552FFCAAC B1EA01C41C6A1A257D A44ADB33A46869D6AE2EC712BFF91306E09D6C1B236B9E3192EB75E4FDDDE54C7188F000C138A77EF813 4A A5B41E7AF2A477E8 B11E52E101012AA DFDFE2B9D B11E52E FF Magtek IPAD If data is being sent from a MAGTEK IPAD then the developer must have set <EncryptionMode> = 4 and the DATA must be integrated at SPOS in the format below before being sent to the GATEWAY API. %Track1? ;Track2? #Track3? 0600 EncryptedTrack1 EncryptedTrack2 EncryptedTrack3 KSN
87 SAMPLE DATA: %M ^MANUAL ENTRY/^ ? ; = ? FAF10DFD305EBE982075BA9C22B6850B361D6BB63F9B4CA3CDD22B20D52BFA2B259FA292FF858EF 9C654C4B7FDB3C9DB2BCE BDB499CE3336F37D1FDCF1BA47AE14D25FD823B3D56DF5D96C7B C2BBED2DA20F Please see the data in the single request below. Swipe: %B ^FDCS TEST CARD /MASTERCARD^ ? ; = ? FA754FA0EF55CE45471BB91B31563F8C8938FCBD3440F797BD AFBA09ED287F55BE3D880 97B8FE AC0D501EE87B8EAA7359D14593EB9C9673E3C13B8A02007B7C4F99E62D6E7A29A AEDC9985BFBD64E3566E5B697FB79C B4A4A4DBF807622B9E0B68C9BEED51E00CF B11E52E0000F Manual: %M ^MANUAL ENTRY/^ ? ; = ? FAF10DFD305EB E982075BA9C22B6850B361D6BB63F9B4CA3CDD22B20D52BFA2B259FA292FF858EF9C654C4B7FDB3C9 DB2BCE BDB499CE3336F37D1FDCF1BA47AE14D25FD823B3D56DF5D96C7B C2BBED 2DA20F
88 APPENDIX D: DEVELOPER NOTES Some best practices for SecureNet API implementation. A. Gateway URL, SecureNet ID, SecureKey and test mode should be designed to be configurable by the developer who is integrating to the API B. Using WSDL to process test and certification transactions The below steps/considerations must be followed to add the correct WSDL to the project in order to test and certify the application: 1. The certify (test) WSDL is located in this URL: 2. If Visual Studio is used, the WSDL reference will be added only as HTTP, not as HTTPS. This will cause a problem when trying to send transactions to the Gateway (live/production) environment using the same configuration. 3. Manually change all the references from HTTP to HTTPS in the code before running any test transactions 4. After adding reference in project, please use the end points below to run transactions: a. For SOAP: (XML Web service) b. For XML Post: (XML post) C. Order ID Implementation Pre-generate the unique OrderID and store it before it is submitted to the Gateway. In case of failure due to time out, non-receipt of response from the Gateway or unfinished transaction the original transaction can be retrieved by using the DCI or the transaction lookup method. Order ID will be matched only with approved transactions, the OrderID can be resubmitted for declined or error transactions. Order ID will only be valid for a period of 30 days. D. Response Handling Business rules for Response Handling should be written based on Response Code and should not be based on Response Text. In case of Response Code 3, the Gateway does not have any record of the transaction. E. Handling Transaction Time out Applications should be designed to handle time out scenarios; in case of non-receipt of transaction response within the set application timeout period. Please consider the steps below: Set the transaction timeout for the application to 30 seconds Always send the same Order ID if a time out occurs or you are trying the same transaction again Use unique Order ID across system Don t re-attempt the timed out transaction for at least 60 seconds If a response code -3 and response reason code 01O2 (for unique order id) is received, retrieve the original transaction response detail from the Gateway using extended API Get Transaction by OrderID DCI Duplicate Transaction Indicator can be very helpful to handle time outs, please consider the steps below: Send DCI=2 on retried transaction if original transaction time s out and predefine the settings in Virtual terminal, make sure to send all values as per setting. If retried transaction already exists as per the settings, the return response code will be 1 as approved and response reason code will be DCT02 DCT02 is indicator of existing transaction from the Gateway only (customer is not charged twice) 88
89 DCI indicator is not recommended if the business allows having same amount and same card for multiple transactions by same customer. Do not submit DCI for every transaction, submit DCI only in case of suspected duplicate or In case of failure due to time out, non-receipt of response from the Gateway Time out for SecureNet Vault Accounts: CSDI and ACDI must be utilized to handle time out while performing SecureNet Vault functionality CSDI Customer Duplicate Indicator - CSDI=1 is recommended value; this will not add same customer again if customer is already exists. ACDI Account Duplicate Indicator - ACDI=1 is recommended value; this will not add same payment again if payment account already exists/associated with the customer record/customer ID. F. Soft Decline When merchant has turned on AVS and CVV based fraud settings, the transaction will be declined by the Gateway though it might be approved by the card issuer. G. Global XSD The Global XSD should be housed locally under the developer s end point and should be updated only if required. As part of the integration the XSD should be downloaded to a local file system of the application and configured to be utilized by the application from the local path. The XSD should not be validated against the online version to increase performance and reduce errors. During each change to the system, download the latest XSD to be utilized by the application. H. Fault exceptions When submitting an incorrect request, which is not validated by the XSD, an HTTP 400 Bad Request response will be sent. Look at the RESPONSE_REASON_TEXT for description of the error and modify the request accordingly. When submitting an HTTP POST (REST) request: Please make sure that all the request elements are present in the order that is defined in XSD. Fields, which are of value type, i.e. Integer, Decimal, etc., must be present in the request even if not needed, if their parent object is present. For example: If TRANSACTION object is sent as request xml then OVERRIDE_FROM, TOTAL_INSTALLMENTCOUNT, INSTALLMENT_SEQUENCENUM, TRANSACTION_SERVICE, RETAIL_LANENUM, DCI, AMOUNT, CASHBACK_AMOUNT elements should be present in proper order (as defined in XSD) even if the values are 0. Transaction retry process timeouts, General Error Handling, response codes for retry Order ID is required. Make configurable parameters for key API elements At the minimum Endpoint URL, SecureNet ID, SecureKey, Test Flag are required fields. XSD implementation copy locally and implement validation The full SecureNet Vault Layout is required if processing a Vault transaction. SecureNet AutoBill Layout I. Point to Point Encryption (P2PE) Hardware-based encryption: 89
90 SecureNet Gateway supports encrypted IDTech MSRs. The MSRs have to be ordered with IDTech through SecureNet. The Injected Keys for the test and production are not the same; keep this in mind when ordering the devices and be sure to specify what environment the device will be used in. Software-based encryption: Make sure to rotate keys at the time of expiration Always keep both primary and secondary key active Do not create 2 keys within a 2 day period and without proper validation (2 keys cannot be created within a 24 hour time period) Make sure to process all transactions before a new key is created. Check P2P key expiration date in the transaction response field. Create the new key as soon as primary key is expired Prevent non encrypted data from being resident in memory on the device executing the encryption software once the data is encrypted. Make sure PCI guidelines are followed. Refer to the Gateway API P2PE Implementation Guide for details on implementation 90
91 J. Response Handling Chart K. Tokenization SecureNet Vault Customer and Payment Account Data Structure Examples Customer Payment Account Payment Account Payment Account SecureNet ID Customer Payment Account Payment Account Customer Payment Account A token for an associated payment account is represent by combination customer ID and payment ID if the multiple forms of payment are stored per customer. 91
92 AutoBill / SecureNet Vault Customer / Payment Account and Schedule Data Structure Examples SecureNet ID Customer Customer Customer AutoBill Schedule AutoBill Schedule AutoBill Schedule AutoBill Schedule Payment Account Payment Account AutoBill Schedule Payment Account Payment Account Payment Account Payment Account L. Test Data To perform tests in our test environment make sure to set Virtual Terminal to LIVE MODE, the TEST parameter as FALSE, and send the transactions to To request a test account, please download and complete the Integration & Certification Test Account Request Form from the API Resource page: a. Credit Cards: Test Credit Card Numbers for Approved Transactions American Express Discover MasterCard Visa Fraud Prevention Settings: AVS Match CVV/CID Approval 568 CVV/CID Visa 999 CVV/CID MasterCard 998 Test Credit Card Numbers for Declined Transactions: MasterCard MasterCard Visa Visa American Express American Express Checks: For checking account number use any 6-digit number Valid Routing Numbers:
93 Note: a full test scenario script is available upon request. Please contact [email protected] for assistance. b. Code Samples Contact SecureNet certification team/analyst for basic code sample for API implementation. Please note that the sample is for reference only to be utilized for application development. i. API Error Codes Gateway API can return multiple errors for different operations. Refer to the Error Codes Reference Guide document for a complete list (available upon request). ii. How to Contact Technical Support For problems with transaction processing or connection problems to the server, contact SecureNet Technical Support at [email protected] or (888) , option 3. Note that the SecureNet ID will be necessary and sample code might need to be provided to further research questions/problems. NOTE: API Support is available between the hours of 9am and 6pm Monday through Friday. iii. Certification Request Form If a Certification Request Form is required, contact [email protected] to request one. M. PCI Compliance a. Storing and Protecting Data Beyond Authorization Table 35 (along with information obtained from the PCI Data Security Standard, version 1.2) illustrates data elements commonly used for credit/debit card processing and the rules for storing and protecting these fields for use beyond the original authorization. Guidelines for Storing and Protecting Sensitive Data Data Element Storage Permitted Protection Required Cardholder Data Primary Account Number (PAN)* Yes Yes Cardholder Name** Yes Yes** Service Code** Yes Yes** Expiration Date** Yes Yes** Sensitive Authentication Full Magnetic Stripe*** No N/A Data**** CVD (CVC2/CVV2/CID) No N/A PIN/PIN Block No N/A * The PAN (at a minimum) must be rendered unreadable anywhere it is stored. ** These data elements must be protected if stored in conjunction with the PAN. *** Includes full track data from magnetic stripe, magnetic stripe image from the chip, or elsewhere. **** Sensitive Authentication Data must not be stored after the authorization (even if encrypted). For PCI-DSS and Payment Application Data Security Standard (PA-DSS) standards: 93
94 N. General Processing Rules This chapter covers general rules that apply to credit card processing. a. Magnetic Stripe, Encrypted PIN, and CVD Retention In accordance to the PCI Compliance Guidelines, it is strictly prohibited by to maintain the contents of a magnetic stripe or other cardholder verification information (such as the encrypted PIN or CVD) for future processing. Examples of this would be a recurring billing type transaction (such as monthly membership fees) or an additional authorization obtained at a hotel for an extended stay. You can store the account number and expiration date and send these types of recurring transactions for authorization as manually entered. To lower the potential for fraud, it is recommended to never store a magnetic stripe read after authorization is completed. All certifications require that track and encrypted PIN data no longer be stored and submitted for specific card types following the initial authorization. For these card types, only the account number and expiration date should be delivered within any reversal advice requests or AFD completions. See above, PCI Compliance, for detailed information relating to data retention guidelines. O. Basic Card Verification Data Visa and MasterCard implemented Card Verification Values (CVV) and Card Verification Codes (CVC2) to combat fraud. These values are the result of an algorithm and are encoded on the magnetic stripe of the card. Any alteration of the data elements read from the magnetic stripe prior to sending for authorization will cause the value not to match when the issuer reruns the algorithm at authorization time. Refer to TRACKDATA details in Appendix A. a. Enhanced Card Verification Data The associations have implemented an enhanced security program that assists a merchant in the card-notpresent environment to verify that the cardholder has possession of the card. Gateway refers to the data that is supported in this enhanced security program as CARDCODE. Card Verification Programs Card Type Program Name Length of Value Card Placement Visa Enhanced Card Verification Value (CVV2) 3 Back of card, next to account number on signature panel MasterCard Enhanced Card Verification Code (CVC2) 3 Back of card, next to account number on signature panel American Express Card Identifier (CID) 4 Front of card, above on right of account number Discover Card Identifier (CID) 3 Back of card, next to account number on signature panel Stored Value Enhanced Card Verification Value (CVD2) 4 Back of card, typically hidden under scratch off panel This information used is to determine whether or not a consumer is in possession of the physical card in a nonface-to-face environment. Although Gateway supports a CARDCODE on transactions that are both swiped and manually entered, most associations and issuers do not validate the CARDCODE when the card was swiped. When this happens, there will not be a response code in the transaction response. Although Enhanced Card Verification Data is considered optional, for additional fraud protection, include this data in all manually keyed, card-not-present authorization requests. 94
95 The Gift Card program normally verifies the CARDCODE on manually entered redemptions, redemption authonly, and balance inquiry transactions. b. CARDCODE Response Information The CARDCODE response can be used by the merchant to determine if the cardholder has possession of the card at the time of the sale. By using the CARDCODE response code to determine the legitimacy of the transaction, the merchant can reduce the potential of fraudulent transactions being processed, therefore reducing the merchants chargeback losses. CARDCODE information does not impact interchange assessments. See Appendix A, for a full listing of the CARDCODE response codes. P. Address Verification Service Address Verification Service (AVS) provides merchants with additional information concerning the authentication of a particular transaction. Supporting AVS has several benefits for the merchant: Requesting to have the cardholder s address verified allows the merchant better fraud protection when the cardholder is not physically present. Requesting AVS may help to prevent chargebacks if the merchant can identify a fraudulent transaction prior to completing the sale/transaction. When processing transactions in the MOTO/Card Not Present/Direct Marketing industry or Electronic Commerce industry, Visa will assess a lower interchange rate if AVS is requested. (A match is not required.) When processing transactions in the Retail environment, merchants that must manually key an account number due to a bad magnetic stripe will receive a lower interchange rate if they request (and receive) verification of the cardholder s zip code. (A match is required.) AVS is provided by Visa, MasterCard, American Express, and Discover Cards. PO Box addresses are accepted if it is the cardholder s billing address. See Appendix A for a full listing of AVS response code values by card type. AVS-only requests are supported in Gateway to certain processors. When requesting address verification only, the transaction amount must equal $0.00 and has to be submitted as a verification transaction. Q. Commercial Card Processing Both Visa and MasterCard offer businesses with a card platform that provides them with additional reporting so that the business can monitor their user activity on those cards. All of these cards fall under the umbrella term of Commercial Cards. The individual products are: a. Corporate, Business, and Purchase In order to provide this reporting to these businesses, merchants must submit additional data with each transaction. If submitted with the transaction, the merchant qualifies for lower consumer card interchange rates. If not submitted, both Visa and MasterCard assess higher Commercial interchange rates based on if the card was swiped or keyed, timeliness of the deposit, and so on. i. Required Data Elements Commercial Card data is required only at the time of settlement. Gateway Response includes indicator to specify if the card is Level II or Level III Valid. Merchant should be enabled to submit Level III data. If the transaction was submitted without any Level II or Level III data during the initial authorization the data can be updated before settlement using possible 2 methods. 95
96 If the transaction was submitted as AUTH_ONLY, the qualification data can be submitted during the PRIOR_AUTH_CAPTURE transaction. If the transaction was submitted as AUTH_CAPTURE or PRIOR_AUTH_CAPTURE, UPDATE transaction can be submitted with the qualification data before settlement occurs. Gateway supports both Level II and Level III data requirements as defined by Visa and MasterCard with certified processors only. When processing Level III data, Level II data is required as well. b. Account Truncation Merchant must mask all of the cardholder s account number (referred to as Account Truncation) except for the last four digits, and the expiration date must be masked in its entirety. This applies to: Both merchant and cardholder printed receipts Printed and displayed transaction reports Displayed transaction information In addition, the merchant number or SecureNet ID must not be printed on the receipt. Best practice would be to generate receipts in this manner whether online or printed. Mask all of the cardholder s account number (referred to as Account Truncation) except for the last four digits. This must be done by using either asterisk (*) or an X. For example: ************1234 or XXXXXXXXXXXX1234 The same practice applies to ACH transactions also. SecureNet recommends that the cardholder's account number be masked and the expiration date be suppressed on ALL credit card receipts, regardless of the card type. c. Recurring Payments Visa, MasterCard, and Discover require that merchants indicate when a transaction is being processed on a recurring basis. All Recurring Transactions must be submitted to the host as Mail Order Transactions and the MOTO Indicator must equal 02. d. Electronic Commerce Processing Rules Electronic Commerce environments are classified as those environments where the card and/or cardholder are not physically present at the time of purchase and the transactions are performed over the Internet. An e- commerce Web site accepting credit card payments for purchases made on their Web site would be an example. Cardholders can only be billed for items actually shipped. If an item ordered turns out to be not in stock, the settled transaction should only be for the amount of the items shipped. In order to obtain the best interchange rate for Electronic Commerce transactions, the following is required: Perform Auth_Only Transactions and capture when the item is shipped The transaction must be settled within 48 hours Industry-Specific Data must be present in all transactions 96
97 The transaction amount must match the final authorized amount. Amount tolerance between authorization and clearing is 0%. (Partial void should be utilized to match the authorization and settlement amount The transaction date must match the ship date and must be no later than 7 days after the authorization date Address Verification (AVS) must be requested. A match is not required e. Restaurant Processing Rules In order to obtain the best interchange rate for Restaurant transactions, the following is required: The transaction must be settled within 24 hours Industry-Specific Data must be present in all transactions The settled transaction amount must be within 20% of the authorized amount. The initial authorization/sale must be submitted for the actual transaction amount. It must not be altered to include an additional percentage that accounts for a tip being added before settlement If the transaction must be manually keyed, AVS must be requested. A match of the zip code is required Cardholder signature is required Tip Adjustment: Transactions has to be submitted as AUTH_ONLY transaction, the tip should be included in the PRIOR_AUTH_CAPTURE before the batch close and should be added to the original sale amount in addition to the Tip Amount Field. Tip re-adjustment can be done using the PRIOR_AUTH_CAPTURE before the batch is closed on the Gateway. R. Batch Release Options a. Auto Close The Gateway will close the current open batch at a designated time each day. This means that there is no end of day batch processing required from the merchant. Merchant is setup to auto close on the Gateway by default and has the ability to setup the close time based on their business needs. NOTE: Verify with the merchant support and processor for the best cut off time to receive timely funding for the transactions Merchants with high volume of transactions should prefer to use the auto close option. Multiple Batches might be created based upon the processor, For Example ACH would always be a separate batch or Stored Value will be a separate batch. b. Manual Batch Close The software provider can implement a function called a Batch Close using Transaction Services thus giving the merchant the flexibility to close the current open batch at any time throughout the day or perform multiple Batch Releases. Also manual batch close can be performed on the Virtual Terminal using unsettled transactions report. 97
98 c. Batch Inquiry Batch Inquiry functionality using Extended Services allows the POS to receive transaction details (all transactions or by card type) or card type totals (all card types or a specific card type) for a particular Batch ID. NOTE: Manual Batch Release and Batch Inquiry are not recommended for merchant having more than 1000 transactions per day. 98
99 APPENDIX E: REFERENCES A. Introduction If not familiar with web services, examine the following resources: For an overview of web services and related technology: For an introduction to XML, the foundation for both SOAP & WSDL: For a tutorial on SOAP, the communication language of web services: For a tutorial on WSDL, the language that web services use: B. Automatic Discovery and Code Generation The code documents itself in a form that is machine readable, using WSDL. You can obtain the WSDL definition of this web service with the links provided for the appropriate service. Many Java and.net development environments include or have available tools that can read this WSDL and automatically generate a set of classes that encapsulate all the details of interacting with the web service. You can then use the web service via these wrapper classes without needing to deal with any of the WSDL, SOAP, HTTP, or network communications details. After the wrapper classes have been generated, the only code that needs to be written is to instantiate the wrapper and calls the appropriate transaction method on it. Only 1 or 2 lines of code will be required to be written (thanks to the hundreds of lines that were already automatically generated). If these web services tools are available, there only two things that need to be known in order to start using this web service: 1. How to use web service tools 2. The WSDL URL for this web service NOTE: The names of some web methods may be modified by existing tools in order to follow naming conventions or avoid the illegal use of keywords in the programming language. For example, in Java and other languages the void (...) web method may be renamed to _void (...) or some other variation because void is a language keyword. If these web services tools are not available, then use one of the other options: If comfortable with SOAP, use the SOAP 1.1 or SOAP 1.2 interfaces. The documentation for each web method (links provided below) contains sample SOAP 1.1 and 1.2 request/response pairs. Note that each sample shows the entire HTTP/S message including header fields and content. Certification SOAP URLs for Transaction API (Gateway services) for Extended Transaction Functionality API (Extended services) for Extended Transaction Process API (Transaction services) Use the HTTP GET interfaces. Sample request/response pairs for this interface are provided with the documentation for each web method. Note that each sample shows the entire HTTP/S message including header fields and content. 99
100 If not using tool-generated wrappers, be familiar and comfortable with the libraries for raw TCP/IP and/or HTTPS communication. C. Service and SOAP Overview The Gateway has implemented Windows Communication Foundation (WCF) as an underlying technology to support authorization capabilities. WCF Services are applications with logic and functions, which are accessible and reusable by means of standard Internet protocols and XML data formats. The WCF service interface is defined in terms of the XML messages that the service accepts and generates. Applications consuming WCF Services can be implemented on any platform in any programming language, as long as they can create and consume messages defined for the service interface. The Gateway has adopted Simple Object Access Protocol (SOAP) as the solution for initiating RPC-based authorization requests. SOAP is a lightweight protocol intended for exchanging structured information in a distributed environment. The protocol uses XML technologies to define an extensible messaging framework to provide a message construct that can be exchanged over a variety of underlying protocols. The framework has been designed to be independent of any particular programming model or language, platform, and other implementation-specific semantics. The Gateway API integration can also be completed using REpresentational State Transfer (REST) architecture. REST is less strongly typed than its counterpart, SOAP. The REST language is based on the use of nouns and verbs, and has an emphasis on readability. Unlike SOAP, REST does not require XML parsing and does not require a message header to and from a service provider. REST error handling is also different from that used by SOAP. SOAP can have user defined error messages while REST requires the use of HTTP error handling. To implement the Gateway service, a developer integrates the application to the API that performs the following: 1. Securely obtain all the information needed to process a transaction. 2. Create a program to consume the Gateway service. NOTE: The SecureNet Gateway will only accept transactions on port 443 via https. This request object will include all system variables mentioned in the tables below. 3. Receive and process the response from the Gateway to display the appropriate result to the end-user. 100
101 Revision History Date Version Revision Description of change(s) Author(s) 12/23/ Initial Document Preetham Gowda, Jorge Tardio, Narendra Solanki 01/11/ Added UpdateTransaction Method to Section 4.1 Narendra Solanki 01/11/ Added Section 4.7 Method for Batch Close Narendra Solanki 01/11/ Added Section 5.4 Transaction Image Request Narendra Solanki 01/11/ Added Section IMAGERESPONSE Narendra Solanki 01/27/ Modified verbiage for REF_TRANSID in Appendix Jorge Tardio, Narendra Solanki 5/03/ Added to Sections: , and Mukesh Agrawal Added to Appendix A, Section C Added to Appendix B, Section C 6/21/ Revised Section 4.5 Reporting Methods for SecureNet Narendra Solanki Vault and AutoBill Services [Extended Services], GetABAccounts Method to retrieve all AutoBill accounts of CustomerID 08/20/ Updated CARDLEVEL_RESULTS values in Appendix A for MasterCard Kathiravan Srinivasan 08/20/ Revised CARDLEVEL_RESULTS values in Appendix A for MasterCard Narendra Solanki 8/22/ Formatted/edited new additions. Added Proprietary and Confidential to cover and footer, updated TOC and version. 9/14/ Revised and updated Hotel Sale Code, Charge Type and Auto Sale Code. Fixed bookmarked links. 11/27/ Rearranged per Judi. Narendra updated / revised items identified by Judi. 12/12/ Added Section: Added ProcessABAccount method in Secion4.3 Added GetABAccount_Ext & GetABAccounts_Ext (overload methods) in Section 4.4 Cindy Magee Stella Wateba / Cindy Magee Judi / Narendra / Cindy Narendra Solanki 12/31/ Complete revision of the document Preetham Gowda / Stella Wateba / Judi Seguy 3/19/ Changed the Purchaser_Order_Date format from Stella Wateba DDMMYYYY to DDMMYYYYhhmmss and to DDMMYY 4/8/ changes covered in the document 1) <ENCRYPTIONMODE> on page 25 added Amit mistry different E2E Software Based Decryption 2) Sample Track data for the MAGTEK IPAD DEVICE on page 77 as a) 4/16/ Converted to document from version to 4.2 Stella Wateba.Corrected GROUP_ID to GROUPID and added minor changes 11/21/ Reorganized and renamed Topic Headings. Divided Appendix into 4 topics/headings Moved Service and SOAP Overview to Appendix E Jessica Larson 101
102 Removed Production Endpoints Added Section 2.1 intro Updated Section 3.2 Level II and Level III restrictions Removed Reference column from Section 4 tables Divided Section 4.3 in transactions with UDFs and those without. Added Operation Parameters to Section 4.3 ProcessABAccount Input requirements Added Section 5 Intro Added Section 5.3 Intro Added Sections 5.3.3, 5.3.4, 5.4 and 5.5 Moved P2P and Reporting Object Specifications to Sections Added Sections Updated Table Headings in section 6 to be uniform Removed TRANSACTION_VAULT diagram and Object Specification from section 6.2 (duplicate of Section 5.2.1) Removed Section 6.22 (Settlement Transctions) added section 5.4 to replace Added Sections 6.4 and 6.5 (previously found in Section 9) Added Section 6.6 (previously found in sections 7 and 9) Added Section Added Section 7.4 Reporting Request Removed references to Valuetec from Appendix E 102
SecureNet Gateway API Implementation Guide
SecureNet Gateway API Implementation Guide Version 4.1.5 01.07.2013. 1 Table of Contents 1 INTRODUCTION... 4 1.1 How to Use This Document... 4 1.2 What is the Gateway?... 4 1.3 Service Based Authorization
YOU MUST HAVE A SECURENET DEMO ACCOUNT ESTABLISHED PRIOR TO WORKING WITH THIS API.
SecureNet Gateway API Implementation Guide Version 4.1.1. - 05.17.2011 NOTE YOU MUST HAVE A SECURENET DEMO ACCOUNT ESTABLISHED PRIOR TO WORKING WITH THIS API. Wells Fargo is providing the enclosed SecureNet
Last updated: September 3, 2013. SecureNet Error Codes
Last updated: September 3, 2013 SecureNet Error Codes Document Notes Error Levels Error Level Description Response Code Level 1 These errors are triggered by business rules or invalid data before the transaction
Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide
Volume 2 PLANETAUTHORIZE PAYMENT GATEWAY vtiger CRM Payment Module User Guide S A L E M A N A G E R M E R C H A N T S E R V I C E S User Guide and Installation Procedures Information in this document,
Methodology Three-Step
Methodology Three-Step Method Overview Step One: Submit all transaction details to the Payment Gateway except the customer's sensitive payment information. The Payment Gateway will return a variable form-url.
Three Step Redirect API V2.0 Patent Pending
Three Step Redirect API V2.0 Patent Pending Contents Three Step Redirect Overview... 4 Three Step Redirect API... 4 Detailed Explanation... 4 Three Step Transaction Actions... 7 Step 1... 7 Sale/Auth/Credit/Validate/Offline
Network Merchants Inc (NMI) Integration Resources. Direct Post API Documentation April 2010
Network Merchants Inc (NMI) Integration Resources Direct Post API Documentation April 2010 Table of Contents Methodology... 2 Direct Post Method (Server to Server) FIG. 1... 2 Transaction Types... 3 Sale
Merchant One Payment Systems Integration Resources. Direct Post API Documentation June 2007
Merchant One Payment Systems Integration Resources Direct Post API Documentation June 2007 Table of Contents Methodology... 2 Direct Post Method (Server to Server) FIG. 1... 2 Transaction Types... 3 Sale
Credit Card Processing Overview
CardControl 3.0 Credit Card Processing Overview Overview Credit card processing is a very complex and important system for anyone that sells goods. This guide will hopefully help educate and inform new
Gateway Direct Post API
Gateway Direct Post API http://merchantguy.com @MerchantGuy Questions? [email protected] Contents Methodology....3! Direct Post Method (Server to Server FIG. 1...3 Transaction Types.....4! Sale (sale)..4!
Credomatic Integration Resources. Browser Redirect API Documentation June 2007
Credomatic Integration Resources Browser Redirect API Documentation June 2007 Table of Contents Methodology... 2 Browser Redirect Method (Browser to Server) FIG. 1... 2 API Authentication Parameters...
Virtual Payment Client Integration Reference. April 2009 Software version: 3.1.21.1
Virtual Payment Client Integration Reference April 2009 Software version: 3.1.21.1 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you
itransact Gateway Fast Start Guide
itransact Gateway Fast Start Guide itransact Gateway Fast Start Guide Table of Contents 1. Version and Legal Information... 1 2.... 2 Quick Setup... 2 The Card Setup... 2 Order Form Setup... 3 Simple
CardControl. Credit Card Processing 101. Overview. Contents
CardControl Credit Card Processing 101 Overview Credit card processing is a very complex and important system for anyone that sells goods. This guide will hopefully help educate and inform new and old
Document Version 2.7.6. Copyright 2007-2008 Pivotal Payments Inc. All Rights Reserved. Visit us at: www.pivotalpayments.com
XML File Method Integration Developer Kit User s Manual Document Version 2.7.6 Copyright 2007-2008 Pivotal Payments Inc. All Rights Reserved. Visit us at: www.pivotalpayments.com Support Pivotal Payments
The Wells Fargo Payment Gateway Business Center. User Guide
The Wells Fargo Payment Gateway Business Center User Guide Contents 1 Introduction 1 About the Wells Fargo Payment Gateway service Business Center 1 About this guide 2 Access the Business Center 2 Log
An access number, dialed by a modem, that lets a computer communicate with an Internet Service Provider (ISP) or some other service provider.
TERM DEFINITION Access Number Account Number Acquirer Acquiring Bank Acquiring Processor Address Verification Service (AVS) Association Authorization Authorization Center Authorization Fee Automated Clearing
epnplugin v3.1.58 Financial Software Payments Module for QuickBooks Receive Payments & Invoices
epnplugin v3.1.58 Financial Software Payments Module for QuickBooks Receive Payments & Invoices eprocessing Network LLC 7/2/2012 epnplugin 3 Receive Payments & Invoices Table of Contents OVERVIEW... 3
CREDIT CARD PROCESSING GLOSSARY OF TERMS
CREDIT CARD PROCESSING GLOSSARY OF TERMS 3DES A highly secure encryption system that encrypts data 3 times, using 3 64-bit keys, for an overall encryption key length of 192 bits. Also called triple DES.
Swedbank Payment Portal Implementation Overview
Swedbank Payment Portal Implementation Overview Product: Hosted Pages Region: Baltics September 2015 Version 1.0 Contents 1. Introduction 1 1.1. Audience 1 1.2. Hosted Page Service Features 1 1.3. Key
Merchant Web Services API
Merchant Web Services API Advanced Integration Method (AIM) XML Guide February 2013 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net
Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5
Merchant e-solutions Payment Gateway Back Office User Guide Merchant e-solutions January 2011 Version 2.5 This publication is for information purposes only and its content does not represent a contract
Three Step Redirect API
Inspire Commerce &.pay Three Step Redirect API Inspire Commerce 800-261-3173 [email protected] Contents Overview... 3 Methodology... 3 XML Communica:on... 5 Transac:on Opera:ons... 6 Customer
Merchant User Manual PAYMENT GATEWAY
PAYMENT GATEWAY Document Version 1304301 Copyright 2013 epaymentamerica, Inc. All Rights Reserved Table of Contents Introduction... 4 Overview... 5 Ch 1: Beginning to Use EPA Gateway.. 6 Logon as a Merchant...6
Card-Present Transactions Implementation Guide Version 1.0
Card-Present Transactions Implementation Guide Version 1.0 Page 2 of 41 Table of Contents INTRODUCTION...4 ADVANCED INTEGRATION METHOD (AIM)...5 What is the Advanced Integration Method (AIM)?...5 How Does
WineWeb: Payment Gateway Guide
WineWeb: Payment Gateway Guide This document describes the options and considerations for establishing credit card processing services and integrating them into WineWeb s e-commerce, wine club and point-of-sale
Redwood Merchant Services. Merchant Processing Terminology
ACH - Automated Clearing House for member banks to process electronic payments or withdrawals. (Credits or debits to a bank account) through the Federal Reserve Bank. Acquiring Bank - Licensed Visa/MasterCard
Payment Card Industry (PCI) Data Security Standard
Payment Card Industry (PCI) Data Security Standard Attestation of Compliance for Onsite Assessments Service Providers Version 3.0 February 2014 Section 1: Assessment Information Instructions for Submission
Online Payment Processing Definitions From Credit Research Foundation (http://www.crfonline.org/)
Online Payment Processing Definitions From Credit Research Foundation (http://www.crfonline.org/) The following glossary represents definitions for commonly-used terms in online payment processing. Address
PayLeap Guide. One Stop
PayLeap Guide One Stop PayLeap does it all. Take payments in person? Check. Payments over the phone or by mail? Check. Payments from mobile devices? Of course. Online payments? No problem. In addition
Virtual Terminal & Online Portal
Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1
Durango Merchant Services Customer Vault API
Durango Merchant Services Customer Vault API V1.1 Integration Resources Documentation April 2008 Updated Sept 2011 Durango-Direct.com 866-415-2636 Contents Overview... 3 Customer Vault... 3 Methodology...
Credit Card Processing with Element Payment Services. Release 8.7.9
Credit Card Processing with Element Payment Services Release 8.7.9 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including
Payment Card Industry (PCI) Data Security Standard
Payment Card Industry (PCI) Data Security Standard Attestation of Compliance for Onsite Assessments Service Providers Version 3.0 February 2014 Section 1: Assessment Information Instructions for Submission
MySagePay. User Manual. Page 1 of 48
MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...
Realex Payments. Magento Community / Enterprise Plugin. Configuration Guide. Version: 1.1
Realex Payments Magento Community / Enterprise Plugin Configuration Guide Version: 1.1 Document Information Document Name: Magento Community / Enterprise Plugin Configuration Guide Document Version: 1.1
Merchant Plug-In. Specification. Version 3.2. 110.0093 SIX Payment Services
Merchant Plug-In Specification Version 3.2 110.0093 SIX Payment Services Table of contents 1 Introduction... 3 1.1 Summary... 3 1.2 Requirements... 4 1.3 Participation and Result of the Authentication...
First Data Global Gateway Virtual Terminal User Manual. Version 1.0
First Data Global Gateway Virtual Terminal User Manual Version 1.0 Table of Contents 1 Introduction 5 1.1 First Data Global Gateway Virtual Terminal Overview 5 1.1.1 Processing Transactions 5 1.1.2 Managing
Yahoo! Merchant Solutions. Order Processing Guide
Yahoo! Merchant Solutions Order Processing Guide Credit Card Processing How It Works The following charts provide an overview of how online credit card processing works. Credit Card processing for Yahoo!
Visa Checkout Integration Guide V1.0
Visa Checkout Integration Guide V1.0 IP Payments Pty Ltd Level 3, 441 Kent Street Sydney NSW 2000 Australia (ABN 86 095 635 680) T +61 2 9255 9500 F +61 2 8248 1276 www.ippayments.com No part of this document
FUTURE PROOF TERMINAL QUICK REFERENCE GUIDE. Review this Quick Reference Guide to. learn how to run a sale, settle your batch
QUICK REFERENCE GUIDE FUTURE PROOF TERMINAL Review this Quick Reference Guide to learn how to run a sale, settle your batch and troubleshoot terminal responses. INDUSTRY Retail and Restaurant APPLICATION
Recurring Billing. Using the Simple Order API. October 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095
Title Page Recurring Billing Using the Simple Order API October 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general
Electronic Check Services
Title Page Electronic Check Services Using the Simple Order API October 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For
Gateway Developer Guide and Reference
Gateway Developer Guide and Reference PayPal Payments Advanced PayPal Payments Pro Payflow Pro Payflow Link The PDF version of this guide is no longer maintained. For the latest updates, please refer to
Alias Manager. Supplement to the Advanced Integration guides, v.3.2.5. epdq 2014, All rights reserved.
Supplement to the Advanced Integration guides, v.3.2.5 Table of Contents 1 What is the... Alias Manager? 3 2 Creating an... Alias 4 2.1 e-commerce... 4 2.1.1 2.1.2 2.1.3 2.2 DirectLink 2.2.1 2.2.2 2.2.3
... What is USAePay? How does USAePay work? The Basics. Recurring Billing. Developer s Center
What is USAePay? USAePay is an ECI Certified, Real-Time, Credit Card Processing Gateway Secure, Fast and Reliable, the USAePay Gateway is a vital solution to helping your merchants process Credit Card
Merchant Web Services API Advanced Integration Method (AIM)
Title Merchant Web Services API Advanced Integration Method (AIM) XML Guide October 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC
Merchant e-solutions Payment Gateway. Merchant e-solutions October 2013 Version 4.10
Merchant e-solutions Payment Gateway Merchant e-solutions October 2013 Version 4.10 This publication is for information purposes only and its content does not represent a contract in any form. Furthermore,
Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September 2014. Manual Part Number: 99810058-1.
Magensa Services Administrative Account Services API Documentation for Informational Purposes Only September 2014 Manual Part Number: 99810058-1.01 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court
Getting Started with CyberSource Advanced
Getting Started with CyberSource Advanced for the Simple Order API July 2013 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For
PROCESS TRANSACTION API
PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or [email protected]. 1 TABLE OF CONTENTS 2 Lists of tables
Version 1.0 STRATEGIC PARTNER TRAINING MANUAL
Version 1.0 STRATEGIC PARTNER TRAINING MANUAL Table of Contents Introduction... 3 Features of the Strategic Partnership... 3 Responsibilities... 3 Billing... 4 Gateway Service... 4 Risk... 4 I. PRODUCTS/SERVICES...
CRM4M Accounting Set Up and Miscellaneous Accounting Guide Rev. 10/17/2008 rb
CRM4M Accounting Set Up and Miscellaneous Accounting Guide Rev. 10/17/2008 rb Topic Page Chart of Accounts 3 Creating a Batch Manually 8 Closing a Batch Manually 11 Cancellation Fees 17 Check Refunds 19
Order Processing Guide
Yahoo! Merchant Solutions Order Processing Guide Version 1.0 PROCESSING CREDIT CARD ORDERS 1 PROCESSING CREDIT CARD ORDERS Contents Note: If your store already has online credit card processing set up,
PayWithIt for Android Devices User Guide Version 1.0.0
PayWithIt for Android Devices User Guide Table of Contents About PayWithIt... 1 Installing PayWithIt... 1 Logging on to PayWithIt... 2 Logging Off from PayWithIt... 2 Configuring PayWithIt Settings...
Merchant User Manual
PIVOTAL PAYMENTS PAYMENT SERVER Document Version 2.07.0415 Copyright 2007-2008 Pivotal Payments Inc. All Rights Reserved. Visit us at: www.pivotalpayments.com Merchant User Manual Congratulations on the
EMS E-COMMERCE GATEWAY API TECHNICAL INSTALLATION MANUAL FEBRUARY 2016
EMS E-COMMERCE GATEWAY API TECHNICAL INSTALLATION MANUAL FEBRUARY 2016 CONTENTS 1 Introduction 6 2 Artefacts You Need 7 3 How the API works 8 4 Sending transactions to the gateway 10 5 Building Transactions
Payment Card Industry (PCI) Data Security Standard
Payment Card Industry (PCI) Data Security Standard Attestation of Compliance for Self-Assessment Questionnaire D Service Providers For use with PCI DSS Version 3.1 Revision 1.1 July 2015 Section 1: Assessment
Payment Card Industry (PCI) Data Security Standard
Payment Card Industry (PCI) Data Security Standard Attestation of Compliance for Onsite Assessments Service Providers Version 3.1 April 2015 Section 1: Assessment Information Instructions for Submission
Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.
Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting
REDFIN Document Version 2.07.0415-a
REDFIN NETWORK PAYMENT GATEWAY Document Version 2.07.0415-a Copyright 2001-08 Secured Financial Network, Inc. All Rights Reserved Table of Contents Introduction...4 Overview...5 Ch 1: Beginning to Use
Recurring Billing. Using the SCMP API. October 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095
Title Page Recurring Billing Using the SCMP API October 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general information
Unified Payment Platform Payment Pos Server Fraud Detection Server Reconciliation Server Autobill Server e-point Server Mobile Payment Server
Unified Payment Platform Payment Pos Server Detection Server Reconciliation Server Autobill Server e-point Server Mobile Payment Server Securing Payment & Beyond Infinitium E-Payment is a Unified Payment
Payment Processing Manual EZ-CARE2
Payment Processing Manual EZ-CARE2 A quality product from SofterWare, Inc. 132 Welsh Road, Suite 140 Horsham, PA 19044-2217 215-628-4343 Fax: 215-542-4370 Email: [email protected] Revision Date This
First Data E-commerce Payments Gateway
First Data E-commerce Payments Gateway High performance payment processing solution designed specifically to meet the requirements of global Card-Not-Present PSP When you partner with First Data for your
Title Page. Credit Card Services. User Guide. August 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095
Title Page Credit Card Services User Guide August 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For technical support questions,
Payment Card Industry (PCI) Data Security Standard
Payment Card Industry (PCI) Data Security Standard Attestation of Compliance for Onsite Assessments Service Providers Version 3.0 February 2014 Section 1: Assessment Information Instructions for Submission
Testing Transactions
Before you activate your website or application for use by buyers, test your integration. A simulated payment network handles transactions, enabling you to verify the configuration and operation of your
Zed E-Commerce and WebCRM 7.5. Release Notes 11/29/2011
Zed E-Commerce and WebCRM 7.5 Release Notes 11/29/2011 PA-DSS 2.0 Validated What is PA-DSS? (Payment Application Data Security Standard) The global security standard created by the Payment Card Industry
ipayment Gateway API (IPG API)
ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...
SPARROW Gateway. Developer Data Vault Payment Type API. Version 2.7 (6293)
SPARROW Gateway Developer Data Vault Payment Type API Version 2.7 (6293) Released July 2015 Table of Contents SPARROW Gateway... 1 Developer Data Vault Payment Type API... 1 Overview... 3 Architecture...
Process Transaction API
Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or [email protected]. BEAN # Page 2 of 90 Date Overview...
itransact Gateway Recurring Billing Guide
itransact Gateway Recurring Billing Guide itransact Gateway Recurring Billing Guide Table of Contents 1. Version and Legal Information... 1 2. The Recurring Billing System... 2 3. Setting Up Recurring
Payflow Link User s Guide
Payflow Link User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 Payflow
ORBITAL VIRTUAL TERMINAL USER GUIDE. August 2010 Version 4.2
ORBITAL VIRTUAL TERMINAL USER GUIDE August 2010 Orbital Gateway on the Web: Orbital Integration Library Orbital Gateway Support: 1-866-645-1314 [email protected] Orbital Virtual Terminal
Electronic Check Services
Title Page Electronic Check Services User Guide July 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For technical support
SPARROW Gateway. Developer API. Version 2.00
SPARROW Gateway Developer API Version 2.00 Released May 2015 Table of Contents SPARROW Gateway... 1 Developer API... 1 Overview... 3 Architecture... 3 Merchant Private Key and Payment Types... 3 Integration...
MeS Virtual Terminal Recurring Payments Guide
Recurring Payments Guide Merchant e-solutions This publication is for information purposes only and its content does not represent a contract in any form. Furthermore, this publication shall not be deemed
DIRECT INTEGRATION GUIDE DIRECT INTEGRATION GUIDE. Version: 9.16
DIRECT Version: 9.16-1 - 1 Direct HTTP Integration... 4 1.1 About This Guide... 4 1.2 Integration Disclaimer... 4 1.3 Terminology... 5 1.4 Pre-Requisites... 6 1.5 Integration Details... 7 1.6 Authentication...
MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10
MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10 7 January 2016 SPBM Summary of Changes, 7 January 2016 Summary of Changes, 7 January 2016 This
JetPay Authorization XML Specification
JetPay Authorization XML Specification 2012 JetPay LLC. All rights reserved. ID: 16730 2012-2-16 1 Contents 1 Introduction 2 Element Overview 2.1 JetPay Transaction Request Elements 2.2 Request Transaction
Authorize.Net. Advanced Integration Method. Miva Merchant Module. Documentation for module version 1.43. Last Updated: 5/07/03
Authorize.Net Advanced Integration Method Miva Merchant Module Documentation for module version 1.43 Last Updated: 5/07/03 Module and documentation created by 4TheBest.net 4TheBest.net AIM Module Documentation
Retrieval & Chargeback Best Practices
Retrieval & Chargeback Best Practices A Merchant User s Guide to Help Manage Disputes Version Three November, 2010 www.firstdata.com THIS PAGE INTENTIONALLY LEFT BLANK. Developed by: First Data Payment
Secure XML API Integration Guide - Periodic and Triggered add in
Secure XML API Integration Guide - Periodic and Triggered add in Document Control This is a control document DESCRIPTION Secure XML API Integration Guide - Periodic and Triggered add in CREATION DATE 15/05/2009
Glossary ACH Acquirer Assessments: AVS Authorization Back End: Backbilling Basis Point Batch
Glossary ACH: Automated Clearing House; an electronic payment network most commonly associated with payroll direct deposit, recurring payments, and is the network most commonly used to settle merchant
Ingenico QUICK REFERENCE GUIDE
QUICK REFERENCE GUIDE Ingenico This Quick Reference Guide will guide you through understanding your terminal s functionality and navigation, and will help you with troubleshooting. INDUSTRY Retail and
echeck.net Operating Procedures and User Guide
echeck.net Operating Procedures and User Guide Table of Contents Introduction... 4 What is echeck.net?... 4 Who can use echeck.net?... 4 Applying for echeck.net... 5 echeck.net Fees and Settings... 5 echeck.net
Merchant Payment Solutions
Merchant Payment Solutions Credit Card Processing Diagram CUSTOMER S CREDIT CARD ISSUING BANK CUSTOMER 4 5 $ MERCHANT S BUSINESS MERCHANT S BANK ACCOUNT MERCHANT S BANK 9 CREDIT CARD NETWORK 8 INTERNET
Payment Card Industry (PCI) Data Security Standard
Payment Card Industry (PCI) Data Standard Attestation of Compliance for Self-Assessment Questionnaire D Service Providers Version 3.1 April 2015 Section 1: Assessment Information Instructions for Submission
Merchant Integration Guide
Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )
Skipjack ezpay Secure Online Order Form User Guide
Skipjack ezpay Secure Online Order Form User Guide About this Document...3 Copyright Notice... 3 Publication History... 3 Documentation Conventions... 4 Assumptions Used in this Guide... 4 Obtaining Additional
TCS Payment Processing Interface 1.0
TCS Payment Processing Interface 1.0 Purpose: Integrate Shift 4 payment card processing into TCS Reservations. Setup: To configure TCS reservations for use with Shift 4 UTG. First install the Shift4 UTG
Merchant Account Glossary of Terms
Merchant Account Glossary of Terms From offshore merchant accounts to the truth behind free merchant accounts, get answers to some of the most common and frequently asked questions. If you cannot find
Verified by Visa. Acquirer and Merchant Implementation Guide. U.S. Region. May 2011
Verified by Visa Acquirer and Merchant Implementation Guide U.S. Region Verified by Visa Acquirer and Merchant Implementation Guide U.S. Region VISA PUBLIC DISCLAIMER: THE RECOMMENDATIONS CONTAINED HEREIN
Credit & Debit Application
USER MANUAL ALL TERMINAL PRODUCTS Credit & Debit Application Magic Models: C5, X5, X8, M3, M8 V Series Models: V5, V8, V9, V8 Plus, V9 Plus 1 Dejavoo Systems Instruction Manual V429.12 Instruction Manual
Merchant Web Services API
Merchant Web Services API Customer Information Manager (CIM) XML Guide Authorize.Net Developer Developer Support Support http://developer.authorize.net eloper.a Authorize.Net LLC 082007 Ver.2.0 Authorize.Net
Credit Card Processing with Element Payment Services (Eterm) Release 8.7.8
Credit Card Processing with Element Payment Services (Eterm) Release 8.7.8 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,
Merchant Card Processing Best Practices
Merchant Card Processing Best Practices Background: The major credit card companies (VISA, MasterCard, Discover, and American Express) have published a uniform set of data security standards that ALL merchants
