<?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: API code not transmitting customer's IP address to Auth.net in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69256#M42319</link>
    <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32749"&gt;@BCamenker&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;And it didn’t cost you $1,000’s to get this done ;)</description>
    <pubDate>Mon, 30 Sep 2019 17:36:01 GMT</pubDate>
    <dc:creator>Renaissance</dc:creator>
    <dc:date>2019-09-30T17:36:01Z</dc:date>
    <item>
      <title>API code not transmitting customer's IP address to Auth.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69237#M42301</link>
      <description>&lt;P&gt;I just finished implimenting the PHP API code, using the sample code from GitHub. I upgraded from our old CGI/PERL code which has been depricated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything is working fine, except one thing: When we charge a credit card the new code transmits our website's IP address instead of the customer's IP address.&amp;nbsp; This causes our IP velocity filter to flag every transation, since it thinks it's the same person.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have an idea how I can fix this? Maybe there's something I didn't set right. THANKS!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 02:11:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69237#M42301</guid>
      <dc:creator>BCamenker</dc:creator>
      <dc:date>2019-09-30T02:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: API code not transmitting customer's IP address to Auth.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69240#M42304</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32749"&gt;@BCamenker&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Do you pass the IP address in your API call? Need more background into what you are doing.</description>
      <pubDate>Mon, 30 Sep 2019 03:07:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69240#M42304</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-30T03:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: API code not transmitting customer's IP address to Auth.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69241#M42305</link>
      <description>&lt;P&gt;No, there's no place I've found to pass the IP address. (There wasn't in the old code, either.) It seems to just pick it up somewhere. I would prefer to grab it myself and pass it.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 03:45:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69241#M42305</guid>
      <dc:creator>BCamenker</dc:creator>
      <dc:date>2019-09-30T03:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: API code not transmitting customer's IP address to Auth.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69242#M42306</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32749"&gt;@BCamenker&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;There is a property called customerIP that you can pass it under. It is in the API reference. Your old code may have been for SIM. That would explain how the correct IP address makes it to you. You are probably getting the default 255.... IP address now.</description>
      <pubDate>Mon, 30 Sep 2019 05:31:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69242#M42306</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-30T05:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: API code not transmitting customer's IP address to Auth.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69254#M42317</link>
      <description>&lt;P&gt;THANK YOU very much for this advice. I searched around and did find the SetCustomerIP() function in one of the classes in the API. It works beautifully! I'm a bit surprised that they don't have that in the sample code if it needs to be set. But I'm fine now!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 17:17:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69254#M42317</guid>
      <dc:creator>BCamenker</dc:creator>
      <dc:date>2019-09-30T17:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: API code not transmitting customer's IP address to Auth.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69256#M42319</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32749"&gt;@BCamenker&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;And it didn’t cost you $1,000’s to get this done ;)</description>
      <pubDate>Mon, 30 Sep 2019 17:36:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-code-not-transmitting-customer-s-IP-address-to-Auth-net/m-p/69256#M42319</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-30T17:36:01Z</dc:date>
    </item>
  </channel>
</rss>

