<?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: DPM / basic submitting questions... in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26321#M13998</link>
    <description>&lt;P&gt;You are correct that this code would be wrong &lt;EM&gt;if&lt;/EM&gt; the name of the member variable we were trying to set was "name".&amp;nbsp; In this case, "$this-&amp;gt;$name" is not referring to a member variable called "name".&amp;nbsp; Take this pseudocode for example:&lt;/P&gt;
&lt;PRE&gt;$object = new object()&lt;BR /&gt;$name = "x_login";
$object-&amp;gt;$name = "username";&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;This code would set $object-&amp;gt;x_login to "username", it is not an error. This is the type of behavior that you are seeing in the SDK.&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2012 18:31:50 GMT</pubDate>
    <dc:creator>Trevor</dc:creator>
    <dc:date>2012-05-08T18:31:50Z</dc:date>
    <item>
      <title>DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26257#M13967</link>
      <description>&lt;P&gt;ok, i have a page already set up to get the customer CC info (plus it displays their product choice etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I submit the info? looking at the samples, its calling&amp;nbsp;AuthorizeNetDPM::getCreditCardForm which is its own form... what do i do to use my own? Would i be using the hidden fields listed in the DPM pdf (even though it says those are for AIM) &amp;nbsp;- basically.. where is the REAL list of required fields? lol &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe i should just pull open the php code they use and pick out whats needed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;another question.. i of course want to store the customer order info (not the CC!) could i gather the info on my form, post to a submit script, where it populates the variables... stores the order info in the db, then submits? or should i just store the order info on the load of the payment form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2012 23:09:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26257#M13967</guid>
      <dc:creator>StaticFX</dc:creator>
      <dc:date>2012-05-05T23:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26259#M13968</link>
      <description>&lt;P&gt;Although all three, DPM, SIM, AIM use the same URL, DPM is much closer to SIM. The min fields are show on the Java section on the DPM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get the customer order info with relay response or silent post.&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 10:55:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26259#M13968</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-06T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26261#M13969</link>
      <description>&lt;P&gt;i did .. after many tries... got the submission to work! and authorize - hard parts overt yay lol...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok, i saw on the email response that there are many other fields I could use. My question is - this is for a flower shop and i will have the delivery info. I see i can submit that as maybe the ship to address, but what about a few other fields? the card message could be up to 160 chars. could i push that in a custom field? seems a bit large. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;id rather not store some info, then, update/fill in the rest after submit. To do that i would need to store the info as the customer got to the payment page... if they decided to hit back.. then submit again... it would store again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oh.. whats a silent post?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Raynor!&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 23:03:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26261#M13969</guid>
      <dc:creator>StaticFX</dc:creator>
      <dc:date>2012-05-06T23:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26263#M13970</link>
      <description>&lt;P&gt;no i didnt change anything.. and tried again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;Fatal error&lt;/STRONG&gt;&lt;SPAN&gt;: Cannot access empty property in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;/home/content/g/b/n/gbng3/html/shop/anet_php_sdk/lib/AuthorizeNetSIM.php&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;on line&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;37"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 23:25:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26263#M13970</guid>
      <dc:creator>StaticFX</dc:creator>
      <dc:date>2012-05-06T23:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26265#M13971</link>
      <description>&lt;P&gt;ok, i saw on the email response that there are many other fields I could use. My question is - this is for a flower shop and i will have the delivery info. I see i can submit that as maybe the ship to address, but what about a few other fields? the card message could be up to 160 chars. could i push that in a custom field? seems a bit large.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/SIM/Submitting_Transactions/Merchant-defined_Fields.htm"&gt;http://developer.authorize.net/guides/SIM/Submitting_Transactions/Merchant-defined_Fields.htm&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oh.. whats a silent post?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;silent post is simlar to relay response except that no one will see it, it will get call when authorize.net process the transaction.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;Fatal error&lt;/STRONG&gt;&lt;SPAN&gt;: Cannot access empty property in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;/home/content/g/b/n/gbng3/html/shop/anet_php_sdk/lib/AuthorizeNetSIM.php&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;on line&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;37"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Not sure, not a php developer, you probably need to look at source&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;.&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 23:55:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26265#M13971</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-06T23:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26267#M13972</link>
      <description>&lt;P&gt;ok thanks... will look into that more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i added code to spit out info ... then found where its erroring. and honestly im confused as to why no one has said this before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code in&amp;nbsp;&lt;STRONG&gt;AuthorizeNetSIM.php&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;line 37&lt;/P&gt;&lt;P&gt;$this-&amp;gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/FONT&gt;name = $value;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;$this-&amp;gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/FONT&gt;key = (isset($_POST[$value]) ? $_POST[$value] : "");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is wrong.. you dont put a $ &amp;nbsp;when using a member var like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$this-&amp;gt;name = $value;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$this-&amp;gt;key = (isset($_POST[$value]) ? $_POST[$value] : "");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is your SDK!??? &amp;nbsp;anyone?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2012 00:15:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26267#M13972</guid>
      <dc:creator>StaticFX</dc:creator>
      <dc:date>2012-05-07T00:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26321#M13998</link>
      <description>&lt;P&gt;You are correct that this code would be wrong &lt;EM&gt;if&lt;/EM&gt; the name of the member variable we were trying to set was "name".&amp;nbsp; In this case, "$this-&amp;gt;$name" is not referring to a member variable called "name".&amp;nbsp; Take this pseudocode for example:&lt;/P&gt;
&lt;PRE&gt;$object = new object()&lt;BR /&gt;$name = "x_login";
$object-&amp;gt;$name = "username";&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;This code would set $object-&amp;gt;x_login to "username", it is not an error. This is the type of behavior that you are seeing in the SDK.&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 18:31:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26321#M13998</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-05-08T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26368#M14020</link>
      <description>&lt;P&gt;yep &amp;nbsp;- sorry wasnt thinking! lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tweaking that code caused other issues in testing then i realized (after staring at the code for an hour) what it was doing! LOL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyways... after MANY MANY MANY hours of tweaking and testing, i think i have it all set! My official account was set up today and i am setting up the details now before turing it ON. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks All!&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2012 02:39:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/26368#M14020</guid>
      <dc:creator>StaticFX</dc:creator>
      <dc:date>2012-05-10T02:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/90038#M56690</link>
      <description>&lt;P&gt;It sounds like you're trying to integrate a custom form with Authorize.Net's DPM method while also storing order details in your database. Yes, you can gather all the necessary order information in your form and then use a script to both store that info in your database and prepare it for submission to Authorize.Net. For the required fields&lt;A href="https://flowersname.co/flower-name-in-sanskrit/" target="_self"&gt;,&lt;/A&gt; pulling open the PHP code or using the hidden fields from the DPM PDF as a guide would be a good start. You can always cross-check with Authorize.Net’s documentation or support for the most up-to-date and accurate information.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 15:41:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/90038#M56690</guid>
      <dc:creator>bennettharding</dc:creator>
      <dc:date>2024-08-27T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: DPM / basic submitting questions...</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/90062#M56704</link>
      <description>&lt;P&gt;To submit info with your own form using Authorize.Net DPM&lt;A href="https://flowersnames.info/" target="_self"&gt;,&lt;/A&gt; include required hidden fields like x_login, x_amount, and x_fp_hash, as detailed in their documentation. For storing customer order info, collect and save the data on your form first, then redirect to the payment form for processing. This keeps order and payment handling separate.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:30:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-basic-submitting-questions/m-p/90062#M56704</guid>
      <dc:creator>MsEmilie</dc:creator>
      <dc:date>2024-08-29T11:30:15Z</dc:date>
    </item>
  </channel>
</rss>

