Online Commerce S Card Present Transactio
|
|
|
- Theodore Cross
- 10 years ago
- Views:
Transcription
1 Online Commerce S Card Present Transactio 2012 Merchant Solutions International, Inc. Al
2 Table of Contents Overview...Page 1 What's in this Guide...Page 1 How to Comment on This Guide...Page 1 Contact Information...Page 1 Customer Service...Page 1 Documentation...Page 1 Certified Networks...Page 1 Hardware Compatible List...Page 1 Online Commerce Suite FTP site:...page 2 Online Commerce Suite Payment Gateway:...Page 2 Setting Up an Online Commerce Suite Account...Page 2 Integration Overview...Page 3 Typical credit card transaction scenario...page 3 Typical debit transaction scenario...page 4 Typical check conversion scenario (Retail POP):...Page 4 Typical check conversion scenario (Accounts Receivable ARC):...Page 4 Online Commerce Suite System Modules...Page 4 Transaction Security...Page 5 SSL Encryption...Page 5 Online Transaction Processing...Page 5 Quicksale Method with an HTTPS Post...Page 6 How It Works...Page 6 Security...Page 7 Transaction Types (Actions)...Page 7 Data Elements...Page 8 Credit Card Sale/Auth (required fields)...page 8 Credit Card Sale/Auth (optional fields)...page 9 Credit Card Void (required fields)...page 10 Credit Card Credit/Refund (required fields)...page 10 Debit transaction (required fields)...page 10 Debit transaction (optional fields)...page 11 Auth Reversal (required fields, Hotel only, Visa only)...page 11 Incremental Auth (required fields, Hotel only, Visa only)...page 12 Debit Return (required fields)...page 12 QuasiCash (required fields)...page 13 QuasiCash (optional fields)...page 13 Check Conversion (required fields)...page 14 Check Conversion (optional fields)...page 14 Web Form Submission Data Formats...Page 15 Request Format...Page 15 Response Format...Page 16 Quicksale Method with a Socket Connection...Page 18 How It Works...Page 18 Security...Page 19 Requirements...Page 19 What Your Programmers Do...Page 19 Transaction Types (Actions)...Page 19 Data Elements...Page 19 Socket Connection Data Formats...Page 19 Request Format...Page 19 Response Format...Page 20 Sample Perl program format...page 20
3 Table of Contents Quicksale Method with a Socket Connection Sample Java servlet code snippet...page 21 Quicksale Method with SecurePost Object...Page 22 Overview...Page 22 Installation...Page 22 Uninstalling...Page 22 Interfaces...Page 23 Complete Properties...Page 23 Methods...Page 25 ProcessSale...Page 25 ProcessSale with Voice Authorization...Page 26 ProcessSale for Check Conversion...Page 27 ProcessSale for Check Conversion with image capture...page 27 ProcessAuth...Page 28 ProcessPost (BSTR RefCode)...Page 29 ProcessCredit (BSTR TransID, BSTR OrderID)...Page 30 ProcessVoid (BSTR TransID)...Page 30 ProcessQuasiCash...Page 31 ProcessDebit...Page 32 ProcessDebitReturn (BSTR TransID, BSTR OrderID)...Page 32 AuthReverse (BSTR TransID, BSTR OrderID)...Page 33 IncrementalAuth (BSTR TransID, BSTR OrderID)...Page 34 ClearAll...Page 34 GenerateRuntimeError(short ErrorCode)...Page 34 ForceAccept(BSTR ApprovalCode)...Page 35 ForceDecline(BSTR Reason)...Page 35 GetTransactionResult...Page 35 Error Handling...Page 36 Examples...Page 36 Visual C++...Page 36 Visual Basic...Page 37 Active Server Pages...Page 37 Microsoft Office Applications...Page 38 Copyright Notice...Page 40 Appendix A: Transaction Response Specification...Page 41 Credit Card Approval Response Format...Page 41 Transaction Approval Authorization Response Format...Page 41 Credit Card Decline Response Format...Page 41 Transaction Decline Authorization Reponse...Page 42 Appendix B: AVS Response Codes...Page 43 Appendix C: CVV2/CVC2 Response Codes...Page 44 Appendix D: Country and Currency Code...Page 45
4 Overview The Online Commerce Suite Card Present Transactions Guide is specialized to meet the needs of merchants processing credit card, debit card and check conversion transactions in a retail POS environment. This guide will help your users to quickly familiarize themselves with the application programming interface (API) used to send and receive transactions through the Online Commerce Suite payment gateway. What's in this Guide Welcome to the Online Commerce Suite system! The Online Commerce Suite is a Web-based payment gateway that allows you to process secure credit card and electronic check payments for goods and services over the Internet. Using the Online Merchant Center web-based administrative user interface, you can configure your Online Commerce Suite account, add users, and manage your e-business. Online Commerce Suite provides a comprehensive set of online and downloadable transaction management and accounting reports. How to Comment on This Guide Every effort has been made to produce an accurate and easy to understand the Card Present Transactions Guide. Contact Information For more information about Online Commerce Suite, refer to the following: Customer Service If you have problems with this document, or find that the instructions are incorrect, incomplete, or inadequate, please let us know. Send your comments to [email protected] Phone: Documentation Web Site URL: Certified Networks Web Site URL: Hardware Compatible List Web Site URL: Page 1
5 Online Commerce Suite FTP site: Web Site URL: ftp.atsbank.com Online Commerce Suite Payment Gateway: Online Commerce Suite Card Present Transactions Guide Web Site URL: Setting Up an Online Commerce Suite Account The first step in setting up your Online Commerce Suite account is to contact Customer Service to complete your registration by telephone. When your account is confirmed and set up, you will receive your five-digit Online Commerce Suite Account ID number (Acct ID) This important number identifies your account in the Online Commerce Suite system and allows the system server to authenticate transactions originating from you. Be sure to include your Online Commerce Suite Acct ID number in all correspondence with Customer Service. See the companion Getting Started Guidefor more information on setting up your account. Page 2
6 Integration Overview Payment transactions consist of a two part conversation between the merchant's POS unit and the Online Commerce Suite (OCS) gateway: 1. An authorization request is sent to the gateway. 2. The gateway returns an authorization response to the POS unit. Typical credit card transaction scenario 1. The customer swipes their credit card via a swipe terminal attached to your POS system. 2. The customer's data along with the transaction amount is then securely transmitted to the Online Commerce Suite gateway for processing. 3. The Transaction Engine then requests authorization through the credit card authorizing network and returns an Accept or Decline result code and an authorization code. 4. Your POS system logs the transaction and prints out a transaction which is signed by the customer. Page 3
7 Typical debit transaction scenario Online Commerce Suite Card Present Transactions Guide 1. The customer swipes their debit card and enters their PIN number via a Swipe / PIN pad terminal attached to your POS system. 2. The customer's data along with the transaction amount and optional cash back amount is then securely transmitted to the Online Commerce Suite gateway for processing. 3. The Transaction Engine then requests authorization through the debit card network and returns an Accept or Decline along with a unique confirmation message. 4. Your POS system logs the transaction and issues the cash back amount (if applicable). Typical check conversion scenario (Retail POP): 1. The Merchant provides notice to the consumer that paper checks will be used to make an electronic conversion. Notice can take the form of a sign posted at the register or a written notice that the consumer is asked to sign. 2. The Consumer presents paper check for payment. The check can be completely filled out, partially filled out, or blank. 3. Using a MICR scanner, the Merchant scans MICR data from the check capturing bank ABA number, personal account number, and serial number (check number). 4. The Merchant adds the payment amount and electronically submits the transaction. 5. The gateway processes the ACH transaction and returns an Approve or Decline along with a unique confirmation message. 6. If the transaction was approved, the paper check is stamped "VOID" and returned to the consumer (along with a copy of the receipt). Typical check conversion scenario (Accounts Receivable ARC): 1. The Merchant notifies all consumers that their paper checks will be converted. The Consumers should receive the notice prior to sending in a check. 2. The Consumer writes a check to the merchant for the amount of the payment. 3. Using a MICR scanner, the Merchant scans MICR data from the check capturing bank ABA number, personal account number, and serial number (check number). 4. The Merchant makes a copy of the check (front required, back optional). The copy needs to be retained for 2 years. Online Commerce Suite can automatically capture an electronic image of the check and maintain that copy online for 2 years. 5. The Merchant adds the payment amount and electronically submits the transaction. 6. The gateway processes the ACH transaction and returns an Approve or Decline along with a unique confirmation message. 7. If the transaction was approved, the Merchant destroys the paper check within 14 calendar days. Online Commerce Suite System Modules Online Commerce Suite modules accomplish the following functions: Transaction Engine processes online, batch, recurring, and membership subscription payment authorization requests. Transactions are processed immediately in real time or in batch. Within seconds, consumers receive an acceptance or decline notification. Funds from accepted credit card transactions are deposited into your merchant bank account, typically within 24 hours. Funds from accepted electronic check (ACH) transactions are deposited into your checking account within six business days. Online Merchant Center provides Merchant account management functions, virtual terminal transaction processing, and reports. Page 4
8 Transaction Security Payment processing requires mechanisms using encryption to scramble data to protect customer payment information. Customer's private information (credit card numbers and bank account numbers) are securely encrypted as they are transmitted over the Internet. SSL Encryption Secure Socket Layer (SSL) uses a public key to provide encryption between the host server and client browser and is the most secure encryption method. Many browsers including Microsoft Internet Explorer and Netscape Navigator support SSL encryption, but you will need to host your site on a secure server running SSL. When Internet transmissions are made via SSL, the protocol for the Uniform Resource Locator (URL) address must include HTTPS, rather than HTTP to direct the transmission to the secure SSL port. The SSL public key encryption system works this way. The receiving computer discloses its public key and any other computer can use that public key to encrypt data that it sends to the receiving computer. While the public key empowers anyone to encrypt a message, decryption is not possible on the basis of the public key. Only the receiving computer has the ability to decrypt, therefore, there is no need to distribute or store private keys, which may fall into the wrong hands. Online Transaction Processing The Online Commerce Suite system allows you to use one of the following integration methods to process card present transactions: HTTPS Post Socket Connection SecurePost COM Object Online Commerce Suite Card Present Transactions Guide Each method is a distinct way to connect your system and your customer's Web browser to the Online Commerce Suite system and the banking system. You must choose a method when you sign up. We recommend you read the entire guide and examine Table 1 before you decide which method to use. Method URL Visible? Transaction Security Interface QuickSale via HTTPS Post QuickSale via Socket Connection Quicksale Via SecurePost Depends on the implementation You must provide a secure server HTTPS Hidden You must provide a secure server HTTPS Hidden Inherent in method COM object Page 5
9 Quicksale Method with an HTTPS Post Quicksale Method with an HTTPS Post allows you to create an application to collect data from your consumer, and then post the transaction data to the gateway via secure HTTPS post. Your programmers can customize your transaction pages with CGI scripts, Active Server Pages, Cold Fusion applications, and so on. This method requires you to be on a secure server (with SSL installed). How It Works 1. Your system displays the transaction request page, which asks your customer to supply transaction information either by keying it into a form or swiping a card. For example, data could be entered into an HTML web page or it could come from a Point-of-Sale application. 2. After your customer submits the account information, the data is securely transferred to gateway via an HTTPS post action. The gateway then processes the transaction request. 3. If the transaction is accepted, the gateway generates a receipt for the transaction and s it to you and to your customer. You can configure the system to not either you or your customer, or both. 4. The gateway securely sends the transaction result data to your system. At minimum, the data contains the accept/decline flag, the authorization code if accepted and the reason if declined. Page 6
10 Security The most sensitive transaction data like credit card number or bank account number is transmitted directly from merchant application to the gateway via SSL. If you are using a web form to have the consumer enter payment information, you need to have SSL installed on your web server. Transaction Types (Actions) The following card present transaction types are available: Action ns_quicksale_cc ns_void ns_credit debit Description Process a credit card order (sale, auth, post/capture, voice post Process a void of an existing credit card order Process a credit of an existing credit card order Process a debit card sale Page 7
11 debit_return quasi_cash ns_quicksale_check Authreverse Incrementalauth Process a debit card return Process a credit card quasi cash sale Process a check conversion transaction (ARC or POP conversion of a paper check into an electronic ACH transaction) Process an authorization reversal to reduce the amount of a previous preauth. (Hotel/Lodging only) Increase the amount of a previous preauth. (Hotel/Lodging only, and only available for Visa cards). Data Elements The following tables describe required and optional data elements that can be sent to the Online Commerce Suite payment gateway to complete a transaction. Credit Card Sale/Auth (required fields) action acctid Field Description The "ns_quicksale_cc" action instructs Online Commerce Suite to process a credit card transaction. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. amount Transaction dollar amount in US dollars in the form of swipedata CardPresent CardReaderPresent ccname IndustryCode ChargeTypeAmx Card swipe data (must include either track1 or track2 data) A value of 1 indicates that the card was present A value of 1 indicates that a card reader was present Consumer name as it appears on the debit card. Additional required fields for Hotel/Lodging One character value: "H": Hotel Code indicating whether the primary charge is Lodging, Restaurant, or Gift Shop. One character value: "1" Hotel, "2" Restaurant, "3" Gift Shop Roomrateamt Room rate dollar amount in US dollars in the form of Checkindate Checkoutdate PurchaseID Pproperty Extracharges The date (yymmdd) that the guest checked in to the hotel The date (yymmdd) that the guest checked out of the hotel Hotel Folio number (25 characters alphanumeric) Prestigious property indicatory. Used by participants in Visa's Prestigious Lodging Program. A transaction amount of $1 should be entered in the amount field if the merchant wishes the transaction to participate in the program. Number value: 500, 1000, or digit codes, each a partial or complete explanation of why charged amount differs from receipt cardholder received at checkout. Digit values: 0: no extra, 2: Restaurant, 3: Gift Shop, 4: Mini-bar, 5: Telephone, 6: Other, 7: Laundry. Example: "240000" indicates restaurant and mini-bar charges. Page 8
12 Credit Card Sale/Auth (optional fields) Online Commerce Suite Card Present Transactions Guide Field subid authonly postonly voiceauth track1 track2 ccnum expmon expyear usepost ci_companyname ci_billaddr1 ci_billaddr2 ci_billcity ci_billstate ci_billzip ci_billcountry ci_shipaddr1 ci_shipaddr2 ci_shipcity ci_shipstate ci_shipzip ci_shipcountry ci_phone ci_ ci_memo ci_dlnum ci_ssnum dynamicdescriptor to from Description Merchant Sub ID. If unsure whether you have one, leave blank. A value of 1 pre-authorizes the credit card. A pre-authorization will "reserve" the amount specified in the amount field, it will not actually bill the consumer's credit card. This process is used for Book and Ship sales transactions, where a Merchant gets an order and at a later date, completes the transfer of funds. The Refcode returned from a previous Authonly=1 (pre-authorization transaction). This is the post-authorization step of a Book and Ship sales transaction. See Authonly above. 6 character approval code obtained from the cardholder's issuing bank. Track 1 card swipe data Track 2 card swipe data Credit Card number keyed in (when a swipe reader is unable to detect the card number) Expiration month keyed in in (when a swipe reader is unable to detect the card number) Expiration year keyed in in (when a swipe reader is unable to detect the card number) To return order form information to a database, specify usepost=1. Your company name Consumer billing address Second line of the consumer billing address Consumer city Consumer state or province Consumer Zip code or Postal code Consumer country Consumer shipping address Consumer second line of shipping address Consumer shipping city Consumer shipping state or province Consumer shipping Zip Code or Postal Code Consumer shipping country Consumer phone number Consumer address Miscellaneous information field Consumer driver's license number Consumer Social Security Number This field will be passed all the way to the Consumers Credit Card statement. This is only available for TSYS. address to send the consumer receipt. Default is ci_ address. Return address on consumer's receipt. Default is [email protected]. Page 9
13 subject text merchantordernumber Subject line on consumer's receipt . Default message is Payment Receipt #xzy. Consumer's receipt body text. Default is a generic receipt message. Customer's unique alpha-numeric number Credit Card Void (required fields) action acctid Subid Field Description The "ns_void" action instructs Online Commerce Suite to issue a void. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. Required only If transaction was submitted under a subid. amount Transaction dollar amount in US dollars in the form of orderkeyid historykeyid Orderkeyid of the original transaction Historykeyid of the original transaction Credit Card Credit/Refund (required fields) action acctid Subid Field Description The "ns_credit" action instructs Online Commerce Suite to issue a credit. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. Required only If transaction was submitted under a subid. amount Transaction dollar amount in US dollars in the form of orderkeyid historykeyid Orderkeyid of the original transaction Historykeyid of the original transaction Debit transaction (required fields) action acctid Field Description The debit action instructs Online Commerce Suite to process a debit transaction. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. amount Transaction dollar amount in US dollars in the form of cashbackamount swipedata customerid cardpresent Cash back amount in US dollars in the form of 0.00 (total amount transferred is amount + cashbackamount) Card swipe data (must include track 2 data) 32 byte Encrypted PIN pad data. Includes 6 byte key set followed by 10 byte PIN Pad Serial number and 16 byte PIN data. A value of 1 indicates that the card was present Page 10
14 cardreaderpresent A value of 1 indicates that a card reader was present Debit transaction (optional fields) Field subid Ccname usepost ci_companyname ci_billaddr1 ci_billaddr2 ci_billcity ci_billstate ci_billzip ci_billcountry ci_shipaddr1 ci_shipaddr2 ci_shipcity ci_shipstate ci_shipzip ci_shipcountry ci_phone ci_ ci_memo ci_dlnum ci_ssnum to from subject text merchantordernumber Description Merchant Sub ID. If unsure whether you have one, leave blank. Consumer name To return order form information to a database, specify usepost=1. Your company name Consumer billing address Second line of the consumer billing address Consumer city Consumer state or province Consumer Zip code or Postal code Consumer country Consumer shipping address Consumer second line of shipping address Consumer shipping city Consumer shipping state or province Consumer shipping Zip Code or Postal Code Consumer shipping country Consumer phone number Consumer address Miscellaneous information field Consumer driver's license number Consumer Social Security Number address to send the consumer receipt. Default is ci_ address. Return address on consumer's receipt. Default is [email protected]. Subject line on consumer's receipt . Default message is Payment Receipt #xyz. Consumer's receipt body text. Default is a generic receipt message. Customer's unique alpha-numeric number Auth Reversal (required fields, Hotel only, Visa only) action Field Description The "authreversal" action instructs Online Commerce Suite to issue an authorization reversal for the dollar amount specified. This will reduce the amount being held on a cardholders account. Page 11
15 acctid Subid amount orderkeyid historykeyid Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. Required only If transaction was submitted under a subid. Transaction dollar amount in US dollars in the form of This is the amount by which the original authorization will be reversed. Amount cannot exceed amount of original preauth prior auth reversals). Orderkeyid of the original transaction Historykeyid of the original pre-auth transaction Incremental Auth (required fields, Hotel only, Visa only) Field action acctid Subid amount orderkeyid historykeyid swipedata CardPresent CardReaderPresent Description The "incrementalauth" action instructs Online Commerce Suite to issue an incremental authorization for the dollar amount specified. This will increase the hold amount on a cardholders account. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. Required only If transaction was submitted under a subid. Transaction dollar amount in US dollars in the form of This is the amount by which the original authorization will be increased. Orderkeyid of the original transaction Historykeyid of the original pre-auth transaction Card swipe data (must include either track1 or track2 data) A value of 1 indicates that the card was present A value of 1 indicates that a card reader was present Debit Return (required fields) action acctid subid Field Description ns_debit_return instructs Online Commerce Suite to issue a credit. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. Required only If transaction was submitted under a subid. amount Transaction dollar amount in US dollars in the form of 1.00 swipedata customerid orderkeyid historykeyid Card swipe data (must include Track 2 data) 32 byte Encrypted PIN pad data. Includes 6 byte key set followed by 10 byte PIN Pad Serial number and 16 byte PIN data. Orderkeyid of the original transaction Historykeyid of the original transaction Page 12
16 QuasiCash (required fields) action acctid Field Description quasi_cash instructs Online Commerce Suite to process a credit card quasi cash transaction. Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. amount Transaction dollar amount in US dollars in the form of swipedata CardPresent CardReaderPresent ccname Online Commerce Suite Card Present Transactions Guide Card swipe data (must include either Track 1 or 2 data) A value of 1 indicates that the card was present A value of 1 indicates that a card reader was present Consumer name as it appears on the card. QuasiCash (optional fields) Field subid track1 track2 ccnum expmon expyear usepost ci_companyname ci_billaddr1 ci_billaddr2 ci_billcity ci_billstate ci_billzip ci_billcountry ci_shipaddr1 ci_shipaddr2 ci_shipcity ci_shipstate ci_shipzip ci_shipcountry ci_phone ci_ Description Merchant Sub ID. If unsure whether you have one, leave blank. Track 1 card swipe data Track 2 card swipe data Credit Card number keyed in (when a swipe reader is unable to detect the card number) Expiration month keyed in (when a swipe reader is unable to detect the card number) Expiration year keyed in (when a swipe reader is unable to detect the card number) To return order form information to a database, specify usepost=1. Your company name Consumer billing address Second line of the consumer billing address Consumer city Consumer state or province Consumer Zip code or Postal code Consumer country Consumer shipping address Consumer second line of shipping address Consumer shipping city Consumer shipping state or province Consumer shipping Zip Code or Postal Code Consumer shipping country Consumer phone number Consumer address Page 13
17 ci_memo ci_dlnum ci_ssnum to from subject text merchantordernumber Miscellaneous information field Consumer driver's license number Consumer Social Security Number address to send the consumer receipt. Default is ci_ address. Return address on consumer's receipt. Default is Subject line on consumer's receipt . Default message is Payment Receipt #xzy. Consumer's receipt body text. Default is a generic receipt message. Customer's unique alpha-numeric number Check Conversion (required fields) action acctid accepturl declineurl Field Description ns_quicksale_check instructs Online Commerce Suite Use TEST0 for testing if you do not have an Account ID. Change to your Account ID for live transaction processing. The consumer is transferred to this URL after the transaction is approved Point to a CGI script or html page like The consumer is transferred to this URL after the transaction is declined. Point to a CGI script or html page like amount Transaction dollar amount in US dollars in the form of 1.00 ckaba ckacct cktype ckno ckmicrdata ckterminalcity ckterminalstate ckimagefront ckimagetype Nine-digit numeric value without spaces for checking account routing or ABA number. Variable length numeric value without spaces for checking account number. "POP" or "ARC" Check Number (serial number) MICR data read from the MICR line 4 character abbreviated name for the city where the POS terminal is located. Required for POP transactions 2 character state abbreviation of the state where the POS terminal is located. Required for POP transactions Front image of the check. Maximum of 20K. Only required for ARC transactions "TIF", "JPG", or "GIF". Only required if ckimagefront or ckimageback is used. Check Conversion (optional fields) Field subid ckname ci_companyname ci_billaddr1 Description Merchant Sub ID. If unsure if you have one, leave blank. Consumer name as it appears on the checking account. Your company name Consumer billing address Page 14
18 ci_billaddr2 Second line of the consumer billing address ci_billcity Consumer city ci_billstate Consumer state or province ci_billzip Consumer zip code or postal code ci_billcountry Consumer country ci_shipaddr1 Consumer shipping address ci_shipaddr2 Second line of consumer shipping address ci_shipcity Consumer shipping city ci_shipstate Consumer shipping state or province ci_shipzip Consumer shipping zip or postal code ci_shipcountry Consumer shipping country ci_phone Consumer phone number ci_ Consumer's address ci_memo Miscellaneous information field ci_dlnum Consumer driver license number ci_ssnum Consumer Social Security number to address where to send consumer's receipt. Default is ci_ from Return address on consumer's receipt. Default is subject Subject line on the consumer's receipt . Default is Payment Receipt #xzy. text Text for consumer's receipt. Default is a generic receipt message. ci_ipaddress Consumer's IpAddress merchantordernumber Customer's unique alpha-numeric number ckimageback Back image of the check. Maximum of 20K. Web Form Submission Data Formats To send the transaction to the Online Commerce Suite payment gateway server via HTTPS, post the fields to the following URL: The accepturl and declineurl are required when using the web form method. They can reference either static HTML pages or CGI scripts. Request Format The following example shows how to use HTML to transmit a transaction using HTTPS. <form method="post" action=" <input type="hidden" name="action" value="ns_quicksale_cc"> <input type="hidden" name="acctid" value="test0"> <input type="hidden" name="amount" value="1.00"> <input type="hidden" name="ccname" value="joe Customer"> Page 15
19 <input type="hidden" name="swipedata" value="%b ^lastname/firstname^ ?"> <input type="hidden" name="ccnum" value=" "> <input type="hidden" name="expmon" value="01"> <input type="hidden" name="expyear" value="2004"> <input type="hidden" name="accepturl" value=" <input type="hidden" name="declineurl" value=" <input type="submit"> </form> Response Format When a transaction is processed, Online Commerce Suite retrieves the accepted or declined URL directly from the Online Commerce Suite Server, then relays it to the customer's browser. The customer's browser is connected to the Online Commerce Suite secure system during the entire transaction process event. The mechanics of this process are: 1. After a consumer's order is processed, Online Commerce Suite initiates a TCP/IP connection between the Online Commerce Suite server and the Merchant system. 2. An HTTP GET command retrieves the accepted or declined URL. 3. If the Merchant's e-commerce application includes a query string as part of the accepted or declined URL, Online Commerce Suite appends its own responses to the end of the query string. This allows the Merchant to pass as much additional information in the query string as desired. 4. HTTP GET command output is sent to the customer's browser. If the accepted or declined URL references a static HTML page, it is displayed. If the accepted or declined URL references a CGI script, the script output is displayed. Online Commerce Suite uses the following formats to return the query string response to the consumer's browser: Transaction is Accepted If the transaction is accepted, the following format is used: The authorization code is the alphanumeric value returned by the credit card processing network, representing a receipt of each individual transaction. Transaction is Accepted and Consumer Info is Returned If the usepost flag is enabled, the POST sent to the accepturl is printed with the name/value pairs below: Version=1 Status=Accepted AuthNo=###### PostedVars=BEGIN action=ns_quicksale_cc acctid=test0 amount=1.00 ccname=joe+customer usepost=1 accepturl= declineurl= PostedVars=END The POST body is encoded as above. All name/value pairs submitted to the OCS will be posted back to the accept URL (except for consumer financial information). Page 16
20 Transaction is Declined If the transaction is declined, the following format is used: The reasons for a declined transaction are numerous and depend on the processing network through which your account is routed. Transaction is Declined and Consumer Info is Returned If the usepost flag is enabled, the POST sent to the declineurl is transmitted in the following format: Version=1 Status=Decline Reason= (decline reason goes here) PostedVars=BEGIN action=ns_quicksale_ccc acctid=test0 amount=1.00 ccname=joe+customer usepost=1 accepturl= declineurl= PostedVars=END Page 17
21 Quicksale Method with a Socket Connection This method requires advanced programming skills since your programmers create all of the transaction pages. Your system must be a secure server. Communication between your system and the Online Commerce Suite system is done in single transactions via a direct socket, using HTTP. A socket connection supports interactivity with your customer. Your system submits a single transaction request on behalf of your customer, and gets an immediate transaction result back. How It Works 1. Your POS application requests your customer to supply card information via card swipe and PIN pad entry (for debit cards). 2. Your application sends the transaction request data to the Online Commerce Suite server via the direct socket connection. The Online Commerce Suite server then processes the transaction request. 3. The Online Commerce Suite server sends the transaction result data back to your system via the socket connection. 4. Your system processes the result data and displays the appropriate response to the customer. Page 18
22 Security All aspects of transaction security are dependent on the Online Commerce Suite Server. If you choose the socket connection method, your POS system must be secure with SSL to protect your transmissions. You must then decide upon a method to secure transaction request data over the socket connection to the Online Commerce Suite server. Requirements You can receive information about your customer's order in one of three ways: Certified credit card swipe reader or DUKPT PIN Pad (for Debit transactions). POS application compatible with your hardware. POS host capable of transmitting https: over an Internet connection to the Online Commerce Suite payment gateway. What Your Programmers Do Your programmers have more responsibility than with the other transaction processing methods. They create the entire interface to your customer's browsers and must follow specific protocols in communicating with the Online Commerce Suite server. Your programmers must have advanced skills and proficient in HTTP. Transaction Types (Actions) The actions for the socket connection are the same as for the HTTPS post connection method. Data Elements The data elements for the socket connection are the same as for the HTTPS post connection method. Socket Connection Data Formats To prepare to transmit a transaction via the direct socket post method, you must first initiate a socket connection to the Online Commerce Suite Payment Gateway URL. Use Port 443 for https (Secure Socket Layer). Request Format When you establish a socket connection to the Online Commerce Suite server, you are ready to transmit the transaction information. Transactions consist of a series of name/value pairs. Refer to the HTTPS web form post connection method section of this document for a complete list of values. Sample HTTP Request to Submit a Credit Card Transaction action=ns_quicksale_cc&acctid=test0&amount=1.00&ccname=john%20doe &swipedata=asdf1234asdf1234&merchantordernumber=1001 To use the direct socket post method to transmit transactions, you must be fully proficient with the HTTP protocol. If you are uncertain as to how to correctly use the direct socket post method, use the HTML (Web Form) Submission Method. Page 19
23 Response Format After a transaction is submitted via the direct socket submission method, the Online Commerce Suite server responds with the results of the transaction within a few seconds. It is up to your program to interpret the results of the transaction and route the consumer accordingly. Here are sample responses for accepted and declined transactions. Transaction is Accepted Accepted=SALE:VITAL2: :673: :N:: historyid= orderid= Transaction is Declined Declined=DECLINED: :INV TRAN TYPE historyid= orderid= Sample Perl program format The following Perl program snippet gives an example of how the SecurePost with Socket Connection method can be used within an application to submit transactions to the gateway. This example describes code to submit either a credit card auth or sale. #!/usr/bin/perl use strict; use vars qw($version use Net::SSLeay qw(get_https post_https post_http sslcat make_headers make_form); my $self = shift; my $type = ref($self); ($self->{_page}, $self->{_response}, %{$self->{_reply_headers}}) = post_https("trans.merchantsolution.com", '443', "/cgi-bin/trans.cgi", '', make_form(action => 'ns_quicksale_cc', acctid => 'TEST0', #**** set authonly => 1 for pre-auth ***# authonly => '0', amount => '1.00', ccname => 'FirstName LastName', ccnum => ' ', expmon => '06', expyear => '2006', ci_billaddr1 => '123 address1', ci_billaddr2 => '456 address2', ci_billcity => 'Los Angeles', ci_billstate => 'CA', ci_billzip => '90031', ci_phone => ' ', ci_merchantordernumber => 'ams_account_number', )); my ($key, $value); foreach (split(/\n/, $self->{_page})) { s/\<\w+\>//g; ($key, $value) = split(/\=/); $key =~ tr/ /+/; $value =~ tr/ /+/; $self->{_response_codes}->{$key} = $value; print "$self->{_response_codes}->{$key}\n"; Page 20
24 } exit; Sample Java servlet code snippet The following Java servlet code snippet gives an example of how the SecurePost with Socket Connection method can be used within a Java application to submit transactions to the gateway. // libraries to declare Import java.net.*; Import java.io.*; // Store required field into an object before passing it through processing. URL url = new URL(" URLConnection connection = url.openconnection(); connection.setdooutput(true); PrintWriter out1 = new PrintWriter(connection.getOutputStream()); out1.print("action=ns_quicksale_cc"); out1.print("&acctid="+obj.getacctid()); out1.print("&subid="+obj.getsubid()); out1.print("&amount="+obj.getamount()); out1.print("&ccname="+obj.getccname()); out1.print("&ccnum="+obj.getcardnumber()); out1.print("&expyear="+obj.getexpyear()); out1.print("&expmon="+obj.getexpmon()); out1.print("&ci_ ="+obj.get ()); out1.print("&ci_billaddr1="+obj.getaddress1()); out1.print("&ci_billaddr2="+obj.getaddress2()); out1.print("&ci_billstate="+obj.getstate()); out1.print("&ci_billzip="+obj.getzip()); out1.print("&ci_billcountry="+obj.getcountry()); out1.print("&ci_billcity="+obj.getcity()); System.out.println(out1.toString()); out1.close(); BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream())); String inputline=""; // store result in saveline String saveline=""; while ((inputline = in.readline())!= null) saveline+="&"+inputline; in.close(); Page 21
25 Quicksale Method with SecurePost Object Overview The Online Commerce Suite SecurePost object provides an easy way to integrate credit card or electronic check (ACH) payment processing into your custom applications or Web sites. The SecurePost object is implemented as a COM object capable of running on Windows 95, Windows 98, or Windows NT 4.0 or later. It can be used with any programming language capable of calling a COM object, such as Visual C++, Visual Basic, Active Server Pages (ASP), Microsoft Office applications, and others. The transaction data is transferred over a Secure HTTP (HTTPS) connection using the installed Windows Sockets (WINSOCK) stack and Internet Extensions (WININET). If these components are not already present on your system, the easiest way to get them is to install the latest version of Microsoft Internet Explorer. Installation To install the SecurePost object, copy the ATSSecurePost.dll file to the location where you want the object to reside (typically the same location where your application resides, or in the Windows SYSTEM or SYSTEM32 directory), and register it in the Windows Registry by running: REGSVR32 ATSSecurePost.dll After executing REGSVR32 from a command-prompt, you should see the following dialog: If you get an error message during the registration process, your system contains an old version of the Microsoft Internet Extensions (WININET) libraries. In this case, install the latest version of Microsoft Internet Explorer or its updates. Uninstalling To uninstall the SecurePost object, unregister the object by executing the following command, and then delete the ATSSecurePost.dll file: REGSVR32 /u ATSSecurePost.dll If the command is successful, you will see the following dialog: Page 22
26 Interfaces The SecurePost object exposes a single COM (Component Object Model) interface through a class named SecurePost Class. This interface provides several methods for processing transactions, as well as a large number of properties that can be manipulated. There are also several methods that can be used for debugging and testing during the development cycle. Complete Properties Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None All ATSSubID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) Online Commerce Suite Sub ID, 5 characters long or empty. (SubID) CCName String(32) None All Debit Card Account Name. (CCName) CCNumber String(32) None CC Credit Card Number. (CCNum) ExpMonth String(2) None CC Credit Card Expiration Month. (ExpMon) ExpYear String(4) None CC Credit Card Expiration Year. (ExpYear) CVV2 String(3) None Credit Card CVV2 Code (CVV2) CKName String(32) None ACH Checking Account Name. (CKName) CKRoutingNumber String(9) None ACH Checking Account Routing (ABA) Number, always 9 digits long. (CKABA) CKAccountNumber String(18) None ACH Checking Account Number. (CKAcct) Amount Integer > 0 0 All The total amount to be authorized. CashBackAmount Integer > 0 0 The amount to be issued to the consumer as cash. CardPresent Short Integer 0 0 if not present, 1 if present. Swipedata String(256) None DB Track 1 and/or Track 2 swipe data CardReaderPresent Short Integer 0 0 if not present, 1 if present. CustomerID String(32) None DB Encrypted PIN Block Data VoiceAuth String(6) None 6 character approval code obtained from the cardholder's issuing bank. CI_CompanyName String(64) None The consumer's company name. (CI_CompanyName) CI_BillAddr1 String(64) None The consumer's billing address. (CI_BillAddr1) CI_BillAddr2 String(64) None The consumer's billing address. (CI_BillAddr2) CI_BillCity String(32) None The consumer's billing city. (CI_BillCity) CI_BillState String(32) None The consumer's billing state. (CI_BillState) CI_BillZip String(16) None The consumer's billing zip code. (CI_BillZip) CI_BillCountry String(32) None The consumer's billing country. (CI_BillCountry) CI_ShipAddr1 String(64) None The consumer's shipping address. (CI_ShipAddr1) CI_ShipAddr2 String(64) None The consumer's shipping address. (CI_ShipAddr2) Page 23
27 CI_ShipCity String(32) None The consumer's shipping city. (CI_ShipCity) CI_ShipState String(32) None The consumer's shipping state. (CI_ShipState) CI_ShipZip String(16) None The consumer's shipping zip code. (CI_ShipZip) CI_ShipCountry String(32) None The consumer's shipping country. (CI_ShipCountry) CI_Phone String(16) None The consumer's phone number. (CI_Phone) CI_ String(64) None The consumer's address. (CI_ ) CI_Memo String(4096) None The consumer's memo. (CI_Memo) CI_DLNum String(32) None The consumer's Drivers License number. (CI_DLNum) CI_SSNum String(32) None The consumer's Social Security number. (CI_SSNum) CI_IPAddress String(16) None The consumer's IP address. (CI_IPAddress) Subject String(256) None The message subject of the transaction acknowledgement sent to the consumer. ( Subject) Text String(4096) None MerchantReferrerInfo String(64) None MerchantOrderNumber String(64) None The message text of the transaction acknowledgement sent to the consumer. ( Text) The Merchant Referrer Information. (MerchantReferrerInfo) The Merchant Order Number. If non-empty, this must be a value that is unique for the ATSID / ATSSubID combination. (MerchantOrderNumber) MerchantOrderType String(64) None The Merchant Order Type. (MerchantOrderType) ResultAccepted ResultRefCode ResultOrderID ResultTransID ResultAuthCode ResultHostMessageID ResultSystemTraceNumber Boolean String String String String String String DevMode Boolean False ResultErrorFlag LastError Short Integer String TransactionTimeout 300 TRUE if the transaction was approved, FALSE if it was declined. The reference code of the transaction. The Order ID assigned to the transaction. The Transaction ID assigned to the transaction. The authorization code of the transaction. Unique host message identifier assigned by the authorizing system Six character numeric unique host message assigned by the authorizing system Determines whether the SecurePost object runs in development mode. A non-zero value indicates an error occurred during processing. A string describing the error that occurred. Page 24
28 Short Integer >= 5 & <= 600 The maximum number of seconds that the SecurePost object will wait for a response from the authorization network. NOTE: If a reply is not received within the timeout period, the SecurePost object will return an error. However, the authorizing network may continue to process the transaction, and eventually approve or decline it. You can retrieve the result later using the GetTransactionResult method. Methods ProcessSale Processes a card present credit card sale using the properties currently set. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessSale for Credit Card Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Amount Short Integer > 0 Swipedata String(256) None ResultAccepted ResultRefCode ResultOrderID ResultTransID Boolean String String String ResultAuthCode String ResultErrorFlag LastError Short Integer String Online Commerce Suite Account ID, always 5 characters long. (ATSID) 0 The total amount to be authorized. Credit Card swipe data (must include either track 1 or track 2 data) TRUE if the transaction was approved, FALSE if it was declined. The reference code of the transaction. The Order ID assigned to the transaction. The Transaction ID assigned to the transaction. The authorization code of the transaction. A non-zero value indicates an error occurred during processing. A string describing the error that occurred. Additional required fields for Hotel/Lodging IndustryCode String(1) None One character value: "H": Hotel ChargeType String(1) None Code indicating whether the primary charge is Lodging, Restaurant, or Gift Shop. One character value: "1" Hotel, "2" Page 25
29 Roomrate Checkindate Checkoutdate Short Integer > 0 Date yymmdd Date yymmdd 0 None None Restaurant, "3" Gift Shop Room rate dollar amount in US dollars in the form of 150 (one dollar fifty cents) The date (yymmdd) that the guest checked in to the hotel The date (yymmdd) that the guest checked out of the hotel PurchaseID String(25) None Hotel Folio number (25 characters alphanumeric) Pproperty Short Integer None Extracharges String(6) None Online Commerce Suite Card Present Transactions Guide Prestigious property indicatory. Used by participants in Visa's Prestigious Lodging Program. A transaction amount of $1 should be entered in the amount field if the merchant wishes the transaction to participate in the program. Number value: 500, 1000, or digit codes, each a partial or complete explanation of why charged amount differs from receipt cardholder received at checkout. Digit values: 0: no extra, 2: Restaurant, 3: Gift Shop, 4: Mini-bar, 5: Telephone, 6: Other, 7: Laundry. Example: "240000" indicates restaurant and mini-bar charges. ProcessSale with Voice Authorization A Voice Authorization transaction is a sale performed after obtaining an approval code from the cardholder's issuing bank. Use the VoiceAuth property to set the 6 character voice authorization code obtained from the issuing bank, then invoke the ProcessSale method. Minimum Required Properties for ProcessSale with Voice Authorization Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) Amount Short Integer > 0 0 The total amount to be authorized. Swipedata String(256) None VoiceAuth String(6) None ResultAccepted Boolean Credit Card swipe data (must include either track 1 or track 2 data) 6 character approval code obtained from the cardholder's issuing bank. TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String ResultErrorFlag Short Integer The authorization code of the transaction. A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. Page 26
30 ProcessSale for Check Conversion Processes a check conversion sale using the properties currently set. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessSale for Check Conversion Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) Amount Short Integer > 0 0 The total amount to be authorized. CKType String(3) None "POP" or "ARC" CKNo String(15) None Check Number (serial number) CKRoutingNumber String(9) None Checking Account Routing (ABA) Number, always 9 digits long. (CKABA) CKAccountNumber Strung(18) None Checking Account Number. (CKAcct) CKMicrdata String(64) None MICR data read from the MICR line CKTerminalcity String(4) None CKTerminalstate String(2) None ResultAccepted Boolean 4 character abbreviated name for the city where the POS terminal is located. Required for POP transactions 2 character state abbreviation of the state where the POS terminal is located. Required for POP transactions TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String The authorization code of the transaction. ResultErrorFlag Online Commerce Suite Card Present Transactions Guide Short Integer A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ProcessSale for Check Conversion with image capture Processes a check conversion sale using the properties currently set. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessSale for Check Conversion with image capture Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) Amount Short Integer > 0 0 The total amount to be authorized. Page 27
31 CKType String(3) None "POP" or "ARC" CKNo String(15) None Check Number (serial number) CKRoutingNumber String(9) None Checking Account Routing (ABA) Number, always 9 digits long. (CKABA) CKAccountNumber Strung(18) None Checking Account Number. (CKAcct) CKMicrdata String(64) None MICR data read from the MICR line CKTerminalcity String(4) None CKTerminalstate String(2) None CkImagefront String(128) None CKImageback String(128) None CKImagetype String(3) None "TIF", "GIF", or "JPG" ResultAccepted Boolean 4 character abbreviated name for the city where the POS terminal is located. Required for POP transactions 2 character state abbreviation of the state where the POS terminal is located. Required for POP transactions File path and file name where the front check image file is located (i.e. c:\ tif) File path and file name where the back check image file is located (i.e. c:\ tif) TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String The authorization code of the transaction. ResultErrorFlag Online Commerce Suite Card Present Transactions Guide Short Integer A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ProcessAuth Processes a card present credit card authorization using the properties currently set. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessAuth Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Amount Short Integer > 0 Swipedata String(256) None ResultAccepted Boolean Online Commerce Suite Account ID, always 5 characters long. (ATSID) 0 The total amount to be authorized. 150 (one dollar fifty cents) Credit Card swipe data (must include either track 1 or track 2 data) TRUE if the transaction was approved, FALSE if it was declined. Page 28
32 ResultRefCode ResultOrderID ResultTransID ResultAuthCode ResultErrorFlag LastError String String String String Short Integer String The reference code of the transaction. The Order ID assigned to the transaction. The Transaction ID assigned to the transaction. The authorization code of the transaction. A non-zero value indicates an error occurred during processing. A string describing the error that occurred. Additional required fields for Hotel/Lodging IndustryCode String(1) None One character value: "H": Hotel ChargeType String(1) None Roomrateamount Checkindate Checkoutdate Short Integer > 0 Date yymmdd Date yymmdd 0 None None Code indicating whether the primary charge is Lodging, Restaurant, or Gift Shop. One character value: "1" Hotel, "2" Restaurant, "3" Gift Shop Room rate dollar amount in US dollars in the form of 150 (one dollar fifty cents) The date (yymmdd) that the guest checked in to the hotel The date (yymmdd) that the guest checked out of the hotel PurchaseID String(25) None Hotel Folio number (25 characters alphanumeric) Pproperty Short Integer None Extracharges String(6) None Online Commerce Suite Card Present Transactions Guide Prestigious property indicatory. Used by participants in Visa's Prestigious Lodging Program. A transaction amount of $1 should be entered in the amount field if the merchant wishes the transaction to participate in the program. Number value: 500, 1000, or digit codes, each a partial or complete explanation of why charged amount differs from receipt cardholder received at checkout. Digit values: 0: no extra, 2: Restaurant, 3: Gift Shop, 4: Mini-bar, 5: Telephone, 6: Other, 7: Laundry. Example: "240000" indicates restaurant and mini-bar charges. ProcessPost (BSTR RefCode) Processes a post for a previous credit card auth-only transaction. The only properties that are used and must be set are the ATSID and ATSSubID. In addition, the ProcessPost method requires as an argument the ResultRefCode that was returned by the corresponding ProcessAuth call. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessPost Name Type & Size Default Required Purpose, and Online Commerce Suite tag Page 29
33 ATSID String(5) None ResultAccepted Boolean ResultRefCode String Online Commerce Suite Account ID, always 5 characters long. (ATSID) TRUE if the transaction was approved, FALSE if it was declined. The reference code of the transaction. This value is passed as an argument to the ProcessPost method ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String ResultErrorFlag Short Integer Online Commerce Suite Card Present Transactions Guide The authorization code of the transaction. A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ProcessCredit (BSTR TransID, BSTR OrderID) Processes a card present credit for an account. The only properties that are used and must be set are the ATSID and ATSSubID. In addition, the ProcessCredit method requires as arguments the ResultTransID and ResultOrderID of the transaction to be credited. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessCredit Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None ResultAccepted Boolean Online Commerce Suite Account ID, always 5 characters long. (ATSID) TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String ResultTransID String ResultAuthCode String ResultErrorFlag Short Integer The Order ID assigned to the transaction. Passed as an argument. The Transaction ID assigned to the transaction. Passed as an argument The authorization code of the transaction. A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ProcessVoid (BSTR TransID) Processes a void of a previous transaction. The only properties that are used and must be set are the ATSID, ATSSubID, and Amount. In addition, the ProcessVoid method requires as an argument the ResultTransID that was returned by the corresponding ProcessSale, ProcessAuth, or ProcessPost call. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode Page 30
34 properties to get detailed information about the transaction. Minimum Required Properties for ProcessVoid Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None ResultAccepted Boolean Online Commerce Suite Account ID, always 5 characters long. (ATSID) TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String ResultAuthCode String ResultErrorFlag Short Integer Online Commerce Suite Card Present Transactions Guide The Transaction ID assigned to the transaction. Passed as an argument. The authorization code of the transaction. A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ProcessQuasiCash Processes a quasicash sale using the properties currently set. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for ProcessQuasiCash Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) Amount Short Integer > 0 0 The total amount to be authorized. Swipedata String(256) None ResultAccepted Boolean Credit Card swipe data (must include either track 1 or track 2 data) TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String ResultErrorFlag Short Integer The authorization code of the transaction. A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. Page 31
35 ProcessDebit Processes a debit using the properties currently set. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Track 2 swipe data is required for all Debit transactions (no manual entry option is available). Minimum Required Properties Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) CCName String(32) None Debit Card Account Name. (CCName) Amount Short Integer > 0 0 The total amount to be authorized. CashBackAmount Short Integer > 0 0 The amount to be issued to the consumer as cash. Swipedata String(256) None Full Track 2 swipe data CustomerID String(32) None ResultAccepted Boolean Encrypted PIN Block Data. Includes 16 byte PIN data followed by 6 byte key set and 10 byte PIN Pad Serial number TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String The authorization code of the transaction. ResultErrorFlag Short Integer A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ProcessDebitReturn (BSTR TransID, BSTR OrderID) Processes a credit for a debit account. The only properties that are used and must be set are the ATSID and ATSSubID. In addition, the ProcessDebitReturn method requires as arguments the ResultTransID and ResultOrderID of the transaction to be credited. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Track 2 swipe data is required for all Debit Return transactions (no manual entry option is available). Minimum Required Properties Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Online Commerce Suite Account ID, always 5 characters long. (ATSID) CCName String(32) None Debit Card Account Name. (CCName) Amount Short Integer > 0 0 The total amount to be authorized. Page 32
36 CashBackAmount Short Integer > 0 0 The amount to be issued to the consumer as cash. Swipedata String(256) None Full Track 2 swipe data CustomerID String(32) None Encrypted PIN Block Data. Includes 16 byte PIN data followed by 6 byte key set and 10 byte PIN Pad Serial number ResultAccepted Boolean TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String The Order ID assigned to the transaction. ResultTransID String The Transaction ID assigned to the transaction. ResultAuthCode String The authorization code of the transaction. ResultErrorFlag Short Integer A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. AuthReverse (BSTR TransID, BSTR OrderID) For hotel/lodging transactions only. Visa transactions only. Reduces the amount of an existing authorization by the amount specified. The only properties that are used and must be set are the ATSID and ATSSubID, Amount, and Swipedata. In addition, the ProcessCredit method requires as arguments the ResultTransID and ResultOrderID of the original pre-auth transaction. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for AuthReverse Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Amount Short Integer > 0 0 Swipedata String(256) None ResultAccepted ResultRefCode ResultOrderID ResultTransID Boolean String String String ResultAuthCode String Online Commerce Suite Account ID, always 5 characters long. (ATSID) This is the amount by which the original authorization will be reversed. Amount cannot exceed amount of original preauth prior auth reversals). Credit Card swipe data (must include either track 1 or track 2 data) TRUE if the transaction was approved, FALSE if it was declined. The reference code of the transaction. The Order ID assigned to the transaction. Passed as an argument. The Transaction ID assigned to the transaction. Passed as an argument The authorization code of the transaction. Page 33
37 ResultErrorFlag LastError Short Integer String A non-zero value indicates an error occurred during processing. A string describing the error that occurred. IncrementalAuth (BSTR TransID, BSTR OrderID) For hotel/lodging transactions only. Visa transactions only. Increases the amount of an existing authorization by the amount specified. The only properties that are used and must be set are the ATSID and ATSSubID, Amount, and Swipedata. In addition, the ProcessCredit method requires as arguments the ResultTransID and ResultOrderID of the original pre-auth transaction. After the transaction has been processed, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. Minimum Required Properties for IncrementalAuth Name Type & Size Default Required Purpose, and Online Commerce Suite tag ATSID String(5) None Amount Short Integer > 0 0 Swipedata String(256) None ResultAccepted Boolean Online Commerce Suite Account ID, always 5 characters long. (ATSID) This is the amount by which the original authorization will be increased. Credit Card swipe data (must include either track 1 or track 2 data) TRUE if the transaction was approved, FALSE if it was declined. ResultRefCode String The reference code of the transaction. ResultOrderID String ResultTransID String ResultAuthCode String ResultErrorFlag Short Integer The Order ID assigned to the transaction. Passed as an argument. The Transaction ID assigned to the transaction. Passed as an argument The authorization code of the transaction. A non-zero value indicates an error occurred during processing. LastError String A string describing the error that occurred. ClearAll Clears the values of all properties, and resets them to their default values. GenerateRuntimeError(short ErrorCode) Generates a runtime error for the purpose of debugging the error handling code in your application. The supported ErrorCode values are as follows: ErrorCode Error Description Page 34
38 0 None No error is generated 1 E_UNEXPECTED Catastrophic failure 2 E_NOTIMPL Not implemented 3 E_OUTOFMEMORY Ran out of memory 4 E_INVALIDARG One or more arguments are invalid 5 E_NOINTERFACE No such interface supported 6 E_POINTER Invalid pointer 7 E_HANDLE Invalid handle 8 E_ABORT Operation aborted 9 E_FAIL Unspecified error 10 E_ACCESSDENIED General access denied error 11 E_PENDING The data necessary to complete this operation is not yet available A full explanation of these common COM error codes and their meaning is beyond the scope of this document. In addition, the error message generated in your programming environment in the absence of your own error handler may vary from that shown in the Description column above. Finally, not all of these errors can result from interacting with the SecurePost object. The only errors that should ever be generated are E_UNEXPECTED, E_NOTIMPL, and E_INVALIDARG. Support for other errors is included solely for the convenience of the developer writing the error handler. ForceAccept(BSTR ApprovalCode) Forces an approval of the next call to ProcessSale, ProcessAuth, or ProcessDebitAuth with the specified approval code. The data properties are not actually transmitted for processing, and the values of the ResultRefCode, ResultOrderID, and ResultTransID properties are not meaningful following the call. This method should be used for testing only. ForceDecline(BSTR Reason) Forces a decline of the next call to ProcessSale, ProcessAuth, or ProcessDebitAuth for the specified reason. The data properties are not actually transmitted for processing. This method should be used for testing only. GetTransactionResult Retrieves the result of a previously processed transaction given the current ATSID, ATSSubID, and MerchantOrderNumber properties. After the results have been retrieved, you can examine the ResultErrorFlag, ResultAccepted, ResultRefCode, ResultOrderID, ResultTransID, and ResultAuthCode properties to get detailed information about the transaction. If the transaction engine responds to the GetTransactionResult request, but the transaction cannot be found, both the ResultErrorFlag and ResultAccepted properties will be FALSE, and the ResultAuthCode property will be blank. NOTE: In order to uniquely identify the transaction for which the results are to be retrieved, you must have assigned a unique MerchantOrderNumber property when the transaction was originally processed. If the MerchantOrderNumber property was left blank or wasn't unique, there is no way to retrieve the results. Page 35
39 Error Handling The SecurePost object validates all properties to ensure that their values are within the permissible range. For example, all Online Commerce Suite Account IDs (the ATSID property) are always exactly five characters long, so any attempt to set the property to a value that is shorter or longer than five characters will generate an error of type E_INVALIDARG. How errors are handled depends entirely on the environment in which the SecurePost object is being used: in C++, you will have to provide an exception handler using a try / catch block, and in Visual Basic, you will need an error handler using On Error Goto. For details, see the examples in the next section. Examples All of the examples below send a transaction for a $19.95 credit card sale using a ficticious MasterCard credit card to the credit card processor. Visual C++ The example below assumes that a wrapper class called ISecurePost was created in the Class Wizard of Visual Studio from the type library or DLL. HRESULT hr; IUnknown* piunknown; IDispatch* pidispatch; const CLSID CLSID_ATSSecurePost = {0x94A1A587,0x1CF1,0x11D3,{0x99,0x3D,0x00,0xE0,0x29,0x1F,0x9A,0x9C}}; try { hr = CoCreateInstance(CLSID_ATSSecurePost, NULL, CLSCTX_INPROC_SERVER, IID_IUnknown, (LPVOID *) &piunknown); if (SUCCEEDED(hr)) { hr = piunknown->queryinterface(iid_idispatch, (LPVOID *) &pidispatch); if (SUCCEEDED(hr)) { ISecurePost MyObject(pIDispatch); try { MyObject.SetATSID("TEST0"); MyObject.SetAmount(1995); MyObject.SetCCName("John Doe"); MyObject.SetCCNumber(" "); MyObject.SetExpMonth("10"); MyObject.SetExpYear("2002"); MyObject.ProcessSale(); if (MyObject.GetResultAccepted()) MessageBox(MyObject.GetResultAuthCode(),"Accepted", MB_OK); else if (MyObject.GetResultErrorFlag()) MessageBox(MyObject.GetLastError(),"Error", MB_OK MB_ICONERROR); } else MessageBox(MyObject.GetResultAuthCode(),"Declined", MB_OK); catch (...) { MessageBox(MyObject.GetLastError(),"Error", MB_OK MB_ICONERROR); Page 36
40 } } } piunknown->release(); } catch (...) { } Visual Basic Visual Basic supports both early and late binding of objects. The example shown here uses the late binding by instantiating the object based on the class name of the SecurePost object. Dim MyObject As ATSSECUREPOSTLib.SecurePost On Error GoTo ErrHandler Set MyObject = CreateObject("ATS.SecurePost") MyObject.ATSID = "TEST0" MyObject.Amount = 1995 MyObject.CCName = "John Doe" MyObject.CCNumber = " " MyObject.ExpMonth = "10" MyObject.ExpYear = "2002" MyObject.ProcessSale If MyObject.ResultAccepted Then MsgBox "Accepted: " + MyObject.ResultAuthCode Else If MyObject.ResultErrorFlag Then MsgBox "Error: " + MyObject.LastError Else MsgBox "Declined: " + MyObject.ResultAuthCode End If End If ErrHandler: Set MyObject = Nothing Active Server Pages The Active Server Pages example shown here processes a sale, and displays the result of the transaction in HTML: <% Set MyObject = CreateObject("ATS.SecurePost") MyObject.ATSID = "TEST0" MyObject.Amount = 1995 MyObject.CCName = "John Doe" MyObject.CCNumber = " " MyObject.ExpMonth = "10" MyObject.ExpYear = "2002" MyObject.ProcessSale Page 37
41 %> <HTML> <BODY> <% If MyObject.ResultAccepted Then %> Accepted: <%=MyObject.ResultAuthCode%> <% Else If MyObject.ResultErrorFlag Then %> Error: <%=MyObject.LastError %> <% Else %> Declined: <%=MyObject.ResultAuthCode%> <% End If End If %> </BODY> </HTML> <% Set MyObject = Nothing %> Microsoft Office Applications The sample shown below can be used from within any Microsoft Office application, such as Microsoft Word or Microsoft Excel. The version of Basic available for scripting Microsoft Office applications is a subset of the full Visual Basic language, and does not support early binding. The Microsoft Office Applications example differs only slightly from the Visual Basic version in this example, the SecurePost object is declared as a generic object, rather than tying it to a specific type library. Function Microsoft_Office_Example() Dim MyObject As Object On Error GoTo ErrHandler Set MyObject = CreateObject("ATS.SecurePost") MyObject.ATSID = "TEST0" MyObject.Amount = 1995 MyObject.CCName = "John Doe" MyObject.CCNumber = " " MyObject.ExpMonth = "10" MyObject.ExpYear = "2002" MyObject.ProcessSale If MyObject.ResultAccepted Then MsgBox "Accepted: " + MyObject.ResultAuthCode Else If MyObject.ResultErrorFlag Then MsgBox "Error: " + MyObject.LastError Else MsgBox "Declined: " + MyObject.ResultAuthCode End If End If Page 38
42 End Function ErrHandler: Set MyObject = Nothing The example shown above is included in this document, and can be executed by pressing Alt-F11 to access Visual Basic, selecting the Microsoft_Office_Example function from the ThisDocument scope, and pressing F8 to step through the code one line at a time. Page 39
43 Copyright Notice 2012 Merchant Solutions International, Inc. All Rights Reserved. Online Commerce Suite, Online Merchant Center, Online Check, and Online Charge are registered trademarks of Merchant Solutions International, Inc. Page 40
44 Appendix A: Transaction Response Specification Credit Card Approval Response Format The transaction approval authorization response message consists of a string of eight fields delimited by the colon (":") character. Here is an example of the format of the complete approval message: AVSSALE:123456: :9: :Y:AUTHNETSPECIFIC:M The following table describes each of the fields returned in the approval response message. Transaction Approval Authorization Response Format Field Description Value Transaction Type Authorization Code Reference Number Batch Number Transaction ID AVS Result Code Auth Net Specific CVV2/CVC2 Result Code Type of transaction submitted The six digit authorization or approval code provided by the authorizing network Additional reference information provided by the authorizing network Batch settlement number in which this transaction is included Unique number assigned by the Online Commerce Suite to this transaction. Result code generated by the Address Verification System. Miscellaneous auth net message One character result code generated by the CVV2/CVC2 system SALE AVSSALE AUTH AVSAUTH POST AVSPOST VOICEPOST VOID CREDIT QUASICASH Varies Varies Number Number See Appendix B: AVS response codes See Appendix C: CVV2/CVC2 Response Codes Credit Card Decline Response Format The transaction decline authorization response message consists of the string "DECLINED" followed by two fields delimited by the colon (":") character. Here is an example of the format of the complete approval message: DECLINED: :TEXT RESPONSE The following table describes each of the fields returned in the approval response message. Page 41
45 Transaction Decline Authorization Reponse Field Description Value Transaction Result Result of the transaction DECLINED First Digit: 0 Authorizing network declined the transaction. 1 Gateway declined the transaction. Decline Code 10 digit decline code. 2 Authorizing network returned an error, forcing a decline. 3 Gateway returned an error, forcing a decline. Text Response Text message indicating the reason for the decline. Digits 2-10: Internal decline number. Varies Page 42
46 Appendix B: AVS Response Codes The following table defines AVS response codes returned from the Address Verification System. A E N R S U W X Y Z B C D P Response Code Definition Street addresses matches, but the ZIP code does not. The first five numerical characters contained in the address match. However, the ZIP code does not match. Ineligible transaction. The card issuing institution is not supporting AVS on the card in question. Neither address nor ZIP matches. The first five numerical characters contained in the address do not match, and the ZIP code does not match. Retry (system unavailable or timed out). Card type not supported. The card type for this transaction is not supported by AVS. AVS can verify addresses for Visa cards, MasterCard, proprietary cards, and private label transactions. Address information unavailable. The address information was not available at the issuer. 9 digit ZIP code match, address does not. The nine digit ZIP code matches that stored at the issuer. However, the first five numerical characters contained in the address do not match. Exact match (9 digit zip and address) Both the nine digit postal ZIP code as well as the first five numerical characters contained in the address match. Address and 5 digit zip match. Both the five digit postal ZIP code as well as the first five numerical characters contained in the address match. 5 digit ZIP matches, but the address does not. The five digit postal ZIP code matches that stored at the VIC or card issuer's center. However, the first five numerical characters contained in the address do not match. FOREIGN CODES Street address matches for international transaction. Postal Code not verified due to incompatible formats. Street address and Postal Code not verified for international transaction due to incompatible format. Street address and Postal Code match for international transaction. Postal Code match for international transaction. Street address not verified due to incompatible formats. Page 43
47 Appendix C: CVV2/CVC2 Response Codes The following table defines CVV2/CVC2 response codes returned from the credit card authorizing network. Response Code Space M N P S U X Definition CVV2 processing not requested CVV2/CVC2 Match CVV2/CVC2 not matched Not processed CVV2 should be printed on the card, but it was indicated that the value was not present Issuer does not support CVV2 Service provider did not respond Page 44
48 Appendix D: Country and Currency Code You must first verify that your credit card merchant account processor and the gateway support the currency code submitted prior to attempting any transactions other than those in "U.S." dollars. The following table defines the country, currency code, and the requirement of decimals in amount fields. "NONE" indicates that the decimal is not required when setting the amount. Argentina Australia Christmas Island Cocos (Keeling) Islands Heard and McDonald Islands Kiribati Nauru Norfolk Island Tuvalu Aruba Azerbaijan Bulgaria Bermuda Singapore Bolivia Bolivia Brazil Bahamas Bhutan Botswana Country Currency Code Decimal ARS AUD AUD AUD AUD AUD AUD AUD AUD AWG AZN BGN BMD BND BOB BOV BRL BSD BTN BWP Belarus BYR NONE Democratic Republic of Congo Switzerland Liechtenstein CDF CHF CHF Chile CLP NONE China Colombia Colombia Costa Rica Cuba CNY COP COU CRC CUP Page 45
49 Country Currency Code Decimal Cape Verde CVE Czech Republic CZK Djibouti DJF NONE Denmark DKK Greenland DKK Algeria DZD Estonia EEK Egypt EGP Eritrea ERN Ethiopia ETB Andorra EUR Kosovo EUR Monaco EUR Montenegro EUR San Marino EUR Vatican EUR Belgium EUR Cyprus EUR Finland EUR France EUR Germany EUR Ireland EUR Italy EUR Luxembourg EUR Malta EUR Portugal EUR Slovenia EUR Spain EUR Fiji FJD Falkland Islands FKP Isle of Man GBP Georgia GEL Ghana GHS Gibraltar GIP Gambia GMD Page 46
50 Country Currency Code Decimal Guinea GNF NONE Guatemala GTQ Guyana GYD Croatia HRK Haiti HTG Hungary HUF Indonesia IDR Israel ILS Bhutan INR India INR Iraq IQD Iran IRR Iceland ISK NONE Jamaica JMD Jordan JOD Japan JPY NONE Kenya KES Kyrgyzstan KGS Cambodia KHR Comoros KMF NONE North Korea KPW South Korea KRW NONE Kuwait KWD Cayman Islands KYD Kazakhstan KZT Laos LAK Lebanon LBP Sri Lanka LKR Liberia LRD Libya LYD Moldova MDL Nicaragua NIO Philippines PHP Romania RON Serbia RSD Page 47
51 Country Currency Code Decimal Russia RUB Slovakia SKK Somalia SOS Central African Republic XAF Gabon XAF Anguilla XCD Antigua and Barbuda XCD Dominica XCD Grenada XCD Montserrat XCD Benin XOF Burkina Faso XOF Yemen YER South Africa ZAR Zambia ZMK Zimbabwe ZWD Canada CAD Bosnia and Herzegovina BAM Barbados BBD Bangladesh BDT Bahrain BHD Burundi BIF NONE Brunei BND Faroe Islands DKK British Indian Ocean Territory GBP Hong Kong HKD Honduras HNL Lesotho LSL Morocco MAD Western Sahara MAD Madagascar MGA The former Yugoslav Republic of Macedonia MKD Myanmar MMK Mongolia MNT Macau MOP Page 48
52 Country Currency Code Decimal Mauritania MRO Mauritius MUR Maldives MVR Malawi MWK Malaysia MYR Mozambique MZN Namibia NAD Nigeria NGN Norway NOK Nepal NPR Cook Islands NZD New Zealand NZD Niue NZD Pitcairn NZD Tokelau NZD Oman OMR Panama PAB Peru PEN Papua New Guinea PGK Pakistan PKR Poland PLN Paraguay PYG NONE Qatar QAR Rwanda RWF NONE Saudi Arabia SAR Solomon Islands SBD Seychelles SCR Sudan SDG Sweden SEK Singapore SGD Brunei SGD Saint Helena SHP Sierra Leone SLL Suriname SRD São Tomé and Príncipe STD Page 49
53 Country Currency Code Decimal Syria Swaziland Thailand Tajikistan Turkmenistan Tunisia Tonga Turkey Cyprus Trinidad and Tobago Taiwan Tanzania Ukraine Uganda American Samoa British Indian Ocean Territory Ecuador El Salvador Guam Haiti Marshall Islands Micronesia Northern Mariana Islands Palau Panama Puerto Rico East Timor Turks and Caicos Islands United States United States Virgin Islands Bermuda Uruguay Uzbekistan Venezuela Vietnam SYP SZL THB TJS TMM TND TOP TRY TRY TTD TWD TZS UAH UGX USD USD USD USD USD USD USD USD USD USD USD USD USD USD USD USD USD UYU UZS VEF VND Page 50
54 Country Currency Code Decimal Vanuatu VUV NONE Samoa WST Cameroon XAF Congo XAF Chad XAF Equatorial Guinea XAF NONE Saint Kitts and Nevis XCD Saint Lucia XCD Saint Vincent and the Grenadines XCD Côte d'ivoire XOF Guinea-Bissau XOF Mali XOF Niger XOF Senegal XOF Togo XOF French Polynesia XPF NONE New Caledonia XPF NONE Wallis and Futuna XPF NONE United Kingdom GBP Belize BZD Dominican Republic DOP Austria EUR Greece EUR Netherlands EUR United Arab Emirates AED Afghanistan AFN Albania ALL Armenia AMD Netherlands Antilles ANG Angola AOA Latvia LVL South Georgia and the South Sandwich Islands GBP Lithuania LTL Mexico MXN Page 51
Online Commerce S Integration Guid
Online Commerce S Integration Guid 2012 Merchant Solutions International, Inc. Al Table of Contents What's in This Guide...Page 1 How to Comment on This Guide...Page 1 Contact Information...Page 1 Customer
Online Commerce Suite Integration Guide
Online Commerce Suite Integration Guide Release 7.5 March 2013 Merchant Partners 11121 Willows Rd NE Suite 120 Redmond, WA 98052 2013 Merchant Partners. All Rights Reserved. Online Commerce Suite Integration
Online Commerce S SOAP Integration G
Online Commerce S SOAP Integration G 2012 Merchant Solutions International, Inc. Al Table of Contents Overview...Page 1 What's In This Guide...Page 1 How This Guide is Organized...Page 1 How to Comment
Online Commerce Suite SOAP Integration Guide
Online Commerce Suite SOAP Integration Guide Release 3.6 Dec 2013 WorldPay 600 Morgan Falls Road Atlanta, GA 30350 2014 WorldPay. All Rights Reserved. Table of Contents Overview...Page 1 What's In This
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
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
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!
Online Commerce Suite Getting Started Guide
Online Commerce Suite Getting Started Guide Release 3.8 December 2010 InstaPAY International LLC 703 Palomar Airport Road Suite 330 Carlsbad, CA 92011-1043 2013 InstaPAY International LLC. All Rights Reserved.
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
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...
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
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
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
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...
Online Commerce Suite Stored Profile Tokenization Guide
Online Commerce Suite Stored Profile Tokenization Guide Release 2.6 March 2013 Merchant Partners 11121 Willows Rd NE Suite 120 Redmond, WA 98052 2013 Merchant Partners. All Rights Reserved. Table of Contents
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,
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
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
First Data Global Gateway Connect User Manual. Version 1.3
First Data Global Gateway Connect User Manual Version 1.3 09.18.2009 Table of Contents 1 Introduction 5 1.1 Overview 5 First Data Global Gateway Connect1.1.1 Business Features 5 1.1.2 Secure Sockets Layer
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
PathwayLINK Recurring Billing Document Version 1.7 Published NOV 2011
PathwayLINK Recurring Billing Document Version 1.7 Published NOV 2011 Email: [email protected] T-Gate, LLC 1821 Walden Square Suite 220 Schaumburg, IL 60173 www.tgatepayments.com PathwayLINK
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
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
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...
Online Commerce Suite Membership Guide
Online Commerce Suite Membership Guide Release 3.4 August 2003 Merchant Partners 3435 Ocean Park Blvd. Suite 102 Santa Monica, CA 90405 2010 Merchant Partners. All Rights Reserved. Table of Contents What's
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.
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.
API Integration Payment21 Recurring Billing
API Integration Payment21 Recurring Billing The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The
WEB TERMINAL AND RECURRING BILLING
PROCESSING TRANSACTIONS WITH WEB TERMINAL AND RECURRING BILLING Document Version 1.4 December 2013 For further information please contact Digital River customer support at 0800 756 3350 or [email protected].
Skipjack VPOS User Guide
Skipjack VPOS User Guide Skipjack 2230 Park Avenue Cincinnati, OH 45206 www.skipjack.com User Guide Table of Contents Click on a topic below to view its contents. Logging in to Your Account p. 3 Launch
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
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
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
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
API Integration Payment21 Button
API Integration Payment21 Button The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The API will allow
Inspire Commerce &.pay. Customer Vault API. Inspire Commerce 800-261-3173 [email protected]
Inspire Commerce &.pay Customer Vault API Inspire Commerce 800-261-3173 [email protected] Overview Customer Vault Security Concerns The Customer Vault was designed specifically for businesses
Setting Up a CyberSource Web Payment Account
Setting Up a CyberSource Web Payment Account Contents Setting Up a CyberSource Web Payment Account... 1 Introduction... 1 Setting Up a CyberSource Account... 2 Get Username and Password... 2 Log in to
Version 6.0 USER MANUAL
X-Charge Version 6.0 USER MANUAL X-Charge Version 6.0 10/10/2005 User Manual 4 Copyright 2005 by CAM Commerce Solutions, Inc. All rights reserved worldwide. This manual, as well as the software described
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 )
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
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
Response Code Details
Section 4 Transaction Response If the original transaction was approved, and a value was passed in the duplicate window field, the payment gateway response will also include the authorization code for
ANZ egate Virtual Payment Client
ANZ egate Virtual Payment Client Integration Notes Contents Purpose of notes 3 For enquiries and support 3 Contents of ANZ egate kit 3 Sample Codes 3 Bank Hosted, Merchant Hosted and Merchant Hosted with
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...
ROAMpay powered by ROAM
ROAMpay powered by ROAM Table of Contents 1. Introduction 2. Setting up Service 3. Supporting ROAMpay Customers 4. Helpful Links and Contacts 5. ROAMpay User s Guide Welcome to ROAMpay powered by ROAM!
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
Merchant Integration Guide
Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support [email protected] Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the
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
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
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
Direct Post. Integration Guide
Direct Post Integration Guide Updated September 2013 Table of Contents 1 Introduction... 4 1.1 What is Direct Post?... 4 1.2 About this Guide... 4 1.3 Features and Benefits... 4 1.4 Card Types Accepted...
Wireless epay Configuration and User Guide (Jave version)
Wireless epay Configuration and User Guide (Jave version) INDEX 1 Section 1 - Installing Cradle/Card Reader to Phone... Page 04 Section 2 - Settings... Page 06 Section 3 - Starting and Login in to Wireless
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
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
MasterCard In tern et Gateway Service (MIGS)
MasterCard Internet Gateway Service Master Card Inter nati onal MasterCard In tern et Gateway Service (MIGS) Virtual Payment Client Integration Guide Prepared By: Patrick Hayes Department: Principal Consultant,
... 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
MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012
MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!
*ROAMpay powered by ROAM
*ROAMpay powered by ROAM Table of Contents 1. Introduction 2. Setting up Service 3. Supporting ROAMpay Customers 4. Helpful Links and Contacts 5. ROAMpay User s Guide Welcome to ROAMpay powered by ROAM!
Advanced Integration Method (AIM) Developer Guide
Advanced Integration Method (AIM) Developer Guide Card Not Present Transactions Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net
Contents. Contents... i. Chapter 1 Introduction...1. Chapter 2 Using PSiGate...9. Index...25
Using PSiGate Contents i Contents Contents... i Chapter 1 Introduction...1 How to Apply for an Account...4 Set Up a Merchant Account Profile...6 Chapter 2 Using PSiGate...9 PSiGate from the Customer s
Part of Chapter 15 of the ViewPoint 7 Training & Users Guide
VP Credit Card Part of Chapter 15 of the ViewPoint 7 Training & Users Guide VP Credit Card lets you swipe or manually enter credit card payment information directly into ViewPoint and lets you swipe PIN
First Data Global Gateway Integration Guide Connect 2.0
First Data Global Gateway Integration Guide Connect 2.0 Version 1.2.1 First Data Global Gateway Connect 2.0 Integration Guide (v1.2.1) 1 First Data Global Gateway INTEGRATION GUIDE CONNECT 2.0 VERSION
MadCap Software. Upgrading Guide. Pulse
MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished
Developer Guide To The. Virtual Merchant
Developer Guide To The Virtual Merchant March 1, 2010 2 Virtual Merchant Developer s Guide THIS VIRTUAL MERCHANT DEVELOPER S GUIDE WILL FAMILIARIZE YOU WITH ALL THE TRANSACTION TYPES AND PROCEDURES YOU
TSYS Credit Card Driver for 3700 POS
Restaurant Enterprise Series TSYS Credit Card Driver for 3700 POS Version 4.14 June 24, 2013 Copyright 2013 by MICROS Systems, Inc. Columbia, MD USA All Rights Reserved Declarations Warranties Although
The DirectOne E-Commerce System
The DirectOne E-Commerce System SecurePay Pty. Ltd. Level 4, 20 Queen St Melbourne 3000 Australia November 05 Contents INTRODUCTION 3 WELCOME TO THE DIRECTONE E-COMMERCE SYSTEM 3 AN OVERVIEW OF E-COMMERCE
BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note
BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise
Getting Started. Quick Reference Guide for Payment Processing
Getting Started Quick Reference Guide for Payment Processing In today s competitive landscape, you have many choices when it comes to selecting your payments provider, and we appreciate your business.
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
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
Credit & Debit Application
USER MANUAL ALL TERMINAL PRODUCTS Credit & Debit Application Instruction Manual V525.15 Dejavoo Systems Instruction Manual V525.15 1 ABOUT THIS MANUAL This manual provides basic instructions for user of
MONETA.Assistant API Reference
MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...
VinNOW-TSYS Integration Setup
VinNOW-TSYS Integration Setup Once your account is established with TSYS, and installation appoint should have been arranged. If not, contact your sales representative as these steps should be done for
My Sage Pay User Manual
My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts
Bank and SecurePay Response Codes
Bank and SecurePay s Last updated: 19/07/2013 Bank s for Credit Card Transactions APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ
enicq 5 System Administrator s Guide
Vermont Oxford Network enicq 5 Documentation enicq 5 System Administrator s Guide Release 2.0 Published November 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 System Administrator s Guide
Bitcoin Payment Gateway API
Bitcoin Payment Gateway API v0.3 BitPay, Inc. https://bitpay.com 2011-2012 BITPAY, Inc. All Rights Reserved. 1 Table of Contents Introduction Activating API Access Invoice States Creating an Invoice Required
Financial Software Payments Module
epnplugin Financial Software Payments Module epnplugin Installation and User Guide epnplugin Financial Software Payments Module 1 Overview... 6 2 Requirements & Preparations... 7 3 Equipment... 8 4 Installation...
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 Payment Solutions
Merchant Payment Solutions What We Do Connecting your Web site to the payment processing networks is typically beyond the technical resources of most merchants. Instead, you can easily connect to the Authorize.Net
Settle-to-File Credit Card Driver for 3700 POS
Restaurant Enterprise Series Settle-to-File Credit Card Driver for 3700 POS Version 4.x August 15, 2008 Copyright 2004-2008 by MICROS Systems, Inc. Columbia, MD USA All Rights Reserved MD0003-076 ii Installation
Saferpay Implementation Guide
Saferpay Implementation Guide Programmers Manual Date: May 2007 Version: 1.62 Status: Final Telekurs Card Solutions GmbH SAFERPAY - IMPLEMENTATION GUIDE TABLE OF CONTENTS 2 TABLE OF CONTENTS 1 INTRODUCTION
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
INTEGRATION PROCEDURES AND SPECIFICATIONS
ipos Credit Card Payment Gateway INTEGRATION PROCEDURES AND SPECIFICATIONS Revision 7 Contents Contents 2 Introduction 3 ipos the simple online credit card solution 3 The Transaction Flow 4 Security 7
MasterCard In tern et Gatew ay Service (MIGS)
Master Card Inter national MasterCard In tern et Gatew ay Service (MIGS) MIGS Payment Client Reference Manual Prepared By: Patrick Hayes Department: Principal Consultant, ebusiness Solutions Date Written:
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...
Global Transport Secure ecommerce. Web Service Implementation Guide
Global Transport Secure ecommerce Web Service Implementation Guide Version 1.0 October 2013 Global Payments Inc. 10 Glenlake Parkway, North Tower Atlanta, GA 30328-3447 Global Transport Secure ecommerce
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
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
GLOSSARY OF MOST COMMONLY USED TERMS IN THE MERCHANT SERVICES INDUSTRY
GLOSSARY OF MOST COMMONLY USED TERMS IN THE MERCHANT SERVICES INDUSTRY Acquiring Bank The bank or financial institution that accepts credit and/or debit card payments for products or services on behalf
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
Payment Collection Gateway V+POS. User Guide 00-35-3483NSB
Payment Collection Gateway V+POS User Guide 00-35-3483NSB This manual contains proprietary and confidential information of Bank of America and was prepared by the staff of Bank of America. This user guide
C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow
4820 8 th Ave SE, Salem OR 97302 4820 8 TH AVE. SE SALEM, OREGON 97302 C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow The general purpose of this program is to
Implementation guide - Interface with the payment gateway PayZen 2.5
Implementation guide - Interface with the payment gateway PayZen 2.5 Document version 3.5 Contents 1. HISTORY OF THE DOCUMENT... 4 2. GETTING IN TOUCH WITH TECHNICAL SUPPORT... 6 3. DIFFERENT TYPES OF
