<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accept.js - how to add Customer informations in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55697#M30540</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Finally we solved it by adding &amp;lt;billTo&amp;gt; but I find your doc's very funny.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You are not some "xyz" company and you need to write better instructions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can take a look here what is good doc's:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www.jeasyui.com/documentation/index.php" target="_blank"&gt;http://www.jeasyui.com/documentation/index.php&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P.S. this whole framework and doc's is handled by 2 people.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2016 18:04:10 GMT</pubDate>
    <dc:creator>zamiksica123</dc:creator>
    <dc:date>2016-09-08T18:04:10Z</dc:date>
    <item>
      <title>Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55668#M30513</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;how to send customer details to "Transaction detail" after payment is done?&lt;/P&gt;&lt;P&gt;When I navigate to&lt;/P&gt;&lt;P&gt;&lt;A href="https://sandbox.authorize.net/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://sandbox.authorize.net&lt;/A&gt; -&amp;gt; Reports -&amp;gt; Transaction Details -&amp;gt; TransactionID&lt;/P&gt;&lt;P&gt;I see last 4 digits of credit card, paid amount etc. and under "Customer Billing Information" is nothing to see.. all fields like Name etc. are empty.&lt;/P&gt;&lt;P&gt;How to send some details about customer?&lt;/P&gt;&lt;P&gt;I'm using such code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cardData.cardNumber = document.getElementById('CARDNUMBER_ID').value;&lt;BR /&gt;cardData.month = document.getElementById('EXPIRY_MONTH_ID').value;&lt;BR /&gt;cardData.year = document.getElementById('EXPIRY_YEAR_ID').value;&lt;BR /&gt;cardData.zip = document.getElementById('ZIP_ID').value;&lt;BR /&gt;cardData.fullName = document.getElementById('FULLNAME_ID').value;&lt;BR /&gt;secureData.cardData = cardData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but fullName and zip are not visible on the Transaction Details. If possible, I would like also to send Address.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 20:49:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55668#M30513</guid>
      <dc:creator>zamiksica123</dc:creator>
      <dc:date>2016-09-06T20:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55673#M30518</link>
      <description>&lt;P&gt;Anybody, please?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 12:10:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55673#M30518</guid>
      <dc:creator>zamiksica123</dc:creator>
      <dc:date>2016-09-07T12:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55687#M30531</link>
      <description>&lt;P&gt;I received answer (from support):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The details must be included in the createTransactionRequest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question is - how to do that? Is there any doc's about that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using this TransactionRequest:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$transRequestXmlStr=&amp;lt;&amp;lt;&amp;lt;XML
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
      &amp;lt;merchantAuthentication&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;
      &amp;lt;transactionRequest&amp;gt;
         &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
         &amp;lt;amount&amp;gt;assignAMOUNT&amp;lt;/amount&amp;gt;
         &amp;lt;currencyCode&amp;gt;USD&amp;lt;/currencyCode&amp;gt;
         &amp;lt;payment&amp;gt;
            &amp;lt;opaqueData&amp;gt;
               &amp;lt;dataDescriptor&amp;gt;assignDD&amp;lt;/dataDescriptor&amp;gt;
               &amp;lt;dataValue&amp;gt;assignDV&amp;lt;/dataValue&amp;gt;
            &amp;lt;/opaqueData&amp;gt;
         &amp;lt;/payment&amp;gt;
         &amp;lt;retail&amp;gt;
            &amp;lt;marketType&amp;gt;0&amp;lt;/marketType&amp;gt;
            &amp;lt;deviceType&amp;gt;0&amp;lt;/deviceType&amp;gt;
         &amp;lt;/retail&amp;gt;
      &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;
XML;&lt;/PRE&gt;&lt;P&gt;How to add customer info, like First and Last name, email etc.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 06:59:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55687#M30531</guid>
      <dc:creator>zamiksica123</dc:creator>
      <dc:date>2016-09-08T06:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55692#M30535</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20471"&gt;@zamiksica123﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should find those details here:&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#mobile-inapp-transactions-create-an-accept-transaction" target="_blank"&gt;https://developer.authorize.net/api/reference/#mobile-inapp-transactions-create-an-accept-transaction&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:28:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55692#M30535</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-09-08T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55693#M30536</link>
      <description>&lt;P&gt;Thank you, but could you please be so kind and insert customer details inside above XML because I do not understand where I need to put them.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:57:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55693#M30536</guid>
      <dc:creator>zamiksica123</dc:creator>
      <dc:date>2016-09-08T13:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55694#M30537</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20471"&gt;@zamiksica123﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you spend a few minutes reading the documentation or the XML structure, you will see where to place the information. &amp;nbsp;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;customer&lt;/TD&gt;
&lt;TD&gt;The following fields contain customer information. &lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="threeBullet"&gt;type&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV&gt;individual or business.&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="threeBullet"&gt;id&lt;/TD&gt;
&lt;TD&gt;Merchant assigned customer ID. &lt;BR /&gt;Unique identifier to represent the customer associated with the transaction.&lt;BR /&gt;&lt;BR /&gt;Customer ID must be created dynamically on the merchant's server or provided for each transaction. The payment gateway does not perform this function.&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV&gt;Up to 20 characters (no symbols).&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="threeBullet"&gt;email&lt;/TD&gt;
&lt;TD&gt;The customer’s valid email address. &lt;BR /&gt;Required only when using a European Payment Processor. Processing Platform.&lt;BR /&gt;&lt;BR /&gt;Email address to which the customer’s copy of the email receipt is sent when Email Receipts is configured in the Merchant Interface. The email is sent to the customer only if the email address format is valid.&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV&gt;Up to 255 characters.&lt;BR /&gt;&lt;BR /&gt;For example, janedoe@customer.com&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 08 Sep 2016 14:09:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55694#M30537</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-09-08T14:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55696#M30539</link>
      <description>&lt;P&gt;Yes I saw that but I don't understand where I need to put it - on which place inside XML?&lt;/P&gt;&lt;P&gt;Below Amount or below what?&lt;/P&gt;&lt;P&gt;What I need is customer first and last name, address, zip, country.&lt;/P&gt;&lt;P&gt;Could you please make small example because I can not move on.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:35:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55696#M30539</guid>
      <dc:creator>zamiksica123</dc:creator>
      <dc:date>2016-09-08T16:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accept.js - how to add Customer informations</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55697#M30540</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Finally we solved it by adding &amp;lt;billTo&amp;gt; but I find your doc's very funny.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You are not some "xyz" company and you need to write better instructions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can take a look here what is good doc's:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www.jeasyui.com/documentation/index.php" target="_blank"&gt;http://www.jeasyui.com/documentation/index.php&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P.S. this whole framework and doc's is handled by 2 people.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:04:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-js-how-to-add-Customer-informations/m-p/55697#M30540</guid>
      <dc:creator>zamiksica123</dc:creator>
      <dc:date>2016-09-08T18:04:10Z</dc:date>
    </item>
  </channel>
</rss>

