<?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: Exactly how does DPM work? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37589#M20767</link>
    <description>&lt;P&gt;Still a little confused. By your post it seems that the flow is like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer clicks place order&lt;/P&gt;&lt;P&gt;card info is sent to Authorize&lt;/P&gt;&lt;P&gt;user's browser goes to authorize (briefly) as processing takes place&lt;/P&gt;&lt;P&gt;authorize sends transaction results to relay url and sends user's browser to relay url as well&lt;/P&gt;&lt;P&gt;the relay url contains code that redirects the user's browser to wherever you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2013 12:47:50 GMT</pubDate>
    <dc:creator>jaredsmark1</dc:creator>
    <dc:date>2013-12-19T12:47:50Z</dc:date>
    <item>
      <title>Exactly how does DPM work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37547#M20750</link>
      <description>&lt;P&gt;I've searched but couldn't find exactly what I was looking for. I understand that somehow the CC info that's entered on your site is 'POSTed'&amp;nbsp; (not sure what that means) to the authorize gateway directly, bypassing your server, but is that because the CC fields are actually generated by authorize and they're inserted into your pages, or does it work some other way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did see some random video where it appeared that CC info was entered on the person's site, then there was a quick redirect to the authorize gateway (blank page) and back to the person's site again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked for an online demo of the DPM method but couldn't find one. I'm curious if the receipt page is generated by authorize or you can make your own as well.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:53:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37547#M20750</guid>
      <dc:creator>jaredsmark1</dc:creator>
      <dc:date>2013-12-18T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly how does DPM work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37549#M20751</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/api/howitworks/dpm/" target="_blank"&gt;http://developer.authorize.net/api/howitworks/dpm/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your site generate the CC form, and send it to your customer browser. When they hit submit, the CC form info is post to authorize.net and not to your website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can either use the receipt page from authorize.net or create your own and set it in the relay response url&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/dpm/" target="_blank"&gt;http://developer.authorize.net/api/dpm/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 16:27:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37549#M20751</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-18T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly how does DPM work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37551#M20752</link>
      <description>&lt;P&gt;So there IS a redirect to the Authorize site, and then another back to your site (if you choose to use your own receipt page) right? I saw a video demo that showed a blank white page with the authorize link in the browser, but the link to the manual you posted says otherwise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, is POST an acronym for something?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 17:00:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37551#M20752</guid>
      <dc:creator>jaredsmark1</dc:creator>
      <dc:date>2013-12-18T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly how does DPM work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37555#M20754</link>
      <description>&lt;P&gt;If you are using relay response. after the customer hit the submit to post CC info to authorize.net. authorize.net send it to process and get response. then they relay the response to your relay response url. the relay will be on their site(the url stay at &lt;A href="https://secure.authorize.net/..." target="_blank"&gt;https://secure.authorize.net/...&lt;/A&gt; , so if you want to get it back to your site for the receipt, do a javascript redirect on that.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536" target="_self"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, is POST an acronym for something?&lt;/P&gt;&lt;P&gt;&amp;lt;FORM action="&lt;A href="http://somesite.com/something&amp;quot;" target="_blank"&gt;http://somesite.com/something"&lt;/A&gt; method="post"&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 17:23:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37555#M20754</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-18T17:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly how does DPM work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37589#M20767</link>
      <description>&lt;P&gt;Still a little confused. By your post it seems that the flow is like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer clicks place order&lt;/P&gt;&lt;P&gt;card info is sent to Authorize&lt;/P&gt;&lt;P&gt;user's browser goes to authorize (briefly) as processing takes place&lt;/P&gt;&lt;P&gt;authorize sends transaction results to relay url and sends user's browser to relay url as well&lt;/P&gt;&lt;P&gt;the relay url contains code that redirects the user's browser to wherever you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:47:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37589#M20767</guid>
      <dc:creator>jaredsmark1</dc:creator>
      <dc:date>2013-12-19T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exactly how does DPM work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37591#M20768</link>
      <description>&lt;P&gt;Sound about right.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:01:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Exactly-how-does-DPM-work/m-p/37591#M20768</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-19T13:01:41Z</dc:date>
    </item>
  </channel>
</rss>

