<?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: Difficulty arranging payment gateway $ input - Help appreciated :) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21071#M11502</link>
    <description>&lt;P&gt;This has been asked here a lot. &lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Changing-the-amount-in-SIM-Integration/m-p/1379" target="_self"&gt;This one thread&lt;/A&gt; seems to have a solution with code provided. There are even more in this forum if you use the search functionality.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2012 16:03:53 GMT</pubDate>
    <dc:creator>stymiee</dc:creator>
    <dc:date>2012-01-04T16:03:53Z</dc:date>
    <item>
      <title>Difficulty arranging payment gateway $ input - Help appreciated :)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21069#M11501</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little background:&amp;nbsp; I am helping friends develop a website for a customer of theirs.&amp;nbsp; They are using wordpress 3.3, and have implemented a plugin that allows for a payment gateway.&amp;nbsp; The URL to the gateway is here: &lt;A target="_blank" href="http://mrbuggs.com/payments"&gt;Payment Gateway&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We received a request from Authorize.net a while back that we needed to transition to a hosted form.&amp;nbsp; We're cool with that, and have started the development.&amp;nbsp; We created a secondary simple html page outside of the wordpress layout to direct payment, trying to follow the developer's guide.&amp;nbsp; The link to that page is here: &lt;A target="_self" href="http://mrbuggs.com/sim.php"&gt;Sim.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sim.php is not currently linked to the business website, we still have the old plugin active until we have the new one sorted out.&amp;nbsp; My question is, how do we set up the Sim.php so that users can input the amount they wish to pay into a field? we would need a page not entirely dissimilar from the old plugin, where users can put in their addresses, amount they wish to pay, credit card number, ccv code etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help that can be provided.&amp;nbsp; If I need to explain anything further please let me know.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 15:58:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21069#M11501</guid>
      <dc:creator>hlemons</dc:creator>
      <dc:date>2012-01-04T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty arranging payment gateway $ input - Help appreciated :)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21071#M11502</link>
      <description>&lt;P&gt;This has been asked here a lot. &lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Changing-the-amount-in-SIM-Integration/m-p/1379" target="_self"&gt;This one thread&lt;/A&gt; seems to have a solution with code provided. There are even more in this forum if you use the search functionality.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 16:03:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21071#M11502</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-01-04T16:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty arranging payment gateway $ input - Help appreciated :)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21075#M11503</link>
      <description>&lt;P&gt;Excellent, that's exactly what I was looking for. Thank you for your help! :)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 16:13:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21075#M11503</guid>
      <dc:creator>hlemons</dc:creator>
      <dc:date>2012-01-04T16:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty arranging payment gateway $ input - Help appreciated :)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21099#M11515</link>
      <description>&lt;P&gt;It's not that complicated - you have a page where they enter the amount and hit submit, then a second page that the first page submits to that contains the SIM code / form and auto-submits on page load. So you could use the sample code from here:&lt;BR /&gt;&lt;A target="_blank" href="https://developer.authorize.net/integration/fifteenminutes/#hosted"&gt;https://developer.authorize.net/integration/fifteenminutes/#hosted&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only change the appropriate values at the top of the code, modify the form URL, and name your form:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;form name="orderform" method="post" action="&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Then have the form automatically submit on page load, so people effectively go straight from the "enter your payment amount" on the previous page to Authorize.net.&lt;/P&gt;&lt;PRE&gt;&amp;lt;body onload="document.forms.orderform.submit();"&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:21:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Difficulty-arranging-payment-gateway-input-Help-appreciated/m-p/21099#M11515</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-04T18:21:58Z</dc:date>
    </item>
  </channel>
</rss>

