<?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: Iframe or Hosted Redirect - invalid or missing token in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30094#M15760</link>
    <description>&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I tried doing that, and that's what prompted me to set the field size to 255 characters because it seemed that the default field length was too short to hold the entire token value. I copied the working solution from &lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/CIM-timed-out-on-redirect/td-p/23685"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/CIM-timed-out-on-redirect/td-p/23685&lt;/A&gt; and tried that, but also to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;form method="post" name="tokenform" target="authnetpopup"&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" name="Token" value="&amp;lt;?php echo $token; ?&amp;gt;" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe id="authnetpopup" name="authnetpopup" src="&lt;A target="_blank" href="https://test.authorize.net/profile/manage"&gt;https://test.authorize.net/profile/manage&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still get the same message.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2012 23:45:11 GMT</pubDate>
    <dc:creator>Fundamental</dc:creator>
    <dc:date>2012-09-25T23:45:11Z</dc:date>
    <item>
      <title>Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30080#M15753</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very happy there's such a great developer's community here!&lt;/P&gt;&lt;P&gt;I'm implementing the CIM solution. I've spent a few days going over the sample code and felt that I understood the big picture. I've been able to send an XML request for a profile ID - successfully - and a subsequent XML request for a token apparently successfully; I get a token that looks similar to this (all this output being echoed in the browser window: 5qUQDuuBL4deq6N7W3DBBuSEsA9oPZOY91S6f76p/wS1EU2v8EPQks8kC78FV1qkML3MuWzMO/Cl6b5Fq4hDlcXkG1hb3JC3lbrRgTdPHBRGZf2GQ6tiAqa8TfPkYvap8voN922BncMgP/++pmqtIeVPA3GV9UDmUCHckEcYnha3ytdzvEhZxskcB6/KKen0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a form named "tokenform" which has a hidden field with the token in it, and targets the iframe name. The iframe opens up and displays a message "Powered by Authorize.net" &amp;amp; "Missing or invalid token."&lt;/P&gt;&lt;P&gt;Here's the section of code I think is having an issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;&amp;lt;form name="tokenform" target="authnetpopup"&amp;gt;&lt;BR /&gt;&amp;lt;input type="hidden" name="tokenfield" value=&amp;lt;?php echo htmlspecialchars($token); ?&amp;gt; /&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe id="authnetpopup" name="authnetpopup" src="&lt;A target="_blank" href="https://test.authorize.net/profile/manage"&gt;https://test.authorize.net/profile/manage&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone could point out what must be the obvious, I'd be eternally grateful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much. Looking forward to your assistance!&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>Tue, 25 Sep 2012 22:38:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30080#M15753</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-25T22:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30084#M15755</link>
      <description>&lt;P&gt;I'll point out that I've tried several ways of passing that token variable (all within the php tags)&lt;/P&gt;&lt;P&gt;echo $token&lt;/P&gt;&lt;P&gt;$token&lt;/P&gt;&lt;P&gt;htmlspecialchars($token)&lt;/P&gt;&lt;P&gt;htmlspecialchars($parsedresponse-&amp;gt;token)&lt;/P&gt;&lt;P&gt;$response&lt;/P&gt;&lt;P&gt;$parsedresponse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and I've increased the form field size to 255 to make certain all of the token characters are making it in the form field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have the exact same problem with the redirect code, for which I've copied the sample code in the CIM guide with the exception of using the current token ID instead of the sample.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 23:27:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30084#M15755</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-25T23:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30090#M15758</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;lt;input type="hidden" name="&lt;FONT color="#FF0000"&gt;Token&lt;/FONT&gt;" value="..." /&amp;gt;&lt;BR /&gt;other then that, not sure as I don't work with php.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 23:37:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30090#M15758</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-25T23:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30092#M15759</link>
      <description>&lt;P&gt;wouldn't it be easier if you set the type as text until you can get it to work?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 23:41:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30092#M15759</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-25T23:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30094#M15760</link>
      <description>&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I tried doing that, and that's what prompted me to set the field size to 255 characters because it seemed that the default field length was too short to hold the entire token value. I copied the working solution from &lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/CIM-timed-out-on-redirect/td-p/23685"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/CIM-timed-out-on-redirect/td-p/23685&lt;/A&gt; and tried that, but also to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;form method="post" name="tokenform" target="authnetpopup"&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" name="Token" value="&amp;lt;?php echo $token; ?&amp;gt;" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe id="authnetpopup" name="authnetpopup" src="&lt;A target="_blank" href="https://test.authorize.net/profile/manage"&gt;https://test.authorize.net/profile/manage&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still get the same message.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 23:45:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30094#M15760</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-25T23:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30098#M15762</link>
      <description>&lt;P&gt;I think it is name&amp;nbsp;sensitive, change it to just like the sample&lt;/P&gt;&lt;P&gt;change the form id="formAuthorizeNetPage"&lt;/P&gt;&lt;P&gt;and the iframe to iframeAuthorizeNet&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 00:06:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30098#M15762</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-26T00:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30106#M15766</link>
      <description>&lt;P&gt;Thanks for the suggestion - I just tried it and still not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;form method="post" name="formAuthorizeNetPage" target="iframeAuthorizeNet"&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" size="255" name="Token" value="&amp;lt;?php echo $token; ?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe id="iframeAuthorizeNet" name="iframeAuthorizeNet" src="&lt;A target="_blank" href="https://test.authorize.net/profile/manage"&gt;https://test.authorize.net/profile/manage&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same error message, and though it shouldn't matter, I've even tried it with multiple browsers.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:29:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30106#M15766</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-26T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30108#M15767</link>
      <description>&lt;P&gt;Here's the rest of the surrounding code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;include_once ("vars.php");&lt;BR /&gt;include_once ("util.php");&lt;BR /&gt;&lt;BR /&gt;//echo "create profile...&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;";&lt;BR /&gt;&lt;BR /&gt;$email = $_POST["email"];&lt;BR /&gt;&lt;BR /&gt;//build xml to post&lt;BR /&gt;$content =&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;" .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"&amp;lt;createCustomerProfileRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;" .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; MerchantAuthenticationBlock().&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;profile&amp;gt;".&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;merchantCustomerId&amp;gt;&amp;lt;/merchantCustomerId&amp;gt;". // Your own identifier for the customer.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;".&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;email&amp;gt;" . $email . "&amp;lt;/email&amp;gt;".&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;/profile&amp;gt;".&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"&amp;lt;/createCustomerProfileRequest&amp;gt;";&lt;BR /&gt;&lt;BR /&gt;// echo "Raw request: " . htmlspecialchars($content) . "&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;";&lt;BR /&gt;$response = send_xml_request($content);&lt;BR /&gt;// echo "Raw response: " . htmlspecialchars($response) . "&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;";&lt;BR /&gt;$parsedresponse = parse_api_response($response);&lt;BR /&gt;if ("Ok" == $parsedresponse-&amp;gt;messages-&amp;gt;resultCode)&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; $profileID = htmlspecialchars($parsedresponse-&amp;gt;customerProfileId);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; echo "customerProfileID" . $profileID . "\n\n";&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; // build XML content to post getHostedProfilePageRequest&lt;BR /&gt;&amp;nbsp; $content =&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;" .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;getHostedProfilePageRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;" .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MerchantAuthenticationBlock() .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;customerProfileId&amp;gt;" . $profileID . "&amp;lt;/customerProfileId&amp;gt;" .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;hostedProfileSettings&amp;gt;" .&lt;BR /&gt;// optional settings to change later. This is the action to take when leaving the authorize.net site.&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;setting&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;settingName&amp;gt;hostedProfileReturnUrl&amp;lt;/settingName&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;settingValue&amp;gt;&lt;A target="_blank" href="https://somesitehere.com/somepage.php"&gt;https://somesitehere.com/somepage.php&lt;/A&gt;&amp;lt;/settingValue&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;/setting&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;setting&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;setting Name&amp;gt;hostedProfileReturnUrlText&amp;lt;/settingName&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;settingValue&amp;gt;Continue to somepage&amp;lt;/settingValue&amp;gt;" .&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;/setting&amp;gt;" .&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;/hostedProfileSettings&amp;gt;" .&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "&amp;lt;/getHostedProfilePageRequest&amp;gt;";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; $response = send_xml_request($content);&lt;BR /&gt;&amp;nbsp; $parsedresponse = parse_api_response($response);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; if("Ok"==$parsedresponse-&amp;gt;messages-&amp;gt;resultCode)&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$token = htmlspecialchars($parsedresponse-&amp;gt;token);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo $token . "\n\n";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;?&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;form method="post" name="formAuthorizeNetPage" target="iframeAuthorizeNet"&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" size="255" name="Token" value="&amp;lt;?php echo $token; ?&amp;gt;" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe id="iframeAuthorizeNet" name="iframeAuthorizeNet" src="&lt;A target="_blank" href="https://test.authorize.net/profile/manage"&gt;https://test.authorize.net/profile/manage&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;?&amp;gt;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and I'm just using the sample index.php page provided with the email form targeting this file. All output is correct until the iframe.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:34:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30108#M15767</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-26T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30110#M15768</link>
      <description>&lt;P&gt;Can you download the &lt;A target="_self" href="http://developer.authorize.net/resources/files/samplecode/hostedProfileManage.zip"&gt;sample code&lt;/A&gt; and start from there.I don't think the iframe work that way.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:37:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30110#M15768</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-26T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30114#M15770</link>
      <description>&lt;P&gt;Also tried hard-coding it within the PHP tags:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo '&amp;lt;form method="POST" name="formAuthorizeNetPage" target "iframeAuthorizeNet"&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" size="255" name="Token" value="'.$token.'"&amp;gt;&amp;lt;/form&amp;gt;';&lt;BR /&gt;echo '&amp;lt;iframe id="iframeAuthorizeNet" name="iframeAuthorizeNet" src="&lt;A target="_blank" href="https://test.authorize.net/profile/manage"&gt;https://test.authorize.net/profile/manage&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but same error message. Capitalized POST as well.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:48:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30114#M15770</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-26T13:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30116#M15771</link>
      <description>&lt;P&gt;I suppose I could try it. It seemed like there was quite a bit of extra fluff in it and I just wanted to strip it down to the basics. But at this point I'm willing to give anything a try. I'll post back later :) Thanks for all the suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:50:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30116#M15771</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-26T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30118#M15772</link>
      <description>&lt;P&gt;Now that I'm awake. the problem is that the &amp;lt;form /&amp;gt; is not posting anything, it doesn't have a button, there is no javascript that post the form. So basically, you are just try to open &lt;A href="https://test.authorize.net/profile/manage" target="_blank" rel="nofollow"&gt;https://test.authorize.net/profile/manage&lt;/A&gt; on a iframe which will fail because it not getting any token. Download the sample code and see how it work and change it to work with php.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:53:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30118#M15772</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-26T13:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30122#M15774</link>
      <description>&lt;P&gt;It had to be the button since as far as I could see, the js file simply managed the behavior of the popup. However, since I do like the way it makes the popup look I might just keep it. However I'm now getting a new error message: CIM is not enabled, but I'm using the sandbox and everything should be enabled, am I right? At least I'm getting a different error message! I'll doublecheck the API login info.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:02:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30122#M15774</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-26T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30124#M15775</link>
      <description>&lt;P&gt;There is a line in the examplePage.html&lt;/P&gt;&lt;P&gt;// Uncomment this line to use test.authorize.net instead of secure.authorize.net.&lt;BR /&gt;//AuthorizeNetPopup.options.useTestEnvironment = true;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:05:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30124#M15775</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-26T15:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe or Hosted Redirect - invalid or missing token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30130#M15778</link>
      <description>&lt;P&gt;For some reason it just wasn't working in the sandbox, with or without the test account enabled. I did use the "real" account credentials and that worked just fine. Thanks for working with me on this!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:51:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Iframe-or-Hosted-Redirect-invalid-or-missing-token/m-p/30130#M15778</guid>
      <dc:creator>Fundamental</dc:creator>
      <dc:date>2012-09-26T15:51:14Z</dc:date>
    </item>
  </channel>
</rss>

