<?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 ARB Create not capturing email in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Create-not-capturing-email/m-p/31366#M16353</link>
    <description>&lt;P&gt;I am in the process of testing an application using ARB. &amp;nbsp;I am able to submit the create request successfully, however the email address sent with the request is not being captured. &amp;nbsp;I have posted the text of the xml request below. &amp;nbsp;I am using the php sdk to submit the request. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;" .&lt;BR /&gt;"&amp;lt;ARBCreateSubscriptionRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;" .&lt;BR /&gt;"&amp;lt;merchantAuthentication&amp;gt;".&lt;BR /&gt;"&amp;lt;name&amp;gt;" . LOGINNAME . "&amp;lt;/name&amp;gt;".&lt;BR /&gt;"&amp;lt;transactionKey&amp;gt;" . TRANSACTIONKEY . "&amp;lt;/transactionKey&amp;gt;".&lt;BR /&gt;"&amp;lt;/merchantAuthentication&amp;gt;".&lt;BR /&gt;"&amp;lt;subscription&amp;gt;".&lt;BR /&gt;"&amp;lt;name&amp;gt;sevenplacesmonthly&amp;lt;/name&amp;gt;".&lt;BR /&gt;"&amp;lt;paymentSchedule&amp;gt;".&lt;BR /&gt;"&amp;lt;interval&amp;gt;".&lt;BR /&gt;"&amp;lt;length&amp;gt;". $length ."&amp;lt;/length&amp;gt;".&lt;BR /&gt;"&amp;lt;unit&amp;gt;". $unit ."&amp;lt;/unit&amp;gt;".&lt;BR /&gt;"&amp;lt;/interval&amp;gt;".&lt;BR /&gt;"&amp;lt;startDate&amp;gt;" . $startDate . "&amp;lt;/startDate&amp;gt;".&lt;BR /&gt;"&amp;lt;totalOccurrences&amp;gt;". $totalOccurrences . "&amp;lt;/totalOccurrences&amp;gt;".&lt;BR /&gt;"&amp;lt;/paymentSchedule&amp;gt;".&lt;BR /&gt;"&amp;lt;amount&amp;gt;". $amount ."&amp;lt;/amount&amp;gt;".&lt;BR /&gt;"&amp;lt;payment&amp;gt;".&lt;BR /&gt;"&amp;lt;creditCard&amp;gt;".&lt;BR /&gt;"&amp;lt;cardNumber&amp;gt;" . $cardNumber . "&amp;lt;/cardNumber&amp;gt;".&lt;BR /&gt;"&amp;lt;expirationDate&amp;gt;" . $year . "-" . $month . "&amp;lt;/expirationDate&amp;gt;".&lt;BR /&gt;"&amp;lt;cardCode&amp;gt;" . $secure . "&amp;lt;/cardCode&amp;gt;".&lt;BR /&gt;"&amp;lt;/creditCard&amp;gt;".&lt;BR /&gt;"&amp;lt;/payment&amp;gt;".&lt;BR /&gt;"&amp;lt;customer&amp;gt;".&lt;BR /&gt;"&amp;lt;id&amp;gt;&amp;lt;/id&amp;gt;".&lt;BR /&gt;"&amp;lt;email&amp;gt;" . $email . "&amp;lt;/email&amp;gt;".&lt;BR /&gt;"&amp;lt;/customer&amp;gt;".&lt;BR /&gt;"&amp;lt;billTo&amp;gt;".&lt;BR /&gt;"&amp;lt;firstName&amp;gt;". $fname . "&amp;lt;/firstName&amp;gt;".&lt;BR /&gt;"&amp;lt;lastName&amp;gt;" . $lname . "&amp;lt;/lastName&amp;gt;".&lt;BR /&gt;"&amp;lt;address&amp;gt;" . $address . "&amp;lt;/address&amp;gt;".&lt;BR /&gt;"&amp;lt;city&amp;gt;" . $city . "&amp;lt;/city&amp;gt;".&lt;BR /&gt;"&amp;lt;state&amp;gt;" . $state . "&amp;lt;/state&amp;gt;".&lt;BR /&gt;"&amp;lt;zip&amp;gt;" . $zip . "&amp;lt;/zip&amp;gt;".&lt;BR /&gt;"&amp;lt;/billTo&amp;gt;".&lt;BR /&gt;"&amp;lt;/subscription&amp;gt;".&lt;BR /&gt;"&amp;lt;/ARBCreateSubscriptionRequest&amp;gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2012 03:23:02 GMT</pubDate>
    <dc:creator>btweedy79</dc:creator>
    <dc:date>2012-11-09T03:23:02Z</dc:date>
    <item>
      <title>ARB Create not capturing email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Create-not-capturing-email/m-p/31366#M16353</link>
      <description>&lt;P&gt;I am in the process of testing an application using ARB. &amp;nbsp;I am able to submit the create request successfully, however the email address sent with the request is not being captured. &amp;nbsp;I have posted the text of the xml request below. &amp;nbsp;I am using the php sdk to submit the request. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;" .&lt;BR /&gt;"&amp;lt;ARBCreateSubscriptionRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;" .&lt;BR /&gt;"&amp;lt;merchantAuthentication&amp;gt;".&lt;BR /&gt;"&amp;lt;name&amp;gt;" . LOGINNAME . "&amp;lt;/name&amp;gt;".&lt;BR /&gt;"&amp;lt;transactionKey&amp;gt;" . TRANSACTIONKEY . "&amp;lt;/transactionKey&amp;gt;".&lt;BR /&gt;"&amp;lt;/merchantAuthentication&amp;gt;".&lt;BR /&gt;"&amp;lt;subscription&amp;gt;".&lt;BR /&gt;"&amp;lt;name&amp;gt;sevenplacesmonthly&amp;lt;/name&amp;gt;".&lt;BR /&gt;"&amp;lt;paymentSchedule&amp;gt;".&lt;BR /&gt;"&amp;lt;interval&amp;gt;".&lt;BR /&gt;"&amp;lt;length&amp;gt;". $length ."&amp;lt;/length&amp;gt;".&lt;BR /&gt;"&amp;lt;unit&amp;gt;". $unit ."&amp;lt;/unit&amp;gt;".&lt;BR /&gt;"&amp;lt;/interval&amp;gt;".&lt;BR /&gt;"&amp;lt;startDate&amp;gt;" . $startDate . "&amp;lt;/startDate&amp;gt;".&lt;BR /&gt;"&amp;lt;totalOccurrences&amp;gt;". $totalOccurrences . "&amp;lt;/totalOccurrences&amp;gt;".&lt;BR /&gt;"&amp;lt;/paymentSchedule&amp;gt;".&lt;BR /&gt;"&amp;lt;amount&amp;gt;". $amount ."&amp;lt;/amount&amp;gt;".&lt;BR /&gt;"&amp;lt;payment&amp;gt;".&lt;BR /&gt;"&amp;lt;creditCard&amp;gt;".&lt;BR /&gt;"&amp;lt;cardNumber&amp;gt;" . $cardNumber . "&amp;lt;/cardNumber&amp;gt;".&lt;BR /&gt;"&amp;lt;expirationDate&amp;gt;" . $year . "-" . $month . "&amp;lt;/expirationDate&amp;gt;".&lt;BR /&gt;"&amp;lt;cardCode&amp;gt;" . $secure . "&amp;lt;/cardCode&amp;gt;".&lt;BR /&gt;"&amp;lt;/creditCard&amp;gt;".&lt;BR /&gt;"&amp;lt;/payment&amp;gt;".&lt;BR /&gt;"&amp;lt;customer&amp;gt;".&lt;BR /&gt;"&amp;lt;id&amp;gt;&amp;lt;/id&amp;gt;".&lt;BR /&gt;"&amp;lt;email&amp;gt;" . $email . "&amp;lt;/email&amp;gt;".&lt;BR /&gt;"&amp;lt;/customer&amp;gt;".&lt;BR /&gt;"&amp;lt;billTo&amp;gt;".&lt;BR /&gt;"&amp;lt;firstName&amp;gt;". $fname . "&amp;lt;/firstName&amp;gt;".&lt;BR /&gt;"&amp;lt;lastName&amp;gt;" . $lname . "&amp;lt;/lastName&amp;gt;".&lt;BR /&gt;"&amp;lt;address&amp;gt;" . $address . "&amp;lt;/address&amp;gt;".&lt;BR /&gt;"&amp;lt;city&amp;gt;" . $city . "&amp;lt;/city&amp;gt;".&lt;BR /&gt;"&amp;lt;state&amp;gt;" . $state . "&amp;lt;/state&amp;gt;".&lt;BR /&gt;"&amp;lt;zip&amp;gt;" . $zip . "&amp;lt;/zip&amp;gt;".&lt;BR /&gt;"&amp;lt;/billTo&amp;gt;".&lt;BR /&gt;"&amp;lt;/subscription&amp;gt;".&lt;BR /&gt;"&amp;lt;/ARBCreateSubscriptionRequest&amp;gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2012 03:23:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Create-not-capturing-email/m-p/31366#M16353</guid>
      <dc:creator>btweedy79</dc:creator>
      <dc:date>2012-11-09T03:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Create not capturing email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Create-not-capturing-email/m-p/31448#M16392</link>
      <description>&lt;DIV id="ColorBandedcontent" style="position: relative; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; clear: both; padding-top: 0px;"&gt;
&lt;DIV id="imcontent" style="margin-left: 12px;"&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Hi,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;I don't see any errors with your XML format and it is apparently being accepted by our system. I would have to assume that $email is not being properly populated and therefore the email field is blank.&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Joy&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Nov 2012 23:39:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Create-not-capturing-email/m-p/31448#M16392</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2012-11-12T23:39:47Z</dc:date>
    </item>
  </channel>
</rss>

