<?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: Card expired in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58688#M33304</link>
    <description>&lt;P&gt;Ideally Webhooks should be used instead of the silent post method. However, when receiving a silent post you could check the responseCode and responseReasoneCode values to determine the status of the transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$response_code = (int) $_POST['x_response_code'];
$reason_code = (int) $_POST['x_response_reason_code'];
 if ($response_code == 3 &amp;amp;&amp;amp; $reason_code == 8)
    {
        // An expired card
    }&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Jul 2017 11:51:52 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-07-06T11:51:52Z</dc:date>
    <item>
      <title>Card expired</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58687#M33303</link>
      <description>&lt;P&gt;If my card is expired for the particular month, for this month authorize.net &lt;A title="Silent Post" href="http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/" target="_blank"&gt;Silent Post&lt;/A&gt;&amp;nbsp; first given me successful recurring request and then after given me failed post with message "&lt;STRONG&gt;The card is expired&lt;/STRONG&gt;".&lt;BR /&gt;&lt;BR /&gt;I am really stuck here, can anybody help me out here.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:17:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58687#M33303</guid>
      <dc:creator>4uE73QEHwd</dc:creator>
      <dc:date>2017-07-06T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Card expired</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58688#M33304</link>
      <description>&lt;P&gt;Ideally Webhooks should be used instead of the silent post method. However, when receiving a silent post you could check the responseCode and responseReasoneCode values to determine the status of the transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$response_code = (int) $_POST['x_response_code'];
$reason_code = (int) $_POST['x_response_reason_code'];
 if ($response_code == 3 &amp;amp;&amp;amp; $reason_code == 8)
    {
        // An expired card
    }&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:51:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58688#M33304</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-06T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Card expired</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58694#M33309</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21987"&gt;@4uE73QEHwd&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is to use Account Updater to automatically keep cards on file information accurate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.authorize.net/solutions/merchantsolutions/merchantservices/accountupdater/" target="_blank"&gt;https://www.authorize.net/solutions/merchantsolutions/merchantservices/accountupdater/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 17:16:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-expired/m-p/58694#M33309</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-07-06T17:16:13Z</dc:date>
    </item>
  </channel>
</rss>

