<?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: CIM hosted form returns null token in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39968#M21751</link>
    <description>&lt;P&gt;can you read the response message? might be there an error?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2014 18:25:36 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-03-21T18:25:36Z</dc:date>
    <item>
      <title>CIM hosted form returns null token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39962#M21748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using the GetHostedProfilePage web service method to retrieve a token. When I reference an account with an existing card, the token value is null. However, when I create a new profile and retrieve a token using the same code, I get a token back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;token = GetHostedProfilePage(ProfileId);

  public string GetHostedProfilePage(long profileId)
        {          
            var validationMode = new SettingType
            {
                settingName = "hostedProfileValidationMode",
                settingValue = isProd ? "liveMode" : "testMode"
            };

            var settings = new[] { validationMode};
            var response = Service.GetHostedProfilePage(MerchantAuthentication, profileId, settings);          
            return response.token;
        }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2014 17:19:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39962#M21748</guid>
      <dc:creator>martin1b</dc:creator>
      <dc:date>2014-03-21T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM hosted form returns null token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39968#M21751</link>
      <description>&lt;P&gt;can you read the response message? might be there an error?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2014 18:25:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39968#M21751</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-21T18:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: CIM hosted form returns null token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39970#M21752</link>
      <description>Did a fiddler capture and don't see anything obvious. Everything looks like 200/OKs .</description>
      <pubDate>Fri, 21 Mar 2014 18:40:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39970#M21752</guid>
      <dc:creator>martin1b</dc:creator>
      <dc:date>2014-03-21T18:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: CIM hosted form returns null token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39972#M21753</link>
      <description>&lt;P&gt;Not the web traffic the response.token, the response should have more then just the token properties&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2014 19:33:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39972#M21753</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-21T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIM hosted form returns null token</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39974#M21754</link>
      <description>Ah! Yes, I see it. There are messages. Thanks!!</description>
      <pubDate>Fri, 21 Mar 2014 20:29:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-hosted-form-returns-null-token/m-p/39974#M21754</guid>
      <dc:creator>martin1b</dc:creator>
      <dc:date>2014-03-21T20:29:10Z</dc:date>
    </item>
  </channel>
</rss>

