<?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 the getCreditCardForm() method -- ? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25347#M13528</link>
    <description>&lt;P&gt;I was all set to use DPM to integrate the Authorize.net payment gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the DPM documentation (specifically in the "Using the PHP SDK" docs for DPM&lt;/P&gt;&lt;P&gt;I found this line of code inside the required "&lt;SPAN&gt;checkout_form.php" file&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;AuthorizeNetDPM::getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears to us that this &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; is an API call that will (what else) get and display a pre-defined Credit Card form to collect the user's credit card info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we weren't sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I typed &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt; in the 'Search' box inside the "Using the PHP SDK" docs for DPM and got &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "(no results)"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;which I think is a bug ? or something.&amp;nbsp; After all -- it appears that &lt;FONT color="#000000"&gt;&lt;STRONG&gt;AuthorizeNetDPM::getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; is an API call, why wouldn't it be in the docs?&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;It's my impression reading the "Using the PHP SDK" documentation for DPM that&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;1) I must create a "&lt;SPAN&gt;checkout_form.php"&amp;nbsp; file&lt;/SPAN&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;2) and inside that file, I must echo an API call &lt;STRONG&gt;'echo&amp;nbsp;AuthorizeNetDPM::getCreditCardForm()'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; which when encountered by the user's browser must do *something* (like display a credit card form?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to find out what &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt; does but as I've said when I used the 'Search'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I got, literally, &lt;STRONG&gt;'(No results)' &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;So I'm set to abandon my desire to use DPM because -- we need to NOT call &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;-- we have to be able to &lt;FONT color="#FF0000"&gt;display our OWN credit card form with our own UI (user interface)&lt;/FONT&gt; -- whereas&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;if we call&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; then (we assume) our user will see a Credit card form that we did not write and it will undoubtedly not look like anything else on our web site in terms of its appearance.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;The reason we initially chose DPM is to avoid paying for an SSL certificate and to keep the CC and&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;transaction stuff completely off our site.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;But if we then have to display a credit card form we did not code, that we cannot make appear like our site's UI,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;then DPM is not the answer for us.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;So 2 questions:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;1) why when we search on &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm() &lt;/STRONG&gt;can we NOT find out what it displays?&lt;/FONT&gt;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; It's a seemingly 'undocumented' API call because it's not in the docs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;2) is there a way to use DPM but provide our own Credit Card form?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;Thanks.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2012 02:19:16 GMT</pubDate>
    <dc:creator>SunnyDays</dc:creator>
    <dc:date>2012-04-05T02:19:16Z</dc:date>
    <item>
      <title>the getCreditCardForm() method -- ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25347#M13528</link>
      <description>&lt;P&gt;I was all set to use DPM to integrate the Authorize.net payment gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the DPM documentation (specifically in the "Using the PHP SDK" docs for DPM&lt;/P&gt;&lt;P&gt;I found this line of code inside the required "&lt;SPAN&gt;checkout_form.php" file&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;AuthorizeNetDPM::getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears to us that this &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; is an API call that will (what else) get and display a pre-defined Credit Card form to collect the user's credit card info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we weren't sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I typed &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt; in the 'Search' box inside the "Using the PHP SDK" docs for DPM and got &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "(no results)"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;which I think is a bug ? or something.&amp;nbsp; After all -- it appears that &lt;FONT color="#000000"&gt;&lt;STRONG&gt;AuthorizeNetDPM::getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; is an API call, why wouldn't it be in the docs?&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;It's my impression reading the "Using the PHP SDK" documentation for DPM that&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;1) I must create a "&lt;SPAN&gt;checkout_form.php"&amp;nbsp; file&lt;/SPAN&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;2) and inside that file, I must echo an API call &lt;STRONG&gt;'echo&amp;nbsp;AuthorizeNetDPM::getCreditCardForm()'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; which when encountered by the user's browser must do *something* (like display a credit card form?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to find out what &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt; does but as I've said when I used the 'Search'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I got, literally, &lt;STRONG&gt;'(No results)' &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;So I'm set to abandon my desire to use DPM because -- we need to NOT call &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;-- we have to be able to &lt;FONT color="#FF0000"&gt;display our OWN credit card form with our own UI (user interface)&lt;/FONT&gt; -- whereas&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;if we call&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm()&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; then (we assume) our user will see a Credit card form that we did not write and it will undoubtedly not look like anything else on our web site in terms of its appearance.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;The reason we initially chose DPM is to avoid paying for an SSL certificate and to keep the CC and&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;transaction stuff completely off our site.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;But if we then have to display a credit card form we did not code, that we cannot make appear like our site's UI,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;then DPM is not the answer for us.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;So 2 questions:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;1) why when we search on &lt;FONT color="#000000"&gt;&lt;STRONG&gt;getCreditCardForm() &lt;/STRONG&gt;can we NOT find out what it displays?&lt;/FONT&gt;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; It's a seemingly 'undocumented' API call because it's not in the docs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;2) is there a way to use DPM but provide our own Credit Card form?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;Thanks.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 02:19:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25347#M13528</guid>
      <dc:creator>SunnyDays</dc:creator>
      <dc:date>2012-04-05T02:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: the getCreditCardForm() method -- ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25359#M13534</link>
      <description>&lt;P&gt;I should mention that we haven't yet decided to use Authorize.net -- we are trying to understand if it will suit our needs -- just to clarify.&amp;nbsp; Thx&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 11:09:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25359#M13534</guid>
      <dc:creator>SunnyDays</dc:creator>
      <dc:date>2012-04-05T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: the getCreditCardForm() method -- ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25369#M13539</link>
      <description>&lt;P&gt;DPM is similar to SIM with different required parameters. If you want to KISS, use the php SIM &lt;A target="_self" href="http://developer.authorize.net/downloads/samplecode/"&gt;sample code&lt;/A&gt;. And read the DPM &lt;A target="_self" href="http://developer.authorize.net/guides/DPM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=integratingJava.html"&gt;documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 11:33:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25369#M13539</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-05T11:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: the getCreditCardForm() method -- ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25395#M13552</link>
      <description>&lt;P&gt;Hi folks -- if DPM does not allow us to 'roll our own' credit card input form then we'll switch to AIM.&lt;/P&gt;&lt;P&gt;We don't KISS we are developers -- we want to use DPM to save time but if DPM will not allow us to Roll-our-own credit card input form we will embrace AIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me ask the quesiton again then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because we have searched and not found any API cocumentation for the getCreditCardForm() API call --&lt;/P&gt;&lt;P&gt;the question is simple:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does the getCreditCardForm()&amp;nbsp; do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are in pre-purchase mode, and trying to make a go/no go choice to use Authorize.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a question that would have been answered by the API docs but as I said in my original mess, the &lt;STRONG&gt;getCreditCardForm()&amp;nbsp; IS NOT IN THE DOCS&lt;/STRONG&gt;. &amp;nbsp; Not that we can find anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/../user/viewprofilepage/user-id/1353"&gt;&lt;SPAN&gt;RaynorC1emen7 --&amp;nbsp;&lt;FONT color="#000000"&gt; if you click on the documentation link you provided and search for getCreditCardForm() &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;you will also discover that function is NOT DOCUMENTED.&amp;nbsp; To see this -- click on your 'DPM documentation' link&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;and in the search field, type &lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/../user/viewprofilepage/user-id/1353"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;getCreditCardForm()&amp;nbsp; and you will get "(No results)"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 17:28:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25395#M13552</guid>
      <dc:creator>SunnyDays</dc:creator>
      <dc:date>2012-04-05T17:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: the getCreditCardForm() method -- ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25403#M13556</link>
      <description>&lt;P&gt;DPM do allow u to roll your own credit card input.&lt;/P&gt;&lt;P&gt;Just like SIM, it a html form post.&lt;/P&gt;&lt;P&gt;Sorry when I said KISS, I mean keep it simple stupid. Which the SDKs is not doing. The sample code is much simpler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The getCreditCardForm() create a form with a set input fields for the form post. The source it is in the AuthorizeNetDPM.php . And yes, the method is not in any of documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 19:51:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/the-getCreditCardForm-method/m-p/25403#M13556</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-05T19:51:30Z</dc:date>
    </item>
  </channel>
</rss>

