<?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: Either populate ShipTo via AIM or remove it from email reciept in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51195#M26585</link>
    <description>&lt;P&gt;Thank you, I havent had the chance to test this yet, but can't imagaine it would not work as you describe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps such an option should be considered for the future though, since so many ecommerce sites do not sell physical / shipable products.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2015 14:36:40 GMT</pubDate>
    <dc:creator>apex2014</dc:creator>
    <dc:date>2015-06-19T14:36:40Z</dc:date>
    <item>
      <title>Either populate ShipTo via AIM or remove it from email reciept</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51111#M26508</link>
      <description>&lt;P&gt;We're a service company, so we do not sell shipable products . We're currently using AIM to do the initial charge and set up an ARB for our clients. The email reciept comes from Authorize but has both Billing address AND shipping. address info.. except the Shipping info is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using AIM and I am not finding how to populate the shiiping info (which will ALWAYS BE THE SAME AS BILLING ADDRESS)&amp;nbsp; or better yet, remove shipping info from the email reciept&lt;BR /&gt;&lt;BR /&gt;My code used for the inital charge, slightly modified from the AIM PHP sdk to include our order number.,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    $transaction = new AuthorizeNetAIM;
    $transaction-&amp;gt;setSandbox(AUTHORIZENET_SANDBOX);
    $transaction-&amp;gt;setFields(array(
        'amount' =&amp;gt; $row['salescharged'] , 
        'card_num' =&amp;gt; str_replace("-", "",$row['salescnumber']), 
        'exp_date' =&amp;gt; $row['salesexpdate'] ,
	'first_name' =&amp;gt; $nameparts[0] ,
        'last_name' =&amp;gt; $nameparts[1] ,
        'address' =&amp;gt; $row['salescaddress'] ,
        'city' =&amp;gt; $row['salescccity'] ,
        'state' =&amp;gt; $row['salesccstate'] ,
        'country' =&amp;gt; $country ,
        'zip' =&amp;gt; $row['salescczip'] ,
        'email' =&amp;gt; $row['salesemail'] ,
        'card_code' =&amp;gt; $row['salesvcnumb'],
		'cust_id' =&amp;gt; $row['id']
        ));
}&lt;/PRE&gt;&lt;P&gt;Ideally, the API *SHOULD* have a way to flag a transaction as payment for a service, or virtual product and not include shipping info in the reciept ..&amp;nbsp; or at least a quick way to indicate the ship to address is the same as the billing address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 19:54:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51111#M26508</guid>
      <dc:creator>apex2014</dc:creator>
      <dc:date>2015-06-11T19:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Either populate ShipTo via AIM or remove it from email reciept</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51141#M26536</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_29" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18516" target="_self"&gt;&lt;SPAN class=""&gt;apex2014&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not possible to modify the format of our transaction receipt emails in the way that you are requesting. The shipping fields can be populated by simpling sending the same address into the ship to fields as what you are already sending for billing. The ship to fields are as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ship_to_first_name&lt;BR /&gt;ship_to_last_name&lt;BR /&gt;ship_to_address&lt;BR /&gt;ship_to_city&lt;BR /&gt;ship_to_state&lt;BR /&gt;ship_to_zip&lt;BR /&gt;ship_to_country&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:30:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51141#M26536</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-06-15T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Either populate ShipTo via AIM or remove it from email reciept</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51195#M26585</link>
      <description>&lt;P&gt;Thank you, I havent had the chance to test this yet, but can't imagaine it would not work as you describe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps such an option should be considered for the future though, since so many ecommerce sites do not sell physical / shipable products.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:36:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Either-populate-ShipTo-via-AIM-or-remove-it-from-email-reciept/m-p/51195#M26585</guid>
      <dc:creator>apex2014</dc:creator>
      <dc:date>2015-06-19T14:36:40Z</dc:date>
    </item>
  </channel>
</rss>

