<?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: Void transaction attempt for cybersource gives error in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83866#M317</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Got confirmation from CyberSource's Support Team: "The way the CyberSource Test Environment is configured, it does not permit voids to take place. The reason for this is a "void" simply prevents a transaction from being batched out. However, in the Test Environment, there is no batching of transactions. As a result, you are unable to void any orders in the Test Environment."&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.cybersource.com/knowledgebase/Knowledgearticle/?code=000002283" target="_blank" rel="noopener"&gt;https://support.cybersource.com/knowledgebase/Knowledgearticle/?code=000002283&lt;/A&gt;&amp;nbsp;&lt;A href="https://omegle.ws" target="_blank" rel="noopener"&gt;/ome&lt;/A&gt;&lt;A href="https://omegle.club" target="_blank" rel="noopener"&gt;gle&lt;/A&gt;&lt;A href="https://voojio.com/chatroom/omegle" target="_blank" rel="noopener"&gt;voojio&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 06:38:53 GMT</pubDate>
    <dc:creator>JiwanFilembar</dc:creator>
    <dc:date>2022-08-23T06:38:53Z</dc:date>
    <item>
      <title>Void transaction attempt for cybersource gives error</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83479#M221</link>
      <description>&lt;P&gt;Im using cybersource SOAP toolkit API to perform transaction. Transaction capture works fine, but whenever I attempt to void a transaction Im getting response code 246 :"you requested a void for a type of transaction that cannot be voided" . Why is this happening? I have included all parameters required to Void transaction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; RequestMessage request = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; RequestMessage();
                request.voidService = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; VoidService();
                request.voidService.run = &lt;SPAN class=""&gt;"true"&lt;/SPAN&gt;;
                request.voidService.voidRequestID = &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;;
                request.voidService.voidRequestToken = &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;;
                request.merchantID = &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;;
                request.merchantReferenceCode = &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;;
                TransactionProcessorClient proc = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; TransactionProcessorClient();
                proc.ChannelFactory.Credentials.UserName.UserName
            = &lt;SPAN class=""&gt;"merchantID"&lt;/SPAN&gt;;
                proc.ChannelFactory.Credentials.UserName.Password
                    = &lt;SPAN class=""&gt;"password"&lt;/SPAN&gt;;

                ReplyMessage reply = proc.runTransaction(request);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 06:16:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83479#M221</guid>
      <dc:creator>FlanZarianick</dc:creator>
      <dc:date>2022-07-21T06:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Void transaction attempt for cybersource gives error</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83550#M233</link>
      <description>&lt;P&gt;I'm encountering the same problem. Basically, error 246 means that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://support.cybersource.com/cybskb/index?page=content&amp;amp;id=C156&amp;amp;pmv=print&amp;amp;impressions=false" target="_blank" rel="nofollow noopener"&gt;the capture information has already been sent to the payment processor&lt;/A&gt;. According to the &lt;A href="https://shagle.download" target="_blank" rel="noopener"&gt;Shagle&lt;/A&gt; &lt;A href="https://voojio.com/chatroom/omegle" target="_blank" rel="noopener"&gt;Voojio&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.cybersource.com/developers/download/documentation/release_notes/view.php?page_id=1407" target="_blank" rel="nofollow noopener"&gt;Cybersource server release notes&lt;/A&gt;:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;A transaction can be voided only if we have not already submitted the information to your processor. Usually we submit that type of information to your processor once a day, so your window for successfully performing a void is relatively small. We will decline your void request if we have already sent the transaction information to the processor.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you're testing void on the Cybersource sandbox (as I am), I think what is happening is that since the sandbox is a test environment and payments are not actually sent to a payment processor, Cybersource treats captures as if they are sent to the payment processor immediately, so voiding a capture will never work on the sandbox environment.&lt;/P&gt;&lt;P&gt;However, I'm making a few assumptions and I couldn't find any documentation to validate this for certain.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 06:34:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83550#M233</guid>
      <dc:creator>FlanZarianick</dc:creator>
      <dc:date>2022-07-28T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Void transaction attempt for cybersource gives error</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83563#M238</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Are you trying to make refund request if yes then try&amp;nbsp;&lt;/SPAN&gt;ccCreditService&lt;SPAN&gt;&amp;nbsp;Work Perfect if the&amp;nbsp;&lt;/SPAN&gt;RequestID&lt;SPAN&gt;&amp;nbsp;is correct. Try&amp;nbsp;&lt;/SPAN&gt;ccCreditService&lt;SPAN&gt;&amp;nbsp;for cancelling a payment order.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 11:33:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83563#M238</guid>
      <dc:creator>DevinPomsilina</dc:creator>
      <dc:date>2022-07-29T11:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Void transaction attempt for cybersource gives error</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83866#M317</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Got confirmation from CyberSource's Support Team: "The way the CyberSource Test Environment is configured, it does not permit voids to take place. The reason for this is a "void" simply prevents a transaction from being batched out. However, in the Test Environment, there is no batching of transactions. As a result, you are unable to void any orders in the Test Environment."&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.cybersource.com/knowledgebase/Knowledgearticle/?code=000002283" target="_blank" rel="noopener"&gt;https://support.cybersource.com/knowledgebase/Knowledgearticle/?code=000002283&lt;/A&gt;&amp;nbsp;&lt;A href="https://omegle.ws" target="_blank" rel="noopener"&gt;/ome&lt;/A&gt;&lt;A href="https://omegle.club" target="_blank" rel="noopener"&gt;gle&lt;/A&gt;&lt;A href="https://voojio.com/chatroom/omegle" target="_blank" rel="noopener"&gt;voojio&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 06:38:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Void-transaction-attempt-for-cybersource-gives-error/m-p/83866#M317</guid>
      <dc:creator>JiwanFilembar</dc:creator>
      <dc:date>2022-08-23T06:38:53Z</dc:date>
    </item>
  </channel>
</rss>

