<?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 CIM transactions and Silent Post data in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47859#M24156</link>
    <description>&lt;P&gt;We are using both the CIM and ARB APIs, and handling transaction information via a Silent Post URL.&lt;BR /&gt;&lt;BR /&gt;For ARB transactions, we recieve both the [x_subscription_id] and [x_subscription_paynum] in the Silent Post data, thus identifying the transaction as an ARB payment.&lt;BR /&gt;&lt;BR /&gt;However for CIM transactions there is no identifiable data in the Silent Post that allows us to determine that the transaction is a CIM payment (versus a SIM or AIM payment, or one via the virtual terminal), and from which CIM customer.&lt;BR /&gt;&lt;BR /&gt;According to John Conde's &lt;A href="http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/" target="_blank"&gt;All About Authorize.Net’s Silent Post&lt;/A&gt; article (which was very useful - thanks John), he states:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"[Silent Post] reports the same information as an AIM transaction response but also includes the subscription ID and subscription transaction number for ARB subscriptions and CIM Profile ID for CIM transactions"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and goes on to show a [x_cim_profile_id] field in his example.&lt;BR /&gt;&lt;BR /&gt;However we have never seen a [x_cim_profile_id] field in any Silent Post data we have received.&lt;BR /&gt;&lt;BR /&gt;Is this just John's wishful thinking perhaps, or is it a basic piece of data that Authorize.Net have neglected to supply? Maybe there's a good security reason for not sending the customer profile id or the payment profile.&lt;BR /&gt;&lt;BR /&gt;We are using our own customer reference, and recieve this via the [x_cust_id] field, so we do have the facility to cross-reference it, however it does seem like a shortcoming of Silent Post and the various payment APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@John: would be especially grateful for your comments on this.&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>Fri, 10 Oct 2014 10:56:01 GMT</pubDate>
    <dc:creator>paul_westpier</dc:creator>
    <dc:date>2014-10-10T10:56:01Z</dc:date>
    <item>
      <title>CIM transactions and Silent Post data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47859#M24156</link>
      <description>&lt;P&gt;We are using both the CIM and ARB APIs, and handling transaction information via a Silent Post URL.&lt;BR /&gt;&lt;BR /&gt;For ARB transactions, we recieve both the [x_subscription_id] and [x_subscription_paynum] in the Silent Post data, thus identifying the transaction as an ARB payment.&lt;BR /&gt;&lt;BR /&gt;However for CIM transactions there is no identifiable data in the Silent Post that allows us to determine that the transaction is a CIM payment (versus a SIM or AIM payment, or one via the virtual terminal), and from which CIM customer.&lt;BR /&gt;&lt;BR /&gt;According to John Conde's &lt;A href="http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/" target="_blank"&gt;All About Authorize.Net’s Silent Post&lt;/A&gt; article (which was very useful - thanks John), he states:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"[Silent Post] reports the same information as an AIM transaction response but also includes the subscription ID and subscription transaction number for ARB subscriptions and CIM Profile ID for CIM transactions"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and goes on to show a [x_cim_profile_id] field in his example.&lt;BR /&gt;&lt;BR /&gt;However we have never seen a [x_cim_profile_id] field in any Silent Post data we have received.&lt;BR /&gt;&lt;BR /&gt;Is this just John's wishful thinking perhaps, or is it a basic piece of data that Authorize.Net have neglected to supply? Maybe there's a good security reason for not sending the customer profile id or the payment profile.&lt;BR /&gt;&lt;BR /&gt;We are using our own customer reference, and recieve this via the [x_cust_id] field, so we do have the facility to cross-reference it, however it does seem like a shortcoming of Silent Post and the various payment APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@John: would be especially grateful for your comments on this.&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>Fri, 10 Oct 2014 10:56:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47859#M24156</guid>
      <dc:creator>paul_westpier</dc:creator>
      <dc:date>2014-10-10T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIM transactions and Silent Post data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47863#M24158</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you do not need to wait for the silent post response for the CIM / SIM / DPM / AIM kind of methods. Here once the transaction logged those will be processed. You should update your DB by looking at the CURL response in case of AIM / CIM and for SIM / DPM looking ate response through relay url.&lt;BR /&gt;&lt;BR /&gt;Yes for ARB you need the silent post response as it happens after a period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@John please correct me if I am wrong as I am new to Authorize.net integration.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 11:31:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47863#M24158</guid>
      <dc:creator>rajanikantb</dc:creator>
      <dc:date>2014-10-10T11:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIM transactions and Silent Post data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47899#M24174</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Silent Post can facilitate reconciling across different implementation systems, which may not necessarily all have access to a core or common database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Authorize.Net merchant tools / virtual terminal are inherently not able to be integrated, so transactions originating via these methods must be reconciled using Silent Post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was a question about the presence [x_cim_profile_id] field in John Conde's example, not why or why not to use Silent Post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where possible, of course we consume the API reponse, but as Authorize.Net has presented this mechanism, it should include useful data; in the case of CIM, a customer profile ID would be useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 09:47:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47899#M24174</guid>
      <dc:creator>paul_westpier</dc:creator>
      <dc:date>2014-10-13T09:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: CIM transactions and Silent Post data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47907#M24178</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Yes I understood what you want to say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this information.&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>Tue, 14 Oct 2014 08:27:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/47907#M24178</guid>
      <dc:creator>rajanikantb</dc:creator>
      <dc:date>2014-10-14T08:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: CIM transactions and Silent Post data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/48231#M24302</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi @&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;stymiee&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Any thoughts on the "x_cim_profile_id" field in your article?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 09:58:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/48231#M24302</guid>
      <dc:creator>paul_westpier</dc:creator>
      <dc:date>2014-10-29T09:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: CIM transactions and Silent Post data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/48291#M24311</link>
      <description>&lt;P&gt;&lt;EM&gt;Apologies for the duplicate message, but now that mentions are working...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/214"&gt;@stymiee&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Any thoughts on the "x_cim_profile_id" field in your article?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:21:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-transactions-and-Silent-Post-data/m-p/48291#M24311</guid>
      <dc:creator>paul_westpier</dc:creator>
      <dc:date>2014-10-30T09:21:38Z</dc:date>
    </item>
  </channel>
</rss>

