Merchant Web Services API
|
|
|
- Osborn Rogers
- 10 years ago
- Views:
Transcription
1 Merchant Web Services API Customer Information Manager (CIM) XML Guide Authorize.Net Developer Developer Support Support eloper.a Authorize.Net LLC Ver.2.0
2 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the accuracy and completeness of the information in this document. However, Authorize.Net disclaims all representations, warranties and conditions, whether express or implied, arising by statute, operation of law, usage of trade, course of dealing or otherwise, with respect to the information contained herein. Authorize.Net assumes no liability to any party for any loss or damage, whether direct, indirect, incidental, consequential, special or exemplary, with respect to (a) the information; and/or (b) the evaluation, application or use of any product or service described herein. Authorize.Net disclaims any and all representation that its products or services do not infringe upon any existing or future intellectual property rights. Authorize.Net owns and retains all right, title and interest in and to the Authorize.Net intellectual property, including without limitation, its patents, marks, copyrights and technology associated with the Authorize.Net services. No title or ownership of any of the foregoing is granted or otherwise transferred hereunder. Authorize.Net reserves the right to make changes to any information herein without further notice. Authorize.Net Trademarks Advanced Fraud Detection Suite Authorize.Net Authorize.Net Your Gateway to IP Transactions Authorize.Net Verified Merchant Seal Automated Recurring Billing echeck.net FraudScreen.Net Customer Information Manager Guide Authorize.Net, a CyberSource solution September 2011 ii
3 Contents Revision History...i Developer Introduction...1 Integration Methods...1 Standard API...1 Hosted API...2 Minimum Requirements...2 Developer Support...3 Software Development Kits...3 Using the Hosted API...4 Designing Your Web Page...5 Implementing a Redirect to Authorize.Net...5 Creating an iframe popup...7 Guidelines for Parameter Settings...13 Executing an API Call...14 Web Service Locations...14 CIM Functions...15 Field Validation and Test Mode...16 Authentication...17 Input Elements for createcustomerprofilerequest...18 Input Elements for createcustomerpaymentprofilerequest...26 Input Parameters for createcustomershippingaddressrequest...30 Input Elements for createcustomerprofiletransactionrequest...33 Input Parameters for deletecustomerprofilerequest...68 Input Parameters for deletecustomerpaymentprofilerequest...69 Input Parameters for deletecustomershippingaddressrequest...70 Input Parameters for getcustomerprofileidsrequest...71 Input Parameters for getcustomerprofilerequest...72 Input Parameters for getcustomerpaymentprofilerequest...73 Input Parameters for getcustomershippingaddressrequest...74 Input Parameters for gethostedprofilepagerequest...75 Input Parameters for updatecustomerprofilerequest...77 Input Parameters for updatecustomerpaymentprofilerequest...78 Input Parameters for updatecustomershippingaddressrequest...84 Input Elements for updatesplittendergrouprequest...86 Input Parameters for validatecustomerpaymentprofilerequest...87 Responses...90 CIM Responses...90 Output for createcustomerprofileresponse...91 Output for createcustomerpaymentprofileresponse...93 Customer Information Manager Guide Authorize.Net, a CyberSource solution September 2011 i
4 Contents Output for createcustomershippingaddressresponse...95 Output for createcustomerprofiletransactionresponse...95 Output for deletecustomerprofileresponse...97 Output for deletecustomerpaymentprofileresponse...98 Output for deletecustomershippingaddressresponse...99 Output for getcustomerprofileidsresponse...99 Output for getcustomerprofileresponse Output for getcustomerpaymentprofileresponse Output for getcustomershippingaddressresponse Output for gethostedprofilepage Output for updatecustomerprofileresponse Output for updatecustomerpaymentprofileresponse Output for updatecustomershippingaddressresponse Output for updatesplittendergroup Output for validatecustomerpaymentprofileresponse Duplicate Profile Verification Response Codes Customer Information Manager Guide Authorize.Net, a CyberSource solution September 2011 ii
5 Revision History Chapter 2 This table lists the changes made in the last six releases of this document: PUBLISH DATE September 2009 April 2010 June 2010 July 2010 May 2011 August 2011 UPDATES Added note describing credit card authorizations for Visa s Updated table of error codes Added explanatory guidelines for createcustomerprofiletransactionrequest for Refund s. Changes required for Partial Authorization processing Corrected code examples Added hosted option Clarified validationmode Corrected broken link Customer Information Manager guide Authorize.Net, a CyberSource solution September 2011 i
6 Chapter 1 Developer Introduction This guide describes the Web development required to create and manage customer profile information for the purpose of submitting s to the Authorize.Net Payment Gateway directly from a Web site or other application using extensible markup language (XML). Specifically, the Authorize.Net Customer Information Manager (CIM) Application Programming Interface (API) provides a mechanism for developers and value-added resellers (VARs) to create, delete, retrieve, and update customer profile information, including payment and address information, by directly integrating client software and the Authorize.Net Payment Gateway. The CIM API accomplishes these functions through an XML call and subsequent XML response. Integration Methods The two methods for integrating payments, Standard API and Hosted API, can accommodate a range of business needs and coding abilities. Standard API You can use the API to submit information to Authorize.Net when your customers enter data on your website. When the customer enters the data, your website calls the API using either XML or SOAP. The choice of XML or SOAP depends on the programming language you use. For PHP and Ruby, XML is recommended. For C# and other.net languages, SOAP is recommended. With Java, either will work. For information regarding requirements for using the API, see Minimum Requirements below. Customer Information Manager guide Authorize.Net, a CyberSource solution September
7 Chapter 1 Developer Introduction Hosted API For a more secure exchange of information, the hosted API enables you to establish a hosted connection on Authorize.Net secure servers. If the merchant needs to transmit sensitive cardholder information (for example, a customer needs to change credit card information or add a new payment method), you can use the hosted CIM option. With the hosted CIM option, credit card data never flows through your website. You can implement the hosted option using either XML or SOAP. You must still use the standard API (either SOAP or XML) for some operations, such as creating a. The hosted page only provides functionality for creating, updating, and deleting payment profiles and shipping addresses. For more information, refer to "Using the Hosted API" on page 4. Minimum Requirements Before you begin integrating for an Authorize.Net Payment Gateway account, check with the merchant to make sure that the following minimum requirements have already been met. The merchant must have a U.S.-based merchant bank account that allows Internet s. The merchant must have an active Authorize.Net Card Not Present Payment Gateway account. The merchant must have signed up for the CIM service. The merchant must store account authentication data securely (for example, API login ID, key). The merchant s website must use HTTPS. The merchant s website must support secure user registration for returning users. Note: Merchants should avoid storing any type of sensitive cardholder information. However, if a merchant or third party must store sensitive customer business or payment information, they must comply with industry standard storage requirements. See the Developer Security Best Practices White Paper at files/developerbestpractices.pdf for guidelines. Customer Information Manager guide Authorize.Net, a CyberSource solution September
8 Chapter 1 Developer Introduction Developer Support Several resources are available to help you successfully integrate a merchant Web site or other application to the Authorize.Net Payment Gateway. The Developer Center at provides test accounts, sample code, FAQs, and troubleshooting tools. If you can t find what you need in the Developer Center, our Integration Team is available to answer your questions by at [email protected]. Be sure to read our Developer Security Best Practices White Paper at for information on how to maximize the security and reliability of your merchant integration solutions. If you have suggestions for improving or correcting this guide, send to [email protected]. Software Development Kits Authorize.Net offers software development kits (SDKs) that present an alternate objectoriented model in several popular languages. Use the SDK to program the core payment activities (such as error handling and parsing, network communication, and data encoding) that occur behind the scenes. The SDK provides utility methods to help developers build payment flows for each of the integration methods. You can download the SDKs at downloads/. Customer Information Manager guide Authorize.Net, a CyberSource solution September
9 Chapter 2 Using the Hosted API Merchants can connect their customers directly to the Authorize.Net website if they need to transmit sensitive data such as changes in payment profiles. The purpose of the hosted CIM option is to collect data, not to process payments. Payments are processed using the standard CIM API in which payment data is represented by a profile ID. The steps in a typical hosted CIM process are: 1 A customer registers an account with a merchant website. 2 The merchant calls Authorize.Net API method createcustomerprofilerequest to create an empty profile. Input: customer s address and/or other identifier that the merchant uses to identify this customer. Output: customer profile ID. 3 The customer logs on to the merchant website. 4 The merchant calls Authorize.Net API method gethostedprofilepagerequest to get a token. Inputs: customer profile ID and a list of settings that control how the customer interacts with the Authorize.Net page. See "Guidelines for Parameter Settings" on page 13 for a description of the settings. Output: token (expires in 15 minutes). 5 The merchant displays a button on their website. 6 The customer clicks the button and either is directed to the Authorize.Net page, or the Authorize.Net page is opened within the merchant s website as a lightbox popup with an iframe. 7 The customer makes changes to their credit card information, echeck.net information, or shipping information. 8 The customer returns to the merchant website by clicking a button or closing the popup. 9 The merchant calls Authorize.Net API method getcustomerprofilerequest to see changes made by the customer. Input: customer profile ID. Customer Information Manager guide Authorize.Net, a CyberSource solution September
10 Chapter 2 Using the Hosted API Output: list of payment profiles with sensitive fields masked, list of shipping addresses. 10 The merchant can call createcustomerprofiletransactionrequest at any time to charge the credit card (or echeck.net). Designing Your Web Page There are three ways to integrate your website with the Authorize.Net Payment Gateway: Direct the customer to Authorize.Net to manage payments and shipping all on one page. See the "Example of a redirect to the hosted page" on page 6. Open a lightbox popup with an iframe within your web page so that the customer can manage payments and shipping all within one popup. Open a lightbox popup with an iframe within your web page so that the customer can add or edit individual payment profiles and shipping addresses. Screen examples begin on page 8. A lightbox popup in an iframe is similar to a popup window, but it does not open a new browser page. Instead, it appears on top of other elements on the page. For an example, see "Add payment " on page 8. Implementing a Redirect to Authorize.Net To implement hosted CIM access by using a redirect to Authorize.Net, follow these steps. 1 When you receive the token returned by the gethostedprofilepageresponse function call, put a hidden form somewhere on your page (the value for the token will be the value returned by the function call). If you are using the test environment, replace secure.authorize.net/profile/ manage with test.authorize.net/profile/manage. Example opening a new page for the Authorize.Net host <form method="post" action=" manage" id="formauthorizenetpage" style="display:none;"> <input type="hidden" name="token" value="pfgaunntotxzyeqqydjgcq4qychcsxgxlj2i7mpceih6ch5n5qkqcl8ebitclxu 01BSeH5eZg7LVUVVzw5kJKVMitQ3pyMB5UZCduMWd6Ku9aT2gyFm69EKMGfyWPmI4p+Bb4 TJf2F07rInSrn2MWlM6f2xd7aRu1XBn0WXoPxK1j9FMGX2CNCoCBp3cOXB7" /> </form> Customer Information Manager guide Authorize.Net, a CyberSource solution September
11 Chapter 2 Using the Hosted API 2 Add a button on your page that redirects the customer to Authorize.Net s secure site. You can customize the text: <input type= button onclick= "document.getelementbyid( 'formauthorizenetpage').submit();">manage my payment and shipping information</button> In this example, the Manage my payment and shipping information button directs users to the Authorize.Net Customer Information Manager Hosted page, where they can: Create a new payment profile Update or delete current credit card or bank information Enter a new shipping address Update or delete current shipping address A link on the bottom of the page returns customers to the merchant s website. The following figure shows what customers see when they are connected to the Authorize.Net hosted page. Figure 1 Example of a redirect to the hosted page Customer Information Manager guide Authorize.Net, a CyberSource solution September
12 Chapter 2 Using the Hosted API Creating an iframe popup To open the Authorize.Net hosted page in a popup inside your web page, follow these steps: place an <iframe> tag on your page. Add other elements around it, such as a <div> tag and some images to give it borders and shading. Make it appear in the middle of your page, covering anything else that might be on the page. Put a hidden <form> tag on your page with a hidden field inside it that includes the token from the call to the gethostedprofilepageresponse API function. The <form> tag should have a target attribute pointing to the id or name of the iframe. The Authorize.Net hosted page provides a way to dynamically change the size of your popup so that there are no scroll bars. For the full documentation of this integration method, download the sample application at listed under Customer Information Manager (CIM). You can find zip files containing all the necessary HTML code as well as instructions to create iframe popups for managing payment and shipping information on the same page, or separately. To implement iframe popup for managing payment and shipping information on the same page iframe popup for managing only payment information iframe popup for managing shipping information Select hostedprofilemanage.zip hostedprofilepaymentsshipping.zip hostedprofilepaymentsshipping.zip You can design your popup so that it manages either the payment and shipping information on the same page, or you can add buttons that manage payment and shipping information separately. The following illustrations show popup examples, with their associated buttons. Customer Information Manager guide Authorize.Net, a CyberSource solution September
13 Chapter 2 Using the Hosted API Add a new payment method The following HTML code adds a button labeled Add a New Payment Method which, when clicked, opens an iframe: <button onclick="authorizenetpopup.openaddpaymentpopup()">add a New Payment Method</button> Figure 2 Add payment Customer Information Manager guide Authorize.Net, a CyberSource solution September
14 Chapter 2 Using the Hosted API Edit payment information The following HTML code adds a button labeled Edit Payment Method which, when clicked, opens an iframe: <button onclick="authorizenetpopup.openeditpaymentpopup('123456')">edit Payment Method</button> Replace with the payment profile ID. Add a button with the PaymentProfileId for each payment profile. Figure 3 Edit payment information Customer Information Manager guide Authorize.Net, a CyberSource solution September
15 Chapter 2 Using the Hosted API Add a new shipping address The following HTML code adds a button labeled Add a new shipping address which, when clicked, opens an iframe: <button onclick="authorizenetpopup.openaddshippingpopup()">add a New Shipping Address</button> Figure 4 Add a new shipping address Customer Information Manager guide Authorize.Net, a CyberSource solution September
16 Chapter 2 Using the Hosted API Edit shipping address The following code adds a button labeled Edit shipping address which, when clicked, opens an iframe: <button onclick="authorizenetpopup.openeditshippingpopup( )">Edit Shipping Address</button> Replace with the shipping address ID. Add a button with the ShippingAddressId for each shipping address. Figure 5 Edit shipping address Customer Information Manager guide Authorize.Net, a CyberSource solution September
17 Chapter 2 Using the Hosted API Manage payment and shipping Enter the following HTML code to add a button labeled Manage my payment and shipping information which, when clicked, opens an iframe: <button onclick="authorizenetpopup.openmanagepopup()">manage my payment and shipping information</button> Figure 6 Manage payment and shipping Customer Information Manager guide Authorize.Net, a CyberSource solution September
18 Chapter 2 Using the Hosted API Guidelines for Parameter Settings To integrate to the hosted page as a redirect, pass hostedprofilereturnurl and hostedprofilereturnurltext. Do not pass hostedprofileiframecommunicatorurl. The parameter hostedprofilepagebordervisible=true is optional. Do not pass hostedprofilepagebordervisible=false. To integrate to the hosted page as a popup, do not pass hostedprofilereturnurl or hostedprofilereturnurltext. Pass hostedprofilepagebordervisible=false and pass hostedprofileiframecommunicatorurl. The following table shows possible settings: Parameter hostedprofilereturnurl hostedprofilereturnurltext hostedprofilepagebordervisible hostedprofileheadingbgcolor hostedprofileiframecommunicatorurl Description Enter the URL for the page the customer returns to when the hosted session ends. Do not pass this setting for iframes or popups. The return URL is validated to verify that it begins with or Enter the text to display on the button that returns the customer to your website. The value can be any text up to 200 characters. If you do not pass this parameter, the default button text is Continue. Do not pass this setting for iframes or popups. Enter true or false. Must be false for iframes or popups, and must be true for redirects. Enter a hex color string such as #e0e0e0. The background color of the section headers changes from gray to a custom color. Enter the URL to a page that can communicate with the merchant s main page using javascript. This enables you to dynamically change the size of the popup so there are no scroll bars. This parameter is required only for iframe or lightbox applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
19 Chapter 3 Executing an API Call The following sections describe the minimum requirements for executing an API call for managing customer profiles using XML. You can develop a request script in one of two ways: Develop a custom script yourself using the API field information provided in this document Use Authorize.Net sample code in C# and Java available for free from our Developer Center at Note If you choose to use Authorize.Net sample code, please be aware that in order to achieve a successful implementation, you must modify the code with developer test account or the merchant s specific payment gateway account information. Web Service Locations The following table shows where to find the API. ITEM LOCATION Web Service URL in Production Web Service URL in Developer Test WSDL In order to be processed successfully, API requests and responses must conform to the CIM API XML schema. Note The developer test URL requires the use of a developer test payment gateway account. You can request a test account from our Developer Center at developer.authorize.net/testaccount. Developer test accounts cannot be used to test your implementation against the production URL. Customer Information Manager guide Authorize.Net, a CyberSource solution September
20 CIM Functions The CIM API comprises these functions: createcustomerprofilerequest Create a new customer profile along with any customer payment profiles and customer shipping addresses for the customer profile. createcustomerpaymentprofilerequest Create a new customer payment profile for an existing customer profile. createcustomershippingaddressrequest Create a new customer shipping address for an existing customer profile. createcustomerprofiletransactionrequest Create a new payment from an existing customer profile. deletecustomerprofilerequest Delete an existing customer profile along with all associated customer payment profiles and customer shipping addresses. deletecustomerpaymentprofilerequest Delete a customer payment profile from an existing customer profile. deletecustomershippingaddressrequest Delete a customer shipping address from an existing customer profile. getcustomerprofileidsrequest Retrieve all customer profile IDs you have previously created. getcustomerprofilerequest Retrieve an existing customer profile along with all the associated customer payment profiles and customer shipping addresses. getcustomerpaymentprofilerequest Retrieve a customer payment profile for an existing customer profile. getcustomershippingaddressrequest Retrieve a customer shipping address for an existing customer profile. gethostedprofilepagerequest sends a request for access to the hosted CIM page. The response includes a token that enables customers to update their information directly on the Authorize.Net website. updatecustomerprofilerequest Update an existing customer profile. updatecustomerpaymentprofilerequest Update a customer payment profile for an existing customer profile. Customer Information Manager guide Authorize.Net, a CyberSource solution September
21 updatecustomershippingaddressrequest Update a shipping address for an existing customer profile. updatesplittendergrouprequest Update the status of a split tender group (a group of s each of which pays for part of one order). validatecustomerpaymentprofilerequest Verify an existing customer payment profile by generating a test. The following sections provide information about the input parameters required for executing the functions listed above. All parameters are case sensitive and must be submitted in the order listed here. Parameters are required unless otherwise indicated. parameters should not be submitted unless they contain valid values. Note Parameters required for individual API calls are in addition to the authentication parameters required for all API calls. Note for.net programmers: When a parameter is optional, and if you use serialization, then the.net language you are using automatically creates Boolean properties that indicate whether or not non-nullable parameters are specified. For example, if there is a parameter named validationmode that is an Enumeration type, a parameter called validationmodespecified is automatically created. By default, these properties are set to false. If a request passes a value for an optional parameter, be sure to set these properties to true so that the value is not ignored. Field Validation and Test Mode The validationmode parameter enables you to generate a test at the time you create or update a customer profile. The functions createcustomerprofilerequest, createcustomerpaymentprofilerequest, updatecustomerpaymentprofilerequest, and validatecustomerpaymentprofilerequest all include a validationmode parameter, which can have one of the following values: testmode performs field validation only. All fields are validated. However, fields with unrestricted field definitions (such as telephone number) do not generate errors. If you select testmode, a $1.00 test is submitted using the Luhn MOD 10 algorithmto verify that the credit card number is in a valid format. This test does not appear on the customer's credit card statement, but it will generate and send a receipt to the merchant. livemode generates a to the processor in the amount of $0.01 or $0.00. If successful, the is immediately voided. Visa authorization s are changing from $0.01 to $0.00 for all processors. All other credit Customer Information Manager guide Authorize.Net, a CyberSource solution September
22 card types use $0.01. Consult your Merchant Account Provider before changing to Zero Dollar Authorizations for Visa because you may be subject to fees. For Visa s using $0.00, the billto address and billto zip fields are required. none When this value is submitted, no additional validation is performed. (blank) this is the same as using the value none. When you call the createcustomerprofilerequest function, you must use a value of none (or leave the value blank) if the request does not include any payment profile information. When you call the validatecustomerpaymentprofilerequest function, you must use either testmode or livemode. If a validation is unsuccessful, the profile is not created, and the merchant receives an error. Authentication All calls to the API must be authenticated to ensure that they originate from authorized sources. The merchant Web services API authenticates calls with the API Login ID and Transaction Key. Table 1 Merchant Authentication ELEMENT VALUE TYPE/FORMAT NOTES merchantauthentication name Key Contains merchant unique information for purposes of authentication The valid API Login ID for the developer test or merchant account The valid Transaction Key for the developer test or merchant account 20 Submit the API Login ID used to submit s 16 Submit the Transaction Key obtained from the Merchant Interface Customer Information Manager guide Authorize.Net, a CyberSource solution September
23 Example of Authentication with the Login ID and Transaction Key <?xml version="1.0" encoding="utf-8"?> <createcustomerprofilerequest xmlns= "AnetApi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>mytestacct</name> <Key> </Key> </merchantauthentication> </createcustomerprofilerequest> Note The sample code included in this document uses dummy field values. When using or testing sample code, be sure to enter valid field values. Additional sample code is available for download from the Authorize.Net Developer Center at developer.authorize.net/samplecode. Input Elements for createcustomerprofilerequest This function is used to create a new customer profile including any customer payment profiles and customer shipping addresses. The following table lists the input parameters for executing an API call to the createcustomerprofilerequest function. Input Elements for createcustomerprofilerequest FIELD VALUE TYPE/FORMAT NOTES refid Merchantassigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
24 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES profile Contains information for the customer profile At least one of the following fields must be submitted under profile: merchantcustomerid, description or . merchantcustomerid Merchant assigned ID for the customer Conditional Up to 20 characters Required only if no values for both description and are submitted. description Description of the customer or customer profile Conditional Up to 255 characters Required only if no values for both merchantcustomerid and are submitted. address associated with the customer profile Up to 255 characters Required only if no values for both description and merchantcustomerid are submitted. Conditional paymentprofiles Contains payment profiles for the customer profile Multiple instances of this element can be submitted to create multiple payment profiles for the customer profile. customertype individual business billto firstname lastname The customer s first name The customer s last name Up to 50 characters (no Up to 50 characters (no Customer Information Manager guide Authorize.Net, a CyberSource solution September
25 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES company address city state zip country phonenumber The name of the company associated with the customer, if applicable The customer s address The city of the customer s address The state of the customer s address The ZIP code of the customer s address The country of the customer s address The phone number associated with the customer profile Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no Up to 25 digits (no letters) For example, (123) Customer Information Manager guide Authorize.Net, a CyberSource solution September
26 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES faxnumber The fax number associated with the customer profile Up to 25 digits (no letters) For example, (123) payment creditcard Contains payment profile information for the customer profile Contains credit card payment information for the payment profile Can contain creditcard or bankaccount. This element are only required when the payment profile is credit card. cardnumber expirationdate The customer s credit card number The expiration date for the customer s credit card 13 to 16 digits YYYY-MM Customer Information Manager guide Authorize.Net, a CyberSource solution September
27 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES cardcode The three- or four-digit number on the back of a credit card (on the front for American Express) Numeric This field is required if the merchant would like to use the Card Code Verification (CCV) security feature. For more information, see the Merchant Integration Guide at support/merchant/. cardcode is used only for validation and will not be stored in the customer profile. It should be used only when submitting validationmode with a value of testmode or livemode. bankaccount Contains bank account payment information for the payment profile This element are required only when the payment profile is bank account. accounttype The type of bank account for the payment profile checking savings businesschecking routingnumber The routing number of the customer s bank 9 digits accountnumber The customer s bank account number 5 to 17 digits Customer Information Manager guide Authorize.Net, a CyberSource solution September
28 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES nameonaccount The customer s full name as listed on the bank account Up to 22 characters echecktype The type of electronic check CCD PPD TEL Currently, the CIM API does not support ARC or BOC types. WEB bankname The name of the bank associated with the bank account number Up to 50 characters shiptolist Contains shipping address information for the customer profile firstname The customer s first name Up to 50 characters (no lastname The customer s last name Up to 50 characters (no company The name of the company associated with the customer, if applicable Up to 50 characters (no Customer Information Manager guide Authorize.Net, a CyberSource solution September
29 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES address city state zip country phonenumber faxnumber The customer s shipping address The city of the customer s shipping address The state of the customer s shipping address The ZIP code of the customer s shipping address The country of the customer s shipping address The phone number associated with the customer profile The fax number associated with the customer profile Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no Up to 25 digits (no letters) For example, (123) Up to 25 digits (no letters) For example, (123) Customer Information Manager guide Authorize.Net, a CyberSource solution September
30 Input Elements for createcustomerprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES validationmode Indicates the processing mode for the request none testmode livemode For more information on use and restrictions of validationmode, see Field Validation and Test Mode For information about output for this function, see the section of this document titled Output for createcustomerprofileresponse. Example createcustomerprofilerequest <?xml version="1.0" encoding="utf-8"?> <createcustomerprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>api Login ID here</name> <Key>Transaction Key here</key> </merchantauthentication> <profile> <merchantcustomerid>merchant Customer ID here</merchantcustomerid> <description>profile description here</description> < >customer profile address here</ > <paymentprofiles> <customertype>individual</customertype> <payment> <creditcard> <cardnumber>credit card number here</cardnumber> <expirationdate>credit card expiration date here</expirationdate> </creditcard> </payment> </paymentprofiles> </profile> <validationmode>livemode</validationmode> </createcustomerprofilerequest> Customer Information Manager guide Authorize.Net, a CyberSource solution September
31 Note The sample code included in this document uses dummy field values. When using or testing sample code, be sure to enter valid field values. Additional sample code is available for download from the Authorize.Net Developer Center at developer.authorize.net/samplecode. Input Elements for createcustomerpaymentprofilerequest This function is used to create a new customer payment profile for an existing customer profile. The following table lists the input parameters for executing an API call to the CcreateCustomerPaymentProfileRequest function. Table 2 Input Elements for createcustomerpaymentprofilerequest FIELD VALUE TYPE/FORMAT NOTES refid Merchant-assigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. customerprofileid Payment gateway assigned ID associated with the customer profile Numeric paymentprofile Contains payment information for the customer profile customertype individual business billto firstname The customer s first name Up to 50 characters (no Customer Information Manager guide Authorize.Net, a CyberSource solution September
32 Table 2 Input Elements for createcustomerpaymentprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES lastname company address city state zip country phonenumber faxnumber The customer s last name The name of the company associated with the customer, if applicable The customer s address The city of the customer s address The state of the customer s address The ZIP code of the customer s address The country of the customer s address The phone number associated with the customer s address The fax number associated with the customer s address Up to 50 characters (no Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no Up to 25 digits (no letters) For example, (123) Up to 25 digits (no letters) For example, (123) payment Contains payment information for the customer profile Can contain CreditCardSimpleType or BankAccountType. Customer Information Manager guide Authorize.Net, a CyberSource solution September
33 Table 2 Input Elements for createcustomerpaymentprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES creditcard Contains credit card payment information for the customer profile This pelement is required only when the payment profile is credit card. cardnumber The customer s credit card number 13 to 16 digits expirationdate The expiration date for the customer s credit card YYYY-MM cardcode The three- or fourdigit number on the back of a credit card (on the front for American Express) Numeric This field is required if the merchant would like to use the Card Code Verification (CCV) security feature. For more information, see the Merchant Integration Guide at / support/merchant/ default.htm. cardcode is used only for validation and will not be stored in the customer profile. It should be used only when submitting validationmode with a value of testmode or livemode. bankaccount Contains bank account payment information for the customer profile This element is required only when the payment profile is bank account. accounttype The type of bank account for the payment profile checking savings businesschecking routingnumber The routing number of the customer s bank 9 digits Customer Information Manager guide Authorize.Net, a CyberSource solution September
34 Table 2 Input Elements for createcustomerpaymentprofilerequest (Continued) FIELD VALUE TYPE/FORMAT NOTES accountnumber The customer s bank account number 5 to 17 digits nameonaccount The customer s full name as listed on the bank account Up to 22 characters echecktype The type of electronic check CCD PPD TEL WEB Currently, the CIM API does not support ARC or BOC types. bankname The name of the bank associated with the bank account number Up to 50 characters validationmode Indicates the processing mode for the request ValidationModeEnum none testmode livemode For more information on use and restrictions of validationmode, see Field Validation and Test ModeField Validation and Test Mode. For information about output parameters for this function, see the section of this document titled Output for createcustomerpaymentprofileresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
35 Example createcustomerpaymentprofilerequest <?xml version="1.0" encoding="utf-8"?> <createcustomerpaymentprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <paymentprofile> <billto> <firstname>john</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> </billto> <payment> <creditcard> <cardnumber> </cardnumber> <expirationdate> </expirationdate> </creditcard> </payment> </paymentprofile> <validationmode>livemode</validationmode> </createcustomerpaymentprofilerequest> Input Parameters for createcustomershippingaddressrequest This function is used to create a new customer shipping address for an existing customer profile. The following table lists the input parameters for executing an API call to the createcustomershippingaddressrequest function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
36 Table 3 Input Parameters for createcustomershippingaddressrequest ELEMENT VALUE TYPE/FORMAT NOTES refid Merchant-assigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. customerprofileid Payment gateway assigned ID associated with the customer profile Numeric address firstname lastname company address city state zip Contains shipping address information for the customer profile The customer s first name The customer s last name The name of the company associated with the customer, if applicable The customer s shipping address The city of the customer s shipping address The state of the customer s shipping address The ZIP code of the customer s shipping address Up to 50 characters (no Up to 50 characters (no Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Customer Information Manager guide Authorize.Net, a CyberSource solution September
37 Table 3 Input Parameters for createcustomershippingaddressrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES country phonenumber faxnumber The country of the customer s shipping address The phone number associated with the customer s shipping address The fax number associated with the customer s shipping address Up to 60 characters (no Up to 25 digits (no letters) For example, (123) Up to 25 digits (no letters) For example, (123) For information about output parameters for this function, see the section of this document titled Output for createcustomershippingaddressresponse. Example createcustomershippingaddressrequest <?xml version="1.0" encoding="utf-8"?> <createcustomershippingaddressrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <address> <firstname>john</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> </address> </createcustomershippingaddressrequest> Customer Information Manager guide Authorize.Net, a CyberSource solution September
38 Input Elements for createcustomerprofiletransactionrequest This function is used to create a payment from an existing customer profile. You can submit one of six types: Authorization Only, Authorization and Capture, Capture Only, Prior Authorization and Capture, Refund, and Void. For more information on these types, see the Merchant Integration Guide at Note The only types that generate a customer receipt are Authorization Only, Authorization and Capture, and Refund. For Authorization Only s The following table lists the input parameters for executing an API call to the createcustomerprofiletransactionrequest function for an Authorization Only. Table 4 Input Elements for createcustomerprofiletransactionrequest ELEMENT VALUE TYPE/ FORMAT refid Merchant-assigned reference ID for the request Contains information Up to 20 characters NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. profiletransauthonly The type that is being requested Only one type is allowed per request. Customer Information Manager guide Authorize.Net, a CyberSource solution September
39 Table 4 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/ FORMAT amount tax amount name description shipping amount name The total amount of the Contains tax information for the The tax amount for the The name of the tax for the The tax description for the Contains shipping information for the The shipping amount for the The name of the shipping for the Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters NOTES This amount should include all other amounts such as tax amount, shipping amount, etc. This amount must be included in the total amount for the. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
40 Table 4 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/ FORMAT description duty amount name description lineitems itemid name description quantity The shipping description for the Contains duty information for the The duty amount for the The name of the duty for the The duty description for the Contains line item details about the order The ID assigned to the item A short description of an item A detailed description of an item The quantity of an item Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Up to 31 characters Up to 31 characters Up to 255 characters Up to 4 digits (up to two decimal places) NOTES This amount must be included in the total amount for the. Up to 30 distinct instances of this element can be included per to describe items included in the order. Customer Information Manager guide Authorize.Net, a CyberSource solution September
41 Table 4 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/ FORMAT unitprice taxable customerprofileid customerpaymentprofileid customershippingaddressid order invoicenumber description purchaseordernumber taxexempt recurringbilling Cost of an item per unit excluding tax, freight, and duty Indicates whether the item is subject to tax Payment gateway assigned ID associated with the customer profile Payment gateway assigned ID associated with the customer payment profile Payment gateway assigned ID associated with the customer shipping address Contains information about the order The merchant assigned invoice number for the The description The merchant assigned purchase order number The tax exempt status The recurring billing status Up to 4 digits with a decimal point (no dollar symbol) For example, 4.95 true false Numeric Numeric Numeric Up to 20 characters (no Up to 255 characters (no Up to 25 characters (no true false true false NOTES If customershippi ngaddressid is not passed, shipping information will not be included with the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
42 Table 4 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/ FORMAT cardcode The customer s card code (the three- or fourdigit number on the back or front of a credit card) Required only when the merchant would like to use the Card Code Verification (CCV) filter Conditional 3 to 4 digits This field is required if the merchant would like to use the CCV security feature. For more information, see the Merchant Integration Guide at net/support/ merchant/ splittenderid Conditional Up to 6 digits This field is required for second and subsequent s related to a partial authorizaqtion. extraoptions Information in name/ value pair format that does not exist within CIM, such as customer IP address, etc. String NOTES For a complete list of the variable names available, review the AIM Implementation Guide located at net/support/ AIM_guide.pdf. For information about output parameters for this function, see the section of this document titled Input Elements for createcustomerprofiletransactionrequest. Customer Information Manager guide Authorize.Net, a CyberSource solution September
43 Example createcustomerprofiletransactionrequest for an Authorization Only <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <> <profiletransauthonly> <amount>10.95</amount> <tax> <amount>1.00</amount> <name>wa state sales tax</name> <description>washington state sales tax</description> </tax> <shipping> <amount>2.00</amount> <name>ground based shipping</name> <description>ground based 5 to 10 day shipping </description> </shipping> <lineitems> <itemid>item00001</itemid> <name>name of item sold</name> <description>description of item sold</description> <quantity>1</quantity> <unitprice>6.95</unitprice> <taxable>true</taxable> </lineitems> <lineitems> <itemid>item00002</itemid> <name>name of other item sold</name> <description>description of other item sold </description> <quantity>1</quantity> <unitprice>1.00</unitprice> <taxable>true</taxable> </lineitems> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> Customer Information Manager guide Authorize.Net, a CyberSource solution September
44 <order> <invoicenumber>inv000001</invoicenumber> <description>description of </description> <purchaseordernumber>ponum000001</purchaseordernumber> </order> <taxexempt>false</taxexempt> <recurringbilling>false</recurringbilling> <cardcode>000</cardcode> <splittenderid>123456</splittenderid> </profiletransauthonly> </> <extraoptions><![cdata[x_customer_ip= &x_ authentication_indicator=5&x_cardholder_authentication_ value=uq3wdbqt8a26rfanaaaaap]]></extraoptions> </createcustomerprofiletransactionrequest> For Authorization and Capture Transactions The following table lists the input parameters for executing an API call to the createcustomerprofiletransactionrequest function for an Authorization and Capture. Table 5 Input Elements for createcustomerprofiletransactionrequest ELEMENT VALUE TYPE/FORMAT NOTES refid profiletransauthcapture Merchantassigned reference ID for the request Contains information The type that is being requested Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. Only one type is allowed per request. Customer Information Manager guide Authorize.Net, a CyberSource solution September
45 Table 5 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES amount tax amount name description shipping amount name description The total amount of the Contains tax information for the The tax amount for the The name of the tax for the The tax description for the Contains shipping information for the The shipping amount for the The name of the shipping for the The shipping description for the Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters This amount should include all other amounts such as tax amount, shipping amount, etc. This amount must be included in the total amount for the. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
46 Table 5 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES duty Contains duty information for the amount The duty amount for the Up to 4 digits after the decimal point (no dollar symbol) This amount must be included in the total amount for For example, the or name The name of Up to 31 characters the duty for the description The duty Up to 255 characters description for the lineitems Contains line item details about the order itemid name description quantity The ID assigned to the item A short description of an item A detailed description of an item The quantity of an item Up to 31 characters Up to 31 characters Up to 255 characters Up to 4 digits (up to two decimal places) Up to 30 distinct instances of this parameter and its children can be included per to describe items included in the order. Customer Information Manager guide Authorize.Net, a CyberSource solution September
47 Table 5 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES unitprice Cost of an item per unit excluding tax, freight, and Up to 4 digits with a decimal point (no dollar symbol) For example, 4.95 duty taxable Indicates whether the item is subject TRUE FALSE to tax customerprofileid Payment Numeric gateway assigned ID associated with the customer profile customerpaymentprofileid Payment Numeric gateway assigned ID associated with the customer payment profile customershippingaddressid Payment gateway assigned ID associated with the customer shipping address Numeric If customershippi ngaddressid is not passed, shipping information will not be included with the. order Contains information about the order invoicenumber The merchant assigned invoice number for the Up to 20 characters (no Customer Information Manager guide Authorize.Net, a CyberSource solution September
48 Table 5 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES description The Up to 255 characters (no description purchaseordernumber The merchant assigned Up to 25 characters (no purchase order number taxexempt The tax exempt status TRUE FALSE recurringbilling The recurring billing status TRUE FALSE cardcode The customer s card code (the three- or fourdigit number on the back or front of a credit card) 3 to 4 digits This field is required if the merchant would like to use the CCV security feature. For more information, Required only see the when the Merchant merchant Integration would like to Guide at use the Card Code net/support/ Verification merchant/ (CCV) filter default.htm. Conditional splittenderid Conditional Up to 6 digits This field is required for second and subsequent s related to a partial authorization. Customer Information Manager guide Authorize.Net, a CyberSource solution September
49 Table 5 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES extraoptions Information in name/value pair format that does not exist within CIM, such as customer IP address, etc. String For a complete list of the variable names available, review the AIM Implementation Guide located at net/support/ AIM_guide.pdf. For information about output parameters for this function, see the section of this document titled Output for createcustomerprofiletransactionresponse. Example createcustomerprofiletransactionrequest for an Authorization and Capture <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <> <profiletransauthcapture> <amount>10.95</amount> <tax> <amount>1.00</amount> <name>wa state sales tax</name> Customer Information Manager guide Authorize.Net, a CyberSource solution September
50 <description>washington state sales tax</description> </tax> <shipping> <amount>2.00</amount> <name>ground based shipping</name> <description>ground based 5 to 10 day shipping</description> </shipping> <lineitems> <itemid>item00001</itemid> <name>name of item sold</name> <description>description of item sold</description> <quantity>1</quantity> <unitprice>6.95</unitprice> <taxable>true</taxable> </lineitems> <lineitems> <itemid>item00002</itemid> <name>name of other item sold</name> <description>description of other item sold</description> <quantity>1</quantity> <unitprice>1.00</unitprice> <taxable>true</taxable> </lineitems> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> <order> <invoicenumber>inv000001</invoicenumber> <description>description of </description> <purchaseordernumber>ponum000001</purchaseordernumber> </order> <taxexempt>false</taxexempt> <recurringbilling>false</recurringbilling> <cardcode>000</cardcode> <splittenderid>123456</splittenderid> </profiletransauthcapture> </> <extraoptions><![cdata[x_customer_ip= ]]></extraoptions> </createcustomerprofiletransactionrequest> Customer Information Manager guide Authorize.Net, a CyberSource solution September
51 For Capture Only Transactions The following table lists the input parameters for executing an API call to the createcustomerprofiletransactionresposne function for a Capture Only. Table 6 Input Elements for createcustomerprofiletransactionrequest ELEMENT VALUE TYPE/FORMAT NOTES refid profiletranscaptureonly amount tax amount name description Merchant-assigned reference ID for the request Contains information The type that is being requested The total amount of the Contains tax information for the The tax amount for the The name of the tax for the The tax description for the Up to 20 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 4 digits after the decimal point (no dollar symbol) v12.99 or Up to 31 characters Up to 255 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Only one type is allowed per request. This amount should include all other amounts such as tax amount, shipping amount, etc. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
52 Table 6 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES shipping Contains shipping information for the amount The shipping amount for the Up to 4 digits after the decimal point (no dollar symbol) For example, or name description duty amount name description The name of the shipping for the The shipping description for the Contains duty information for the The duty amount for the The name of the duty for the The duty description for the Up to 31 characters Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters This amount must be included in the total amount for the. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
53 Table 6 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES lineitems itemid name description quantity unitprice taxable customerprofileid customerpaymentprofileid Contains line item details about the order The ID assigned to the item A short description of an item A detailed description of an item The quantity of an item Cost of an item per unit excluding tax, freight, and duty Indicates whether the item is subject to tax Payment gateway assigned ID associated with the customer profile Payment gateway assigned ID associated with the customer payment profile Up to 31 characters Up to 31 characters Up to 255 characters Up to 4 digits (up to two decimal places) Up to 4 digits with a decimal point (no dollar symbol) For example, 4.95 TRUE FALSE Numeric Numeric Up to 30 distinct instances of this parameter and its children can be included per to describe items included in the order. Customer Information Manager guide Authorize.Net, a CyberSource solution September
54 Table 6 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES customershippingaddressid order invoicenumber description purchaseordernumber taxexempt recurringbilling Payment gateway assigned ID associated with the customer shipping address Contains information about the order The merchant assigned invoice number for the The description The merchant assigned purchase order number The tax exempt status The recurring billing status Numeric Up to 20 characters (no Up to 255 characters (no Up to 25 characters (no TRUE FALSE TRUE FALSE If customershipp ingaddressid is not passed, shipping information will not be included with the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
55 Table 6 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES cardcode The customer s card code (the three- or four-digit number on the back or front of a credit card) Required only when the merchant would like to use the Card Code Verification (CCV) filter Conditional 3 to 4 digits This field is required if the merchant would like to use the CCV security feature. For more information, see the Merchant Integration Guide at Merchant/ default.htm. splittenderid Conditional Up to 6 digits This field is required only for second and subsequent s related to a partial authorizaqtion. approvalcode extraoptions The authorization code of an original required for a Capture Only Conditional Information in name/value pair format that does not exist within CIM, such as customer IP address, etc. 6 characters This field is required only for the Capture Only type. String For a complete list of the variable names available, review the AIM Implementatio n Guide located at AIM_guide.pdf. Customer Information Manager guide Authorize.Net, a CyberSource solution September
56 For information about output parameters for this function, see the section of this document titled Output for createcustomerprofiletransactionresponse. Example createcustomerprofiletransactionrequest for a Capture Only <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <> <profiletranscaptureonly> <amount>10.95</amount> <tax> <amount>1.00</amount> <name>wa state sales tax</name> <description>washington state sales tax</description> </tax> <shipping> <amount>2.00</amount> <name>ground based shipping</name> <description>ground based 5 to 10 day shipping</description> </shipping> Customer Information Manager guide Authorize.Net, a CyberSource solution September
57 <lineitems> <itemid>item00001</itemid> <name>name of item sold</name> <description>description of item sold</description> <quantity>1</quantity> <unitprice>6.95</unitprice> <taxable>true</taxable> </lineitems> <lineitems> <itemid>item00002</itemid> <name>name of other item sold</name> <description>description of other item sold</description> <quantity>1</quantity> <unitprice>1.00</unitprice> <taxable>true</taxable> </lineitems> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> <order> <invoicenumber>inv000001</invoicenumber> <description>description of </description> <purchaseordernumber>ponum000001</purchaseordernumber> </order> <taxexempt>false</taxexempt> <recurringbilling>false</recurringbilling> <cardcode>000</cardcode> <approvalcode>000000</approvalcode> <splittenderid>123456</splittenderid> </profiletranscaptureonly> </> <extraoptions><![cdata[x_customer_ip= ]]></extraoptions> </createcustomerprofiletransactionrequest> Customer Information Manager guide Authorize.Net, a CyberSource solution September
58 For Prior Authorization and Capture Transactions The following table lists the input parameters for executing an API call to the createcustomerprofiletransactionresponse function for a Prior Authorization and Capture. Table 7 Input Elements for createcustomerprofiletransactionrequest FIELD VALUE TYPE/FORMAT NOTES refid profiletranspriorauthcapture amount tax amount name description Merchantassigned reference ID for the request Contains information The type that is being requested The total amount of the Contains tax information for the The tax amount for the The name of the tax for the The tax description for the Up to 20 characters Up to 4 digits after the decimal point (no dollar symbol) Ex or Up to 4 digits after the decimal point (no dollar symbol) Ex or Up to 31 characters Up to 255 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Only one type is allowed per request. This amount should include all other amounts such as tax amount, shipping amount, etc. Tax information from the original authorization will be used if this field is not submitted. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
59 Table 7 Input Elements for createcustomerprofiletransactionrequest (Continued) FIELD VALUE TYPE/FORMAT NOTES shipping amount name description duty amount name description Contains shipping information for the The shipping amount for the The name of the shipping for the The shipping description for the Contains duty information for the The duty amount for the The name of the duty for the The duty description for the Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Shipping information from the original authorization will be used if this field is not submitted. This amount must be included in the total amount for the. Duty information from the original authorization will be used if this field is not submitted. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
60 Table 7 Input Elements for createcustomerprofiletransactionrequest (Continued) FIELD VALUE TYPE/FORMAT NOTES lineitems itemid name description quantity unitprice taxable customerprofileid Contains line item details about the order The ID assigned to the item A short description of an item A detailed description of an item The quantity of an item Cost of an item per unit excluding tax, freight, and duty Indicates whether the item is subject to tax Payment gateway assigned ID associated with the customer profile Up to 31 characters Up to 31 characters Up to 255 characters Up to 4 digits (up to two decimal places) Up to 4 digits with a decimal point (no dollar symbol) For example, 4.95 TRUE FALSE Numeric Line item information from the original authorization will be used if this field is not submitted. Up to 30 distinct instances of this parameter and its children can be included per to describe items included in the order. If a value is submitted for this field, it must be the same ID used for the original authorization. Customer Information Manager guide Authorize.Net, a CyberSource solution September
61 Table 7 Input Elements for createcustomerprofiletransactionrequest (Continued) FIELD VALUE TYPE/FORMAT NOTES customerpaymentprofileid Payment gateway assigned ID associated with the customer payment profile Numeric customershippingaddressid Payment Numeric gateway assigned ID associated with the customer shipping address transid The payment Numeric gatewayassigned ID of the original extraoptions Information in String name/value pair format that does not exist within CIM, such as customer IP address, etc. If a value is submitted for this field, it must be the same ID used for the original authorization. If a value is submitted for this field, it must be the same ID used for the original authorization. For a complete list of the variable names available, review the AIM Implementation Guide located at support/aim_guide.pdf. For information about output parameters for this function, see the section of this document titled Output for createcustomerprofiletransactionresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
62 Example createcustomerprofiletransactionrequest for a Prior Authorization and Capture <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <> <profiletranspriorauthcapture> <amount>10.95</amount> <tax> <amount>1.00</amount> <name>wa state sales tax</name> <description>washington state sales tax</description> </tax><shipping> <amount>2.00</amount> <name>ground based shipping</name> <description>ground based 5 to 10 day shipping</description> </shipping> Customer Information Manager guide Authorize.Net, a CyberSource solution September
63 <lineitems> <itemid>item00001</itemid> <name>name of item sold</name> <description>description of item sold</description> <quantity>1</quantity> <unitprice>6.95</unitprice> <taxable>true</taxable> </lineitems> <lineitems> <itemid>item00002</itemid> <name>name of other item sold</name> <description>description of other item sold</description> <quantity>1</quantity> <unitprice>1.00</unitprice> <taxable>true</taxable> </lineitems> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> <transid>40000</transid> </profiletranspriorauthcapture> </> <extraoptions><![cdata[]]></extraoptions> </createcustomerprofiletransactionrequest> For Refund Transactions If you are submitting a refund against a previous CIM, the following guidelines apply: include customerprofileid, customerpaymentprofileid, and transid. customershippingaddressid is optional. creditcardnumbermasked, bankroutingnumbermasked, and bankaccountnumbermasked do not need to be included, but they will be validated if they are included. If you are submitting a refund for a non-cim, the following guidelines apply: you must include transid, creditcardnumbermasked (or bankroutingnumbermasked and bankaccountnumbermasked). do not include customerprofileid, customerpaymentprofileid, or customershippingaddressid. Customer Information Manager guide Authorize.Net, a CyberSource solution September
64 You can also issue an unlinked refund for a CIM. In this case, the following rules apply: you must be enrolled in Expanded Credit Capabilities (ECC). For more information about ECC, go to you must include customerprofileid and customerpaymentprofileid. customershippingaddressid is optional. do not include transid, creditcardnumbermasked, bankroutingnumbermasked, or bankaccountnumbermasked. The following table lists the input elements for executing an API call to the createcustomerprofiletransactionrequest function for a Refund. Table 8 Input Elements for createcustomerprofiletransactionrequest ELEMENT VALUE TYPE/FORMAT NOTES refid profiletransrefund amount tax Merchantassigned reference ID for the request Contains information The type that is being requested The total amount to be refunded Contains tax information for the refund Up to 20 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Only one type is allowed per request. This amount should include all other amounts such as tax amount, shipping amount, etc. Customer Information Manager guide Authorize.Net, a CyberSource solution September
65 Table 8 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES amount name description shipping amount name description duty amount name The tax amount to be refunded The name of the tax for the The tax description for the Contains shipping information for the refund The shipping amount to be refunded The name of the shipping for the The shipping description for the Contains duty information for the refund The duty amount to be refunded The name of the duty for the Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters Up to 255 characters Up to 4 digits after the decimal point (no dollar symbol) For example, or Up to 31 characters This amount must be included in the total amount for the. This amount must be included in the total amount for the. This amount must be included in the total amount for the. Customer Information Manager guide Authorize.Net, a CyberSource solution September
66 Table 8 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES description The duty Up to 255 characters description for the lineitems Contains line item details about the refund itemid name description quantity unitprice taxable The ID assigned to the item A short description of an item A detailed description of an item The quantity of an item Cost of an item per unit excluding tax, freight, and duty Indicates whether the item is subject to tax Up to 31 characters Up to 31 characters Up to 255 characters Up to 4 digits (up to two decimal places) Up to 4 digits with a decimal point (no dollar symbol) For example, 4.95 TRUE FALSE Up to 30 distinct instances of this element can be included per to describe items included in the order. Customer Information Manager guide Authorize.Net, a CyberSource solution September
67 Table 8 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES customerprofileid customerpaymentprofileid customershippingaddressid creditcardnumbermasked Payment gateway assigned ID associated with the customer profile Conditional Payment gateway assigned ID associated with the customer payment profile Conditional Payment gateway assigned ID associated with the customer shipping address The last four digits of the credit card number to be refunded Conditional Numeric Numeric Numeric Four Xs followed by the last four digits of the credit card number to be refunded. For example, XXXX1234 If a value is submitted for this field, it must be the same ID used for the original. For more complete information, see For Refund Transactions on page 58 If a value is submitted for this field, it must be the same ID used for the original. For more complete information, see For Refund Transactions on page 58. If a value is submitted for this field, it must be the same ID used for the original authorization. For more complete information, see For Refund Transactions on page 58. If a value is submitted, the last four digits must be the same ones used for the original. For more complete information, see For Refund Transactions on page 58. Customer Information Manager guide Authorize.Net, a CyberSource solution September
68 Table 8 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES bankroutingnumbermasked bankaccountnumbermasked The last four digits of the routing number to be refunded Conditional The last four digits of the bank account number to be refunded Conditional Four Xs followed by the last four digits of the routing number to be refunded. For example, XXXX1234 Four Xs followed by the last four digits of the bank account to be refunded. For example, XXXX1234 If a value is submitted, the last four digits must be the same ones used for the original. For more complete information, see For Refund Transactions on page 58. If a value is submitted, the last four digits must be the same ones used for the original. order invoicenumber description purchaseordernumber Contains information about the order The merchant assigned invoice number for the The description The merchant assigned purchase order number Up to 20 characters (no Up to 255 characters (no Up to 25 characters (no For more complete information, see For Refund Transactions on page 58. Customer Information Manager guide Authorize.Net, a CyberSource solution September
69 Table 8 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES transid The payment gateway assigned ID of the original. Conditional Numeric extraoptions Information in String name/value pair format that does not exist within CIM, such as customer IP address, etc. For more complete information, see For Refund Transactions on page 58. For a complete list of the variable names available, review the AIM Implementation Guide located at support/aim_ guide.pdf. For information about output parameters for this function, see the section of this document titled Input Elements for createcustomerprofiletransactionrequest. Customer Information Manager guide Authorize.Net, a CyberSource solution September
70 Example createcustomerprofiletransactionrequest for a Refund <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <> <profiletransrefund> <amount>10.95</amount> <tax> <amount>1.00</amount> <name>wa state sales tax</name> <description>washington state sales tax</description> </tax> <shipping> <amount>2.00</amount> <name>ground based shipping</name> <description>ground based 5 to 10 day shipping</description> </shipping> <lineitems> <itemid>item00001</itemid> <name>name of item sold</name> <description>description of item sold</description> Customer Information Manager guide Authorize.Net, a CyberSource solution September
71 <quantity>1</quantity> <unitprice>6.95</unitprice> <taxable>true</taxable> </lineitems> <lineitems> <itemid>item00002</itemid> <name>name of other item sold</name> <description>description of other item sold</description> <quantity>1</quantity> <unitprice>1.00</unitprice> <taxable>true</taxable> </lineitems> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> <creditcardnumbermasked>xxxx1111</creditcardnumbermasked> <order> <invoicenumber>inv000001</invoicenumber> <description>description of </description> <purchaseordernumber>ponum000001</purchaseordernumber> </order> <transid>40000</transid> </profiletransrefund> </> <extraoptions><![cdata[]]></extraoptions> </createcustomerprofiletransactionrequest> For a Void Transaction The following table lists the input elements for executing an API call to the createcustomerprofiletransactionrequest function for a Void. Table 9 Input Elements for createcustomerprofiletransactionrequest ELEMENT VALUE TYPE/FORMAT NOTES refid Merchantassigned reference ID for the request Contains information Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
72 Table 9 Input Elements for createcustomerprofiletransactionrequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES profiletransvoid The type that is being requested customerprofileid Payment Numeric gateway assigned ID associated with the customer profile Conditional customerpaymentprofileid Payment Numeric gateway assigned ID associated with the customer payment profile customershippingaddressid Payment Numeric gateway assigned ID associated with the customer shipping address transid The payment Numeric gateway assigned ID of the original extraoptions Information in String name/value pair format that does not exist within CIM, such as customer IP address, etc. Only one type is allowed per request. If a value is submitted for this field, it must be the same ID used for the original. If a value is submitted for this field, it must be the same ID used for the original. If a value is submitted for this field, it must be the same ID used for the original. For a complete list of the variable names available, review the AIM Implementation Guide located at support/aim_ guide.pdf. Customer Information Manager guide Authorize.Net, a CyberSource solution September
73 Example createcustomerprofiletransactionrequest for a Void <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <> <profiletransvoid> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> <transid>40000</transid> </profiletransvoid> </> <extraoptions><![cdata[]]></extraoptions> </createcustomerprofiletransactionrequest> Input Parameters for deletecustomerprofilerequest This function is used to delete an existing customer profile along with all associated customer payment profiles and customer shipping addresses. The following table lists the input parameters for executing an API call to the deletecustomerprofilerequest function. Table 10 Input Parameters for deletecustomerprofilerequest ELEMENT VALUE TYPE/ FORMAT refid customerprofileid Merchant-assigned reference ID for the request Payment gateway assigned ID associated with the customer profile Up to 20 characters Numeric NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. For information about output parameters for this function, see the section of this document titled Output for deletecustomerprofileresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
74 Example deletecustomerprofilerequest <?xml version="1.0" encoding="utf-8"?> <deletecustomerprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> </deletecustomerprofilerequest> Input Parameters for deletecustomerpaymentprofilerequest This function is used to delete a customer payment profile from an existing customer profile. The following table lists the input elements for executing an API call to the deletecustomerpaymentprofilerequest function. Table 11 Input Parameters for deletecustomerpaymentprofilerequest ELEMENT VALUE TYPE/ FORMAT refid customerprofileid Merchant-assigned reference ID for the request Payment gatewayassigned ID associated with the customer profile Up to 20 characters Numeric NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. customerpaymentprofileid Payment gateway assigned ID associated with the customer payment profile Numeric For information about output parameters for this function, see the section of this document titled Output for deletecustomerpaymentprofileresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
75 Example deletecustomerpaymentprofilerequest <?xml version="1.0" encoding="utf-8"?> <deletecustomerpaymentprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> </deletecustomerpaymentprofilerequest> Input Parameters for deletecustomershippingaddressrequest This function is used to delete a customer shipping address from an existing customer profile. The following table lists the input elements for executing an API call to the deletecustomershippingaddressrequest function. ELEMENT VALUE TYPE/ FORMAT refid customerprofileid Merchant-assigned reference ID for the request Payment gateway assigned ID associated with the customer profile Up to 20 characters Numeric NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. customershippingaddressid Payment gateway assigned ID associated with the customer shipping address Numeric For information about output parameters for this function, see the section of this document Output for deletecustomershippingaddressresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
76 Example Example deletecustomershippingaddressrequest <?xml version="1.0" encoding="utf-8"?> <deletecustomershippingaddressrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <customeraddressid>30000</customeraddressid> </deletecustomershippingaddressrequest> Input Parameters for getcustomerprofileidsrequest This function is used to retrieve all existing customer profile IDs. The following table lists the input parameters for executing an API call to the getcustomerprofileidsrequest function. ELEMENT VALUE TYPE/FORMAT NOTES refid Merchant-assigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. merchantauthentication Contains unique merchant information for purposes of authentication name Key The valid API Login ID for the developer test or merchant account The valid Transaction Key for the developer test or merchant account Up to 25 characters Submit the API Login ID used to submit s 16 characters Submit the Transaction Key obtained from the Merchant Interface For information about output parameters for this function, see the section of this document titled Output for getcustomerprofileidsresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
77 Example Example getcustomerprofileidsrequest <?xml version="1.0" encoding="utf-8"?> <getcustomerprofileidsrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> </getcustomerprofileidsrequest> Input Parameters for getcustomerprofilerequest This function is used to retrieve an existing customer profile along with all the associated payment profiles and shipping addresses. The following table lists the input elements for executing an API call to the getcustomerprofilerequest function. ELEMENT VALUE TYPE/ FORMAT refid customerprofileid Merchant-assigned reference ID for the request. If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Payment gateway-assigned ID associated with the customer profile Up to 20 characters Numeric For information about output parameters for this function, see the section of this document titled Output for getcustomerprofileresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
78 Example getcustomerprofilerequest <?xml version="1.0" encoding="utf-8"?> <getcustomerprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> </getcustomerprofilerequest> Input Parameters for getcustomerpaymentprofilerequest This function is used to retrieve a customer payment profile for an existing customer profile. The following table lists the input elements for executing an API call to the getcustomerpaymentprofilerequest function. ELEMENT VALUE TYPE/ FORMAT refid customerprofileid Merchant-assigned reference ID for the request Payment gateway assigned ID associated with the customer profile Up to 20 characters Numeric NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. customerpaymentprofileid Payment gateway assigned ID associated with the customer payment profile Numeric Customer Information Manager guide Authorize.Net, a CyberSource solution September
79 For information about output parameters for this function, see the section of this document titled Output for getcustomerpaymentprofileresponse. Example Example getcustomerpaymentprofilerequest <?xml version="1.0" encoding="utf-8"?> <getcustomerpaymentprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> </getcustomerpaymentprofilerequest> Input Parameters for getcustomershippingaddressrequest This function is used to retrieve a customer shipping address for an existing customer profile. The following table lists the input elements for executing an API call to the getcustomershippingaddressrequest function. ELEMENT VALUE TYPE/FORMAT NOTES refid customerprofileid customershippingaddressid Merchant-assigned reference ID for the request Payment gateway assigned ID associated with the customer profile Payment gateway assigned ID associated with the customer shipping address Up to 20 characters Numeric Numeric If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
80 For information about output parameters for this function, see the section of this document titled Output for getcustomershippingaddressresponse. Example Example getcustomershippingaddressrequest <?xml version="1.0" encoding="utf-8"?> <getcustomershippingaddressrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <customeraddressid>30000</customeraddressid> </getcustomershippingaddressrequest> Input Parameters for gethostedprofilepagerequest Use this function to initiate a request for direct access to the Authorize.Net website. The following table lists the input elements for executing an API call to the gethostedprofilepagerequest function. Table 12 Input Parameters for gethostedprofilepagerequest ELEMENT VALUE TYPE/ FORMAT refid customerprofileid Merchant-assigned reference ID for the request Merchant-assigned ID for the customer Up to 20 characters Up to 20 characters NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. hostedprofilesettings. This is an array of settings for the session. Customer Information Manager guide Authorize.Net, a CyberSource solution September
81 Table 12 Input Parameters for gethostedprofilepagerequest (Continued) ELEMENT VALUE TYPE/ FORMAT NOTES. One of: settingname settingvalue hostedprofilereturnurl, hostedprofilereturnurltext, hostedprofileheadingbgcolor, hostedprofilepagebordervisible, hostedprofileiframecommunicatorurl See Guidelines for Parameter Settings on page 13 for a detailed description of these parameters. Example gethostedprofilepagerequest <?xml version="1.0" encoding="utf-8"?> <gethostedprofilepagerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>yourprofileid</customerprofileid> <hostedprofilesettings> <setting> <settingname>hostedprofilereturnurl</settingname> <settingvalue> </setting> <setting> <settingname>hostedprofilereturnurltext</settingname> <settingvalue>continue to blah.</settingvalue> </setting> <setting> <settingname>hostedprofilepagebordervisible</settingname> <settingvalue>true</settingvalue> </setting> </hostedprofilesettings> </gethostedprofilepagerequest> Customer Information Manager guide Authorize.Net, a CyberSource solution September
82 Input Parameters for updatecustomerprofilerequest This function is used to update an existing customer profile. The following table lists the input elements for executing an API call to the updatecustomerprofilerequest function. Table 13 Input Parameters for updatecustomerprofilerequest ELEMENT VALUE TYPE/FORMAT NOTES refid profile merchantcustomerid description customerprofileid Merchant-assigned reference ID for the request Contains payment information for the customer profile Merchant assigned ID for the customer Description of the customer or customer profile address associated with the customer profile Payment gateway assigned ID associated with the customer profile Up to 20 characters Up to 20 characters Up to 255 characters Up to 255 characters Numeric If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. For information about output parameters for this function, see the section of this document titled Output for updatecustomerprofileresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
83 Example Example updatecustomerprofilerequest <?xml version="1.0" encoding="utf-8"?> <updatecustomerprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <profile> <merchantcustomerid>custid123</merchantcustomerid> <description>some description</description> <customerprofileid>10000</customerprofileid> </profile> </updatecustomerprofilerequest> Input Parameters for updatecustomerpaymentprofilerequest This function is used to update a payment profile for an existing customer profile. The following table lists the input elements for executing an API call to the updatecustomerpaymentprofilerequest function. Note: If some fields in this request are not submitted or are submitted with a blank value, the values in the original profile are removed. As a best practice to prevent this from happening, call getcustomerpaymentprofilerequest before calling updatecustomerpaymentprofilerequest. That will return all current information including masked payment information. Then, simply change the field that needs updating and use that to call updatecustomerpaymentprofilerequest. Table 14 Input Parameters for updatecustomerpaymentprofilerequest ELEMENT VALUE TYPE/FORMAT NOTES refid Merchant-assigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
84 Table 14 Input Parameters for updatecustomerpaymentprofilerequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES customerprofileid paymentprofile Payment gateway assigned ID associated with the customer profile Contains payment information for the customer profile Numeric customertype individual business billto firstname lastname The customer s first name The customer s last name Up to 50 characters (no Up to 50 characters (no Sensitive information that is not being updated can be masked. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this entire section is not submitted, the original billing information for the profile will stay the same. If updating only one or more elements under billto, all elements must be submitted with their valid values to prevent the original values from being removed. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. Customer Information Manager guide Authorize.Net, a CyberSource solution September
85 Table 14 Input Parameters for updatecustomerpaymentprofilerequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES company address city state zip country The name of the company associated with the customer, if applicable The customer s address The city of the customer s shipping address The state of the customer s address The ZIP code of the customer s address The country of the customer s address Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. Customer Information Manager guide Authorize.Net, a CyberSource solution September
86 Table 14 Input Parameters for updatecustomerpaymentprofilerequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES phonenumber faxnumber payment creditcard cardnumber expirationdate The phone number associated with the customer s address The fax number associated with the customer s address Contains payment information for the customer profile Contains credit card payment information for the customer profile Conditional The customer s credit card number The expiration date for the customer s credit card Up to 25 digits (no letters) For example, (123) Up to 25 digits (no letters) For example, (123) to 16 digits Number can also be masked, for example, XXXX1111 YYYY-MM Number can also be masked, for example, XXXX If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. Can contain CreditCardSimpleT ype or BankAccountType. This parameter and its children are only required when the payment profile is credit card. If value is masked, the last four digits must match the original value in the profile. If a masked value is submitted, the original value will not be updated. If a masked value is submitted, the original value will not be updated. For.Net users, the class System.Runtime.R emoting.metadata. W3cXsd2001.Soap YearMonth can be used to manage gyearmonth types. Customer Information Manager guide Authorize.Net, a CyberSource solution September
87 Table 14 Input Parameters for updatecustomerpaymentprofilerequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES cardcode bankaccount accounttype routingnumber The three- or four-digit number on the back of a credit card (on the front for American Express) Contains bank account payment information for the customer profile Conditional The type of bank account for the payment profile The routing number of the customer s bank Numeric checking savings businesschecking 9 digits Number can also be masked, for example, XXXX1111 This field is required if the merchant would like to use the Card Code Verification (CCV) security feature. For more information, see the Merchant Integration Guide at support/merchant/ default.htm. cardcode is only used for validation and is not stored in the customer profile. It should only be used when submitting validationmode with a value of testmode or livemode. This parameter and its children are only required when the payment profile is bank account. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If value is masked, the last four digits must match the original value in the profile. If a masked value is submitted, the original value will not be updated. Customer Information Manager guide Authorize.Net, a CyberSource solution September
88 Table 14 Input Parameters for updatecustomerpaymentprofilerequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES accountnumber nameonaccount echecktype bankname customerpaymentprofileid The customer s bank account number The customer s full name as listed on the bank account The type of electronic check The name of the bank associated with the bank account number Payment gateway assigned ID associated with the customer payment profile 5 to 17 digits Number can also be masked, for example, XXXX1111 Up to 22 characters CCD PPD TEL WEB Up to 50 characters Numeric If value is masked, the last four digits must match the original value in the profile. If a masked value is submitted, the original value will not be updated. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. Currently, the CIM API does not support ARC or BOC types. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. If this field is not submitted in the request, or submitted with a blank value, the original value will be removed from the profile. Customer Information Manager guide Authorize.Net, a CyberSource solution September
89 Table 14 Input Parameters for updatecustomerpaymentprofilerequest (Continued) ELEMENT VALUE TYPE/FORMAT NOTES validationmode Indicates the processing mode for the request none testmode livemode For more information on use and restrictions of validationmode, see Field Validation and Test Mode on page 16. To test the validity of new payment information, call validatecustomerpaymentprofilerequest after successfully updating the payment profile. See the section of this document titled Input Parameters for validatecustomerpaymentprofilerequest for more information. For information about output parameters for this function, see the section of this document titled Input Parameters for updatecustomerpaymentprofilerequest. Input Parameters for updatecustomershippingaddressrequest This function is used to update a shipping address for an existing customer profile. The following table lists the input elements for executing an API call to the updatecustomershippingaddressrequest function. Table 15 Input Parameters for updatecustomershippingaddressrequest ELEMENT VALUE TYPE/ FORMAT refid customerprofileid address Merchant-assigned reference ID for the request Payment gateway assigned ID associated with the customer profile Contains shipping address information for the customer profile Up to 20 characters Numeric NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
90 Table 15 Input Parameters for updatecustomershippingaddressrequest (Continued) ELEMENT VALUE TYPE/ FORMAT firstname lastname company address city state zip country phonenumber faxnumber The customer s first name The customer s last name The name of the company associated with the customer, if applicable The customer s shipping address The city of the customer s shipping address The state of the customer s shipping address The ZIP code of the customer s shipping address The country of the customer s shipping address The phone number associated with the customer s shipping address The fax number associated with the customer s shipping address Up to 50 characters (no Up to 50 characters (no Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no Up to 25 digits (no letters) For example, (123) Up to 25 digits (no letters) For example, (123) NOTES Customer Information Manager guide Authorize.Net, a CyberSource solution September
91 Table 15 Input Parameters for updatecustomershippingaddressrequest (Continued) ELEMENT VALUE TYPE/ FORMAT customershippingaddressid Payment gateway assigned ID associated with the customer shipping address Numeric NOTES For information about output parameters for this function, see the section of this document titled Output for updatecustomershippingaddressresponse. Example Example updatecustomershippingaddressrequest <?xml version="1.0" encoding="utf-8"?> <updatecustomershippingaddressrequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <address> <firstname>newfirstname</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> <customeraddressid>30000</customeraddressid> </address> </updatecustomershippingaddressrequest> Input Elements for updatesplittendergrouprequest This function is used to update the status of an existing order that contains multiple s with the same splittenderid. The following table lists the input elements for executing an API call to the updatesplittendergrouprequest function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
92 Table 16 Input Elements for updatesplittendergrouprequest ELEMENT VALUE FORMAT NOTES refid splittenderid Merchant-assigned reference ID for the request Payment gatewayassigned number associated with the order. Up to 20 characters Numeric If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. splittenderstatus Required Indicates the status of all s associated with the order. voided, or completed. Example Example updatesplittendergrouprequest Use voided to void the entire order; use completed to indicate there are no further s in this order. <?xml version="1.0" encoding="utf-8"?> <updatesplittendergrouprequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <splittenderid>123456</splittenderid> <splittenderstatus>voided</splittenderstatus> </updatesplittendergrouprequest> Input Parameters for validatecustomerpaymentprofilerequest This function is used to verify an existing customer payment profile by generating a test. No customer receipt s are sent when validatecustomerpaymentprofilerequest. is called The following table lists the input elements for executing an API call to the validatecustomerpaymentprofilerequest function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
93 Table 17 Input Parameters for validatecustomerpaymentprofilerequest ELEMENT VALUE TYPE/ FORMAT refid customerprofileid customerpaymentprofileid customershippingaddressid cardcode validationmode Merchant-assigned reference ID for the request Payment gateway assigned ID associated with the customer profile Payment gateway assigned ID associated with the customer payment profile Payment gateway assigned ID associated with the customer shipping address The three- or four-digit number on the back of a credit card (on the front for American Express) Indicates the processing mode for the request Up to 20 characters Numeric Numeric Numeric Numeric testmode livemode NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. If customershippingaddressi d is not passed, shipping information will not be included with the. This field is required if the merchant would like to use the Card Code Verification (CCV) security feature. For more information, see the Merchant Integration Guide at support/merchant/ default.htm. cardcode is used only for validation and is not stored in the customer profile. It should be used only when submitting validationmode with a value of testmode or livemode. For more information on use and restrictions of validationmode, see Field Validation and Test Mode. For information about output parameters for this function, see the section of this document titled Output for validatecustomerpaymentprofileresponse. Customer Information Manager guide Authorize.Net, a CyberSource solution September
94 Example Example validatecustomerpaymentprofilerequest <?xml version="1.0" encoding="utf-8"?> <validatecustomerpaymentprofilerequest xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <merchantauthentication> <name>youruserlogin</name> <Key>YourTranKey</Key> </merchantauthentication> <customerprofileid>10000</customerprofileid> <customerpaymentprofileid>20000</customerpaymentprofileid> <customershippingaddressid>30000</customershippingaddressid> <validationmode>livemode</validationmode> </validatecustomerpaymentprofilerequest> Note The sample code included in this document uses dummy field values. When using or testing sample code, be sure to enter valid field values. Additional sample code is available for download from the Authorize.Net Developer Center at samplecode. Customer Information Manager guide Authorize.Net, a CyberSource solution September
95 Chapter 4 Responses The response from the payment gateway to the API call is a set of fields that provides information about the status of the request. The following table lists output for API calls. Table 18 Payment gateway responses ELEMENT VALUE TYPE/FORMAT NOTES refid messages resultcode message code text Merchant-assigned reference ID for the request Up to 20 characters Contains information about the results of the request Contains additional Ok information about the Error results of the request Contains the result code and text A code that represents the String reason for the error A text description of the error String If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. Provides more details about the error(s). See the Response Codes section of this document for possible values. See the Response Codes section of this document for possible values. CIM Responses The example below illustrates the structure of a typical response from the payment gateway for any of the CIM API calls. Customer Information Manager guide Authorize.Net, a CyberSource solution September
96 Chapter 4 Responses Response example. <?xml version="1.0" encoding="utf-8"?> <createcustomerprofileresponse xmlns:xsi=" XMLSchema-instance" xmlns:xsd=" xmlns="anetapi/xml/v1/schema/anetapischema.xsd"> <refid>refid1</refid> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <customerprofileid>3187</customerprofileid> </createcustomerprofileresponse> Output for createcustomerprofileresponse The following table lists the additional output returned from the payment gateway for an API call to the createcustomerprofilerequest function. Note: The createcustomerprofileresponse returns onlythe assigned customerprofileid for the created profile. To retrieve the customerpaymentprofileid and the customershippingid that may also be created when using the createcustomerprofile function, you must submit the getcustomerprofilerequest function using the assigned customerprofileid for that customer profile. Table 19 Output for createcustomerprofileresponse FIELD VALUE TYPE/FORMAT NOTES refid Merchantassigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
97 Chapter 4 Responses Table 19 Output for createcustomerprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES customerprofileid customerpaymentprofileidlist customershippingaddressidlist validationdirectresponselist Payment gateway assigned ID associated with the customer profile A list of all payment profile IDs created with the request A list of all shipping profile IDs created with the request A list of the direct response results for the validation for each payment profile. Numeric Numeric Numeric String See the Advanced Integration Guide at support/aim_ guide.pdf for details about information included in the payment gateway response. This output is present only for successful requests. This output is present only for requests that contain one or more payment profiles. The payment profile IDs are returned in the same order as they were in the request. This output is present only for requests that contain multiple shipping profiles. The shipping profile IDs are returned in the same order as they were in the request. This output is present only if the ValidationMode input element is passed with a value of testmode or livemode. The list is returned in the same order as the payment profiles were submitted in the request. Customer Information Manager guide Authorize.Net, a CyberSource solution September
98 Chapter 4 Responses Example Successful createcustomerprofileresponse <?xml version="1.0" encoding="utf-8"?> <createcustomerprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <customerprofileid>10000</customerprofileid> <customerpaymentprofileidlist> <numericstring>20000</numericstring> <numericstring>20001</numericstring> </customerpaymentprofileidlist> <customershippingaddressidlist> <numericstring>30000</numericstring> <numericstring>30001</numericstring> </customershippingaddressidlist> <validationdirectresponselist> <string>1,1,1,this has been approved.,000000,y, ,none,test for ValidateCustomerPaymentProfile.,0.01,CC,auth_only,custId123, John,Doe,,123 Main St.,Bellevue,WA,98004,USA, ,,[email protected],,,,,,,,,0.00,0.00,0.00,,none, D18EB6B211FE0BBF556B271FDA6F92EE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,</string> <string>1,1,1,this has been approved.,000000,y, ,none,test for ValidateCustomerPaymentProfile.,0.01,CC,auth_only,custId123, John,Doe,,123 Main St.,Bellevue,WA,98004,USA, ,,[email protected],,,,,,,,,0.00,0.00,0.00,,none, D18EB6B211FE0BBF556B271FDA6F92EE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,</string> </validationdirectresponselist> </createcustomerprofileresponse> Output for createcustomerpaymentprofileresponse The following table lists the output returned from the payment gateway for an API call to the createcustomerpaymentprofile function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
99 Chapter 4 Responses Table 20 Output for createcustomerpaymentprofileresponse FIELD VALUE TYPE/FORMAT NOTES refid customerpaymentprofileid validationdirectresponse Merchantassigned reference ID for the request Payment gateway assigned ID associated with the customer payment profile Contains detailed information about the result of the. Example createcustomerpaymentprofileresponse Up to 20 characters Numeric String See the Advanced Integration Guide at support/aim_guide.pdf for details about information included in the payment gateway response. If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. This output is present only for successful requests. This output is present only if the ValidationMode input parameter is passed with a value of testmode or livemode. <?xml version="1.0" encoding="utf-8"?> <createcustomerpaymentprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <customerpaymentprofileid>20000</customerpaymentprofileid> <validationdirectresponse>1,1,1,this has been approved.,000000,y, ,none,test for ValidateCustomerPaymentProfile.,0.01,CC,auth_only,custId123, John,Doe,,123 Main St.,Bellevue,WA,98004,USA, ,,[email protected],,,,,,,,,0.00,0.00,0.00,,none, D18EB6B211FE0BBF556B271FDA6F92EE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, </validationdirectresponse> </createcustomerpaymentprofileresponse> Customer Information Manager guide Authorize.Net, a CyberSource solution September
100 Chapter 4 Responses Output for createcustomershippingaddressresponse The following table represents the output returned from the payment gateway for an API call to the createcustomershippingaddress function. Table 21 Output for createcustomershippingaddressresponse FIELD VALUE TYPE/ FORMAT refid customershippingaddressid Merchantassigned reference ID for the request Payment gateway assigned ID associated with the customer shipping address Up to 20 characters Numeric NOTES If included in the request, this value is included in the response. This feature might be especially useful for multithreaded applications. This output is present only for successful requests. Example Sample createcustomershippingaddressresponse <?xml version="1.0" encoding="utf-8"?> <createcustomershippingaddressresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <customeraddressid>30000</customeraddressid> </createcustomershippingaddressresponse> Output for createcustomerprofiletransactionresponse The following table represents the output returned from the payment gateway for an API call to the createcustomerprofiletransaction function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
101 Chapter 4 Responses Table 22 Output for createcustomerprofiletransactionresponse FIELD VALUE TYPE/FORMAT NOTES refid directresponse Merchantassigned reference ID for the request Contains detailed information about the result of the. Up to 20 characters String See the Advanced Integration Guide at support/aim_ guide.pdf for details about information included in the payment gateway response. If included in the request, this value is included in the response. This feature might be especially useful for multi-threaded applications. Transactions created from a customer profile behave the same as regular s - you and your customer will receive all associated notifications. Additionally, all fraud settings, including FDS filters and AVS and CCV settings, will be enforced. Example createcustomerprofiletransactionresponse Customer Information Manager guide Authorize.Net, a CyberSource solution September
102 Chapter 4 Responses <?xml version="1.0" encoding="utf-8"?> <createcustomerprofiletransactionresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <directresponse>1,1,1,this has been approved.,000000,y, ,inv000001,description of,10.95,cc,auth_capture,custid123,john,doe,,123 Main St.,Bellevue,WA,98004,USA, ,,[email protected],John,Doe,,123 Main St.,Bellevue,WA,98004,USA,1.00,0.00,2.00,FALSE,PONUM000001, D18EB6B211FE0BBF556B271FDA6F92EE,M,2,,,,,,,,,,,,,,,,,,,,,,,,,,,, </directresponse> </createcustomerprofiletransactionresponse> Output for deletecustomerprofileresponse The following table lists the output returned from the payment gateway for an API call to the deletecustomerprofile function. Table 23 Output for deletecustomerprofileresponse FIELD VALUE TYPE/FORMAT NOTES refid Merchant-assigned reference ID for the request Example deletecustomerprofileresponse Up to 20 characters If included in the request, this value is included in the response. This feature might be especially useful for multithreaded applications. Customer Information Manager guide Authorize.Net, a CyberSource solution September
103 Chapter 4 Responses <?xml version="1.0" encoding="utf-8"?> <deletecustomerprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </deletecustomerprofileresponse> Output for deletecustomerpaymentprofileresponse The following table lists the output returned from the payment gateway for an API call to the deletecustomerpaymentprofile function. Table 24 Output for deletecustomerpaymentprofileresponse FIELD VALUE TYPE/ FORMAT refid Merchantassigned reference ID for the request Example deletecustomerpaymentprofileresponse Up to 20 characters NOTES If included in the request, this value is included in the response. This feature might be especially useful for multithreaded applications. <?xml version="1.0" encoding="utf-8"?> <deletecustomerpaymentprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </deletecustomerpaymentprofileresponse> Customer Information Manager guide Authorize.Net, a CyberSource solution September
104 Chapter 4 Responses Output for deletecustomershippingaddressresponse The following table lists the output returned from the payment gateway for an API call to the deletecustomershippingaddressrequest function. Table 25 Output for deletecustomershippingaddressresponse FIELD VALUE TYPE/ FORMAT refid Merchantassigned reference ID for the request Example deletecustomershippingaddressresponse Up to 20 characters NOTES If included in the request, this value is included in the response. This feature might be especially useful for multithreaded applications. <?xml version="1.0" encoding="utf-8"?> <deletecustomershippingaddressresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </deletecustomershippingaddressresponse> Output for getcustomerprofileidsresponse The following table lists the output returned from the payment gateway for an API call to the getcustomerprofileidsrequest function. Table 26 Output for getcustomerprofileidsresponse FIELD VALUE TYPE/FORMAT NOTES Customer Information Manager guide Authorize.Net, a CyberSource solution September
105 Chapter 4 Responses Table 26 Output for getcustomerprofileidsresponse (Continued) refid Merchant-assigned reference ID for the request ids Payment gateway assigned IDs associated with the customer profiles Example Successful getcustomerprofileidsresponse Up to 20 characters Numeric If included in the request, this value is included in the response. This feature might be especially useful for multithreaded applications. This output is present only for successful requests. <?xml version="1.0" encoding="utf-8"?> <getcustomerprofileidsresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <ids> <numericstring>10000</numericstring> <numericstring>10001</numericstring> <numericstring>10002</numericstring> </ids> </getcustomerprofileidsresponse> Output for getcustomerprofileresponse The following table lists the output returned from the payment gateway for an API call to the getcustomerprofilerequest function. Table 27 Output for getcustomerprofileresponse FIELD VALUE TYPE/FORMAT NOTES profile Contains information for the customer profile Customer Information Manager guide Authorize.Net, a CyberSource solution September
106 Chapter 4 Responses Table 27 Output for getcustomerprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES customerprofileid Payment gateway assigned ID associated with the customer profile Numeric This output is present only for successful requests. merchantcustomerid Merchant-assigned Up to 20 characters ID for the customer. description Description of the customer or Up to 255 characters customer profile address associated with the Up to 255 characters customer profile paymentprofiles Contains payment profiles for the customer profile customerpaymentprofileid Payment gateway Numeric assigned ID associated with the customer payment profile payment Contains payment profile information for the customer profile creditcard Contains credit card payment information for the customer profile cardnumber The customer s credit card number 13 to 16 digits All sensitive payment information in the output is masked. expirationdate bankaccount The expiration date for the customer s credit card Contains bank account payment information for the customer profile YYYY-MM All sensitive payment information in the output is masked. Customer Information Manager guide Authorize.Net, a CyberSource solution September
107 Chapter 4 Responses Table 27 Output for getcustomerprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES routingnumber accountnumber driverslicense state number The routing number of the customer s bank The customer s bank account number Contains the customer s driver s license information The state of the customer s driver s license The customer s driver s license number 9 digits All sensitive payment information in the output is masked. 5 to 17 digits All sensitive payment information in the output is masked. This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. A valid twocharacter state code This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. 5 to 20 characters This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. All sensitive payment information in the output is masked. Customer Information Manager guide Authorize.Net, a CyberSource solution September
108 Chapter 4 Responses Table 27 Output for getcustomerprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES dateofbirth taxid shiptolist customershippingaddressid firstname lastname The date of birth listed on the customer s driver s license The customer s Social Security Number or tax ID Contains shipping address profile information for the customer profile Payment gatewayassigned ID associated with the customer shipping address The customer s first name The customer s last name YYYY-MM-DD This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. All sensitive payment information in the output is masked. 9 digits This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. All sensitive payment information in the output is masked. Numeric Up to 50 characters (no Up to 50 characters (no Customer Information Manager guide Authorize.Net, a CyberSource solution September
109 Chapter 4 Responses Table 27 Output for getcustomerprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES company The name of the company Up to 50 characters (no associated with the customer, if applicable address The customer s shipping address Up to 60 characters (no city The city of the customer s Up to 40 characters (no shipping address state The state of the customer s Up to 40 characters (no shipping address zip The zip code of the customer s Up to 20 characters (no shipping address country The country of the customer s Up to 60 characters (no shipping address phonenumber The phone number associated with the Up to 25 digits (no letters) customer s For example, shipping address (123) faxnumber The fax number associated with the Up to 25 digits (no letters) customer s For example, shipping address (123) Example getcustomerprofileresponse Customer Information Manager guide Authorize.Net, a CyberSource solution September
110 Chapter 4 Responses <?xml version="1.0" encoding="utf-8"?> <getcustomerprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <profile> <merchantcustomerid>custid123</merchantcustomerid> <description>some description</description> < >[email protected]</ > <customerprofileid>10000</customerprofileid> <paymentprofiles> <billto> <firstname>john</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> </billto> <customerpaymentprofileid>20000</customerpaymentprofileid> <payment> <creditcard> <cardnumber>xxxx1111</cardnumber> <expirationdate>xxxx</expirationdate> </creditcard> </payment> </paymentprofiles> <paymentprofiles> <customerpaymentprofileid>20001</customerpaymentprofileid> <payment> <bankaccount> <accounttype>checking</accounttype> <routingnumber>xxxx0000</routingnumber> Customer Information Manager guide Authorize.Net, a CyberSource solution September
111 Chapter 4 Responses <accountnumber>xxxx0000</accountnumber> <nameonaccount>john Doe</nameOnAccount> <bankname>bank of Washington</bankName> </bankaccount> </payment> </paymentprofiles> <shiptolist> <firstname>john</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> </shiptolist> <shiptolist> <firstname>jane</firstname> <lastname>doe</lastname> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> </shiptolist> </profile> </getcustomerprofileresponse> Output for getcustomerpaymentprofileresponse The following table lists the output returned from the payment gateway for an API call to the getcustomerpaymentprofilerequest function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
112 Chapter 4 Responses Table 28 Output for getcustomerpaymentprofileresponse FIELD VALUE TYPE/FORMAT NOTES paymentprofile customerpaymentprofileid customertype billto firstname lastname company address city state zip country phonenumber faxnumber Contains payment information for the customer profile Payment gateway assigned ID associated with the customer payment profile The customer s first name The customer s last name The name of the company associated with the customer, if applicable The customer s address The city of the customer s address The state of the customer s address The ZIP code of the customer s address The country of the customer s address The phone number associated with the customer s address The fax number associated with the customer s address Numeric individual business Up to 50 characters (no Up to 50 characters (no Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no Up to 25 digits (no letters) Ex. (123) Up to 25 digits (no letters) Ex. (123) Customer Information Manager guide Authorize.Net, a CyberSource solution September
113 Chapter 4 Responses Table 28 Output for getcustomerpaymentprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES payment creditcard cardnumber expirationdate bankaccount accounttype routingnumber accountnumber nameonaccount echecktype bankname Contains payment profile information for the customer profile Contains credit card payment information for the payment profile The customer s credit card number The expiration date for the customer s credit card Contains bank account payment information for the payment profile The type of bank account for the payment profile The routing number of the customer s bank The customer s bank account number The customer s full name as listed on the bank account The type of electronic check The name of the bank associated with the bank account number 13 to 16 digits All sensitive payment information in the output is masked. YYYY-MM All sensitive payment information in the output is masked. checking savings businesschecking 9 digits All sensitive payment information in the output is masked. 5 to 17 digits All sensitive payment information in the output is masked. Up to 22 characters CCD PPD TEL WEB Up to 50 characters Currently, the CIM API does not support ARC or BOC types. Customer Information Manager guide Authorize.Net, a CyberSource solution September
114 Chapter 4 Responses Table 28 Output for getcustomerpaymentprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES driverslicense state number dateofbirth Contains the customer s driver s license information The state of the customer s driver s license The customer s driver s license number The date of birth listed on the customer s driver s license A valid two-character state code Between 5 and 20 characters YYYY-MM-DD This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. All sensitive payment information in the output is masked. This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. All sensitive payment information in the output is masked. Customer Information Manager guide Authorize.Net, a CyberSource solution September
115 Chapter 4 Responses Table 28 Output for getcustomerpaymentprofileresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES taxid The customer s Social Security Number or tax ID Example getcustomerpaymentprofileresponse 9 digits This field is no longer supported in CIM requests and is returned only for profiles that were created under the SecureSource product. All sensitive payment information in the output is masked. Customer Information Manager guide Authorize.Net, a CyberSource solution September
116 Chapter 4 Responses <?xml version="1.0" encoding="utf-8"?> <getcustomerpaymentprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <paymentprofile> <billto> <firstname>john</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> </billto> <customerpaymentprofileid>20000</customerpaymentprofileid> <payment> <creditcard> <cardnumber>xxxx1111</cardnumber> <expirationdate>xxxx</expirationdate> </creditcard> </payment> </paymentprofile> </getcustomerpaymentprofileresponse> Output for getcustomershippingaddressresponse The following table lists the output returned from the payment gateway for an API call to the getcustomershippingaddressrequest function. Table 29 Output for getcustomershippingaddressresponse FIELD VALUE TYPE/FORMAT NOTES address Contains shipping address information for the customer profile CustomerAddress ExType Customer Information Manager guide Authorize.Net, a CyberSource solution September
117 Chapter 4 Responses Table 29 Output for getcustomershippingaddressresponse (Continued) FIELD VALUE TYPE/FORMAT NOTES customershippingaddressid firstname lastname company address city state zip country phonenumber faxnumber Payment gateway assigned ID associated with the customer shipping address The customer s first name The customer s last name The name of the company associated with the customer, if applicable The customer s address The city of the customer s address The state of the customer s address The ZIP code of the customer s address The country of the customer s address The phone number associated with the customer s address The fax number associated with the customer s address Numeric Up to 50 characters (no Up to 50 characters (no Up to 50 characters (no Up to 60 characters (no Up to 40 characters (no Up to 40 characters (no Up to 20 characters (no Up to 60 characters (no Up to 25 digits (no letters) Ex. (123) Up to 25 digits (no letters) Ex. (123) Customer Information Manager guide Authorize.Net, a CyberSource solution September
118 Chapter 4 Responses Example getcustomershippingaddressresponse <?xml version="1.0" encoding="utf-8"?> <getcustomershippingaddressresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <address> <firstname>john</firstname> <lastname>doe</lastname> <company></company> <address>123 Main St.</address> <city>bellevue</city> <state>wa</state> <zip>98004</zip> <country>usa</country> <phonenumber> </phonenumber> <faxnumber></faxnumber> <customershippingaddressid>30000</customershippingaddressid> </address> </getcustomershippingaddressresponse> Output for gethostedprofilepage The following table lists the output returned from the payment gateway for an API call to the gethostedprofilepagerequest function. Table 30 Output for gethostedprofilepage FIELD VALUE TYPE/FORMAT NOTES Token string An encrypted string that the merchant must include when posting to the Authorize.Net web page. If not used within 15 minutes of the original API call, this token expires. The customer s browser posts the token, Authorize.Net validates it, and makes sure the timestamp is less than 15 minutes old. For more complete information on how to use hosted CIM access, see Chapter 2, Using the Hosted API, on page 4. Customer Information Manager guide Authorize.Net, a CyberSource solution September
119 Chapter 4 Responses Example Sample gethostedprofilepageresponse <?xml version="1.0" encoding="utf-8"?> <gethostedprofilepageresponse xmlns="anetapi/xml/v1/schema/anetapischema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <token>+zewdauopoqprgthckd7dybmfcafdrho8gpofnt+aczjnvkz+awo0sysaa9x602jaikkfuhut2y bwqrag8lzhluur5drgsuh+kjarkvd0hpiegjlhmnz0lhmfv1xe9p3zpmawqbcsb/ d4jcsg9daxecnbuzmwiuyzy+vgugluxgr9qparh93hqwzrv4mbwop</token> </gethostedprofilepageresponse> Output for updatecustomerprofileresponse The following table lists the output returned from the payment gateway for an API call to the updatecustomerprofilerequest function. FIELD VALUE TYPE/FORMAT NOTES refid Merchant-assigned reference ID for the request Up to 20 characters If included in the request, this value will be included in the response. This feature might be especially useful for multithreaded applications. UpdateCustomerProfileResult Contains the result of the API request to update a customer profile UpdateCustomerProfil eresponsetype See the Response Codes section of this document for possible values. Example updatecustomerprofileresponse Customer Information Manager guide Authorize.Net, a CyberSource solution September
120 Chapter 4 Responses <?xml version="1.0" encoding="utf-8"?> <updatecustomerprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </updatecustomerprofileresponse> Output for updatecustomerpaymentprofileresponse The following table lists the output returned from the payment gateway for an API call to the updatecustomerpaymentprofilerequest function. Table 31 Output for updatecustomerpaymentprofileresponse FIELD VALUE TYPE/ FORMAT refid validationdirectresponse Merchantassigned reference ID for the request Contains detailed information about the result of the. Up to 20 characters String See the Advanced Integration Guide at et/support/aim_ guide.pdf for details about information included in the payment gateway response. NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. This output is only present if the ValidationMode input element is passed with a value of testmode or livemode. Customer Information Manager guide Authorize.Net, a CyberSource solution September
121 Chapter 4 Responses Example updatecustomerpaymentprofileresponse <?xml version="1.0" encoding="utf-8"?> <updatecustomerpaymentprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </updatecustomerpaymentprofileresponse> Output for updatecustomershippingaddressresponse The following table lists the output returned from the payment gateway for an API call to the updatecustomershippingaddress function. Table 32 Output for updatecustomershippingaddressresponse FIELD VALUE TYPE/ FORMAT refid Merchantassigned reference ID for the request Example updatecustomershippingaddressresponse Up to 20 characters NOTES If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications. <?xml version="1.0" encoding="utf-8"?> <updatecustomershippingaddressresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </updatecustomershippingaddressresponse> Customer Information Manager guide Authorize.Net, a CyberSource solution September
122 Chapter 4 Responses Output for updatesplittendergroup The following table lists the output returned from the payment gateway for an API call to the updatesplittendergroup function. Table 33 Output for updatesplittendergroup FIELD VALUE TYPE/FORMAT NOTES refid Merchantassigned Up to 20 characters If included in the request, this value reference ID for is included in the the request response. This feature might be especially useful for multi-threaded applications. Example Output for updatesplittendergroupresponse The following example shows output returned from the payment gateway for an API call to the updatesplittendergrouprequest function. <?xml version="1.0" encoding="utf-8"?> <updatesplittendergroupresponse xmlns="anetapi/xml/v1/schema/anetapischema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> </updatesplittendergroupresponse> Output for validatecustomerpaymentprofileresponse The following table represents the output returned from the payment gateway for an API call to the validatecustomerpaymentprofilerequest function. Customer Information Manager guide Authorize.Net, a CyberSource solution September
123 Chapter 4 Responses Table 34 Output for validatecustomerpaymentprofileresponse FIELD VALUE TYPE/ FORMAT directresponse Contains detailed information about the result of the. Example validatecustomerpaymentprofileresponse String See the Advanced Integration Guide at et/support/aim_ guide.pdf for details about information included in the payment gateway response. NOTES <?xml version="1.0" encoding="utf-8"?> <validatecustomerpaymentprofileresponse xmlns="anetapi/xml/v1/schema/ AnetApiSchema.xsd"> <messages> <resultcode>ok</resultcode> <message> <code>i00001</code> <text>successful.</text> </message> </messages> <directresponse>1,1,1,this has been approved.,000000,y, ,none,test for ValidateCustomerPaymentProfile.,0.01,CC,auth_only,custId123, John,Doe,,123 Main St.,Bellevue,WA,98004,USA, ,,[email protected],John,Doe,,123 Main St.,Bellevue,WA,98004,USA,0.00,0.00,0.00,,none, D18EB6B211FE0BBF556B271FDA6F92EE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, </directresponse> </validatecustomerpaymentprofileresponse> Duplicate Profile Verification When you submit calls to the createcustomerprofilerequest, createcustomerpaymentprofilerequest, and createcustomershippingaddressrequest functions, Customer Information Manager guide Authorize.Net, a CyberSource solution September
124 Chapter 4 Responses the payment gateway checks certain fields in each request to ensure that a profile with that same information does not already exist. If a profile already exists that contains the values being submitted in the new request, then the payment gateway returns an error message. If the duplicate profile is a customer profile, the error message contains the ID of the already-created profile. The duplicate profile verification serves as a safeguard against accidental duplicate submissions. The following table lists the fields for each function that cannot match any other profile already created. An error will occur only if ALL the values for each field being submitted match ALL the values for each field in the already existing profile. Table 35 Duplicate profile verification FUNCTION createcustomerprofilerequest createcustomerpaymentprofile Request createcustomershippingaddres srequest FIELDS USED FOR DUPLICATE PROFILE VERIFICATION merchantcustomerid, description, customerprofileid, cardnumber, accountnumber, routingnumber, billtofirstname, billtolastname, billtoaddress, and billtozip customerprofileid, firstname, lastname, address, zip and phonenumber Customer Information Manager guide Authorize.Net, a CyberSource solution September
125 Chapter 5 Response Codes The following table lists the common response codes and texts for requests to the Customer Information Manager API. CODE TEXT DESCRIPTION I00001 Successful The request was processed successfully. I00003 The record has already been deleted. The record has already been deleted. E00001 An error occurred during processing. Please try again. An unexpected system error occurred while processing this request. E00002 The content-type specified is not supported. The only supported content-types are text/xml and application/xml. E00003 E00004 E00005 E00006 E00007 E00008 E00009 E00010 E00011 An error occurred while parsing the XML request. The name of the requested API method is invalid. The merchantauthentication.key is invalid or not present. The merchantauthentication.name is invalid or not present. User authentication failed due to invalid authentication values. User authentication failed. The payment gateway account or user is inactive. The payment gateway account is in Test Mode. The request cannot be processed. User authentication failed. You do not have the appropriate permissions. Access denied. You do not have the appropriate permissions. This is the result of an XML parser error. The name of the root node of the XML request is the API method being called. It is not valid. Merchant authentication requires a valid value for key. Merchant authentication requires a valid value for name. The name/and or key is invalid. The payment gateway or user account is not currently active. The requested API method cannot be executed while the payment gateway account is in Test Mode. The user does not have permission to call the API. The user does not have permission to call the API method. Customer Information Manager guide Authorize.Net, a CyberSource solution September
126 Chapter 5 Response Codes CODE TEXT DESCRIPTION E00013 The field is invalid. One of the field values is not valid. E00014 A required field is not present. One of the required fields was not present. E00015 The field length is invalid. One of the fields has an invalid length. E00016 The field type is invalid. The field type is not valid. E00019 The customer taxid or driverslicense information is required. The customer tax ID or driver s license information (driver s license number, driver s license state, driver s license DOB) is required for the subscription. E00027 The was unsuccessful. An approval was not returned for the. E00029 Payment information is required. Payment information is required when creating a subscription or payment profile. E00039 A duplicate record already exists. A duplicate of the customer profile, customer payment profile, or customer address was already submitted. E00040 The record cannot be found. The profileid, paymentprofileid, or shippingaddressid for this request is not valid for this merchant. E00041 One or more fields must contain a value. All of the fields were empty or missing. E00042 E00043 The maximum number of payment profiles allowed for the customer profile is {0}. The maximum number of shipping addresses allowed for the customer profile is {0}. The maximum number of payment profiles for the customer profile has been reached. The maximum number of shipping addresses for the customer profile has been reached. E00044 Customer Information Manager is not enabled. The payment gateway account is not enabled for Customer Information Manager (CIM). E00045 E00051 The root node does not reference a valid XML namespace. The original was not issued for this payment profile. An error exists in the XML namespace. This error is similar to E00003 If the customer profile ID, payment profile ID, and shipping address ID are included, they must match the original. Customer Information Manager guide Authorize.Net, a CyberSource solution September
127 Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A Authentication 17 C cardholder information security 2 CIM Functions summary 15 CIM Responses 90 CreateCustomerPaymentProfile 26 CreateCustomerPaymentProfileResponse 93 CreateCustomerProfile 18 CreateCustomerProfileResponse 91 CreateCustomerProfileTransaction 33 Authorization and Capture 39 Authorization Only 33 Capture Only 46 Refund 59 CreateCustomerProfileTransactionResponse 95 CreateCustomerShippingAddress 30 CreateCustomerShippingAddressResponse 95 D DeleteCustomerPaymentProfile 69 DeleteCustomerPaymentProfileResponse 98 DeleteCustomerProfile 68 DeleteCustomerProfileResponse 97 DeleteCustomerShippingAddress 70 DeleteCustomerShippingAddressResponse 99 Developer Support 3 Duplicate Profile Verification 118 G GetCustomerPaymentProfile 73 GetCustomerPaymentProfileResponse 106 GetCustomerProfile 72 GetCustomerProfileIds 71 GetCustomerProfileIdsResponse 99 GetCustomerProfileResponse 100 GetCustomerShippingAddress 74 GetCustomerShippingAddressResponse 111 gethostedprofilepage 75 response 113 H hostedprofilepage input 75 output 113 L lightbox popup 5 live mode 16 M Minimum Requirements 2 P Profiles duplicate 118 R refund s 59 refunds unlinked 59 S sample code 14 security best practices 2 T test mode 16 s refund 59 U unlinked credit 59 UpdateCustomerPaymentProfile 78 UpdateCustomerPaymentProfileResponse 115 UpdateCustomerProfile 77 UpdateCustomerProfileResponse 114 UpdateCustomerShippingAddress 84 UpdateCustomerShippingAddressResponse 116 Customer Information Manager Guide Authorize.Net, a CyberSource solution September
128 Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z V ValidateCustomerPaymentProfile 87 ValidateCustomerPaymentProfileResponse 117 validationmode using 16 W Web Service Locations 14 Customer Information Manager Guide Authorize.Net, a CyberSource solution September
Merchant Web Services API
Merchant Web Services API Automated Recurring Billing (ARB) XML Guide Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 042007 Ver.1.0 Authorize.Net LLC ( Authorize.Net )
Merchant Web Services API
Merchant Web Services API Automated Recurring Billing (ARB) SOAP Guide Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 042007 Ver.1.0 Authorize.Net LLC ( Authorize.Net
Merchant Web Services API
Merchant Web Services API Advanced Integration Method (AIM) XML Guide February 2013 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net
Merchant Web Services API
Merchant Web Services API Automated Recurring Billing (ARB) XML Guide June 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ("Authorize.Net")
Transaction Details Guide
Title Page Transaction Details Guide Merchant Web Services API XML April 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ("Authorize.Net")
Merchant Web Services API
Merchant Web Services API Automated Recurring Billing (ARB) XML Guide April 2013 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ("Authorize.Net")
Getting Started with Apple Pay on the Authorize.Net Platform
Title Page Getting Started with Apple Pay on the Authorize.Net Platform September 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC
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 )
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
Merchant Web Services API
Title Page Merchant Web Services API Merchant Boarding XML Guide November 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net
echeck.net Developer Guide
echeck.net Developer Guide Advanced Integration Method (AIM) Transactions March 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC (
echeck.net Developer Guide
echeck.net Developer Guide Advanced Integration Method (AIM) Transactions Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.1.0 Authorize.Net LLC ( Authorize.Net
Merchant Web Services API
Title Page Merchant Web Services API Automated Recurring Billing (ARB) SOAP Guide December 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net
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
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
Merchant Web Services API Advanced Integration Method (AIM)
Title Merchant Web Services API Advanced Integration Method (AIM) XML Guide October 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC
Authorize.Net Mobile Application
Authorize.Net Mobile Application ios User Guide October 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net ) has made
Authorize.Net Mobile Application
Authorize.Net Mobile Application Android User Guide October 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net ) has
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
United Payment Services My Merchant Console Connect Virtual Terminal User Guide
United Payment Services My Merchant Console Connect Virtual Terminal User Guide. 1 United Payment Services, Inc ( United Payment Services ) has made efforts to ensure the accuracy and completeness of the
Merchant Interface Online Help Files
Merchant Interface Online Help Files REGAL t e c h n o l o g i e s t h e f u t u r e o f p a y m e n t s Table of Contents Merchant Interface Online Help Files... 1 Tools... 2 Virtual Terminal... 7 Submit
Merchant Interface Online Help Files
Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit
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,
United Payment Services My Merchant Console Connect SecurePAY User Guide
United Payment Services My Merchant Console Connect SecurePAY User Guide. 1 United Payment Services, Inc ( United Payment Services ) has made efforts to ensure the accuracy and completeness of the information
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
Getting Started with CyberSource Advanced
Getting Started with CyberSource Advanced for the Simple Order API July 2013 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For
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
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.
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...
Table of Contents. Revision 2.0-2 -
Table of Contents Introduction...3 Payment Processing: How it Works...4 Immediate Transaction Processing...5 Delayed Transaction Processing...7 Delayed Transaction Processing: Phase 1 - Authorization...7
Direct Post Method (DPM) Developer Guide
(DPM) Developer Guide Card Not Present Transactions Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 2/22/11 Ver. Ver 1.1 (DPM) Developer Guide Authorize.Net LLC ( Authorize.Net
I. Simplifying Payment Processing. II. Authorizing Your Transactions Correctly page 6
Welcome to PaySimple! Congratulations on choosing PaySimple for all your payment processing needs! You will quickly notice that billing and collections is transformed into an effortless process. With PaySimple,
Credit Card Advantage Build 26 - Release Notes (version 9.0 and 10.0)
Credit Card Advantage Build 26 - Release Notes (version 9.0 and 10.0) Credit Card Advantage This document contains information about the files that have been updated, new functionality, fixed issues and
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
Recurring Billing. Using the Simple Order API. October 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095
Title Page Recurring Billing Using the Simple Order API October 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general
Virtual Terminal User s Guide
Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 PayPal
Card-Present Transactions
Card-Present Transactions Implementation Guide September 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net ) has made
CyberSource PayPal Services Implementation Guide
CyberSource PayPal Services Implementation Guide Simple Order API SCMP API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information
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
Microsoft Small Business Financials. Small Business Center Integration
Microsoft Small Business Financials Small Business Center Integration Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
RedBlack CyBake Online Customer Service Desk
RedBlack CyBake Online Customer Service Desk Publication Date: June 2014 Copyright Copyright 2014 RedBlack Software Ltd. All rights reserved. Complying with all applicable copyright laws is the responsibility
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
AT&T Synaptic Storage as a Service SM Getting Started Guide
AT&T Synaptic Storage as a Service SM Getting Started Guide Version 3.0 2011 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. All other
Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder
Microsoft Dynamics GP SmartList Builder User s Guide With Excel Report Builder Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
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
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
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
Virtual Terminal User s Guide
Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: August 2009 PayPal
Microsoft Dynamics GP. Invoicing
Microsoft Dynamics GP Invoicing Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the
Web Services Credit Card Errors A Troubleshooter
Web Services Credit Card Errors A Troubleshooter March 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of
Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide)
Skipjack Merchant User Guide Quick Guide (a supplement to the Merchant User Guide) COPYRIGHT INFORMATION Evolve Adaptive Technology and Skipjack Financial Services are registered trademarks of the Bradley-Madison
Selling Digital Goods Online
PayLoadz.com Selling Digital Goods Online How to use the PayLoadz and PayPal services to sell digital goods on your web site Updated: 02/12/2006 TABLE OF CONTENTS INTRODUCTION...3 HOW IT WORKS...3 GETTING
VeriSign Payment Services
USER S GUIDE VeriSign Payment Services User s Guide for Payflow Link VeriSign, Inc. DOC-AFF-PMT-GID-0002/Rev. 10 VeriSign Payment Services User s Guide for Payflow Link Copyright 2003-2005 VeriSign, Inc.
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
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...
Gateway Integration Specifications Credit Card Processing
Gateway Integration Specifications Credit Card Processing Version 3.2 Trine Commerce Systems, Inc. 2613 Wilson Street Austin, TX 78704 512-586-2736 [email protected] [email protected] Legal Notice
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...
BillMax Electronic Fund Processing
BillMax Billing Solutions The ispark Group, Inc. PO Box 1947 Colleyville, TX, 76034 USA 877.245.5629 817.446.7776 Fax 817.446.7773 BillMax Documentation Copyright 1994-2014 The ispark Group, Inc. Documentation
Twinfield Single Sign On
Twinfield Single Sign On manual, version 5.4 April 2009 For general information about our webservices see the Twinfield Webservices Manual Twinfield International NV De Beek 9-15 3871 MS Hoevelaken Netherlands
dinero Documentation Release 0.0.1 Fusionbox
dinero Documentation Release 0.0.1 Fusionbox November 09, 2015 Contents 1 Usage 3 1.1 Payments 101............................................... 3 1.2 Quickstart................................................
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
Credit Card Processing
Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality
Virtual Terminal User s Guide
Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2009 PayPal
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
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:
CHARGE Anywhere Universal Shopping Cart
CHARGE Anywhere Universal Shopping Cart Version: v1.0.1 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone: + 1 (800)211-1256 Fax: + 1 (732) 417-4448 I. Introduction... 3 II.
CyberSource Secure Acceptance Web/Mobile
Title Page CyberSource Secure Acceptance Web/Mobile Configuration Guide October 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information
Recurring Billing. Using the Business Center. May 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095
Title Page Recurring Billing Using the Business Center May 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general information
Merchant Account Reports
Title Page Merchant Account Reports User Guide June 2014 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general information
Test and Go Live User Guide. Version 4.3 February 2014 Business Gateway
Test and Go Live User Guide Version 4.3 February 2014 Business Gateway Table Of Contents About this Guide... 1 Update History... 1 Copyright... 1 Introduction... 2 What is Test and Go Live?... 2 Website
GATEWAY CONFIGURATION GUIDE. PowerCharge
GATEWAY CONFIGURATION GUIDE PowerCharge Table of Contents Overview... 3 eprocessing Networks Configuration... 3 Beanstream Configuration... 5 BeanStream Merchant ID... 5 BeanStream Transaction Username
Credit Card Overview & Processing Guide entrée Version 3
Credit Card Overview & Processing Guide entrée Version 3 2000-2016 NECS, Inc. All Rights Reserved. I entrée V3 Credit Card Processing Guide Table of Contents Chapter I V3 Credit Card Overview 1 1 Obtain...
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
Recurring Billing. Using the Simple Order API for CyberSource Essentials. March 2016
Title Page Recurring Billing Using the Simple Order API for CyberSource Essentials March 2016 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact
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
Ad-hoc Reporting Report Designer
Ad-hoc Reporting Report Designer AD- H O C R E P O R T D E S I G N E R M A N U A L 2012 NonProfit Technologies, Inc. All Rights Reserved. This document contains proprietary information which is protected
a CyberSource solution Merchant Payment Solutions
a CyberSource solution Merchant Payment Solutions 1 Simplifying Payments Safe and reliable payment processing is essential to your business. Authorize.Net, a leading payment gateway since 1996, provides
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
CyberSource Global Payment Service
Title Page CyberSource Global Payment Service Developer Guide For Bank Transfers, Brazilian Boletos Bancários, and Direct Debits Simple Order API SCMP API March 2015 CyberSource Corporation HQ P.O. Box
MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27
MiGS Virtual Payment Client Integration Guide July 2011 Software version: MR 27 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must
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...
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!
Web Services Credit Card Errors A Troubleshooter
Web Services Credit Card Errors A Troubleshooter January 2012 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users
PayPal Express Checkout Services
Title Page PayPal Express Checkout s Using the Simple Order API January 2016 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For
PROCUREMENT CARD US BANK ACCESS ONLINE SYSTEM USER GUIDE
PROCUREMENT CARD US BANK ACCESS ONLINE SYSTEM USER GUIDE Contracts and Procurement Procurement Card Program September 2011 Contents Web Browser Security Settings... 3 Internet Explorer Security Settings...
TSI Support for Autodesk Fabrication Software on Zendesk Help Desk Platform
TSI Support for Autodesk Fabrication Software on Zendesk Help Desk Platform Table of Contents 1 Introducing TSI Support for Autodesk Fabrication Software on Zendesk Platform... 2 2 Initial Zendesk Login...
Korean Cyber Payment Services
Title Page Korean Cyber Payment Services Using the Simple Order API April 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information
Credit Card Extension White Paper
Credit Card Extension White Paper March 2010 Copyright Copyright 2004 Azox, Inc.. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the
GENERAL ADMINISTRATION - SHOPPING CART
GENERAL ADMINISTRATION - SHOPPING CART Document Version 3.0 December 2014 For assistance, please message DRWP Client Services or call 0800 756 3350. Copyright 2014 Beanstream Internet Commerce. All rights
MASTERPASS MERCHANT ONBOARDING & INTEGRATION GUIDE
MASTERPASS MERCHANT ONBOARDING & INTEGRATION GUIDE VERSION 6.1, AS OF DECEMBER 5, 2014 Notices Proprietary Rights The information contained in this document is proprietary and confidential to MasterCard
MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10
MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10 7 January 2016 SPBM Summary of Changes, 7 January 2016 Summary of Changes, 7 January 2016 This
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
United Payment Services United Connect Invoices
United Payment Services United Connect Invoices An Automated Invoice Payment Processing Solution Secure Payment Solutions for all businesses 2010 United Payment Services. All Rights Reserved. All trademarks,
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...
Qlik REST Connector Installation and User Guide
Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All
MiSync Personal for Beams
Using MiSync Personal for Beams V4.3.1.0 by Metisc Copyright Printed: 16 January 2015 2014 by Metisc. All rights reserved. Notice This user guide and the software it describes are furbished under a license
Hosted Credit Card Forms Implementation Guide
Hosted Credit Card Forms Implementation Guide Merchant implementation instructions to integrate to the Setcom s hosted credit card forms. Covers: fraud screening, Verified by Visa, MasterCard SecureCode
Security Analytics Engine 1.0. Help Desk User Guide
2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.
