<?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 Cybersource Integration with ASP.NET in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-Integration-with-ASP-NET/m-p/85309#M707</link>
    <description>&lt;P&gt;I am following the below link to integrate the cybersource payment gateway into one of our ASP.NET site.&lt;/P&gt;&lt;P&gt;&lt;A href="https://searchcode.com/codesearch/view/10126551/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://searchcode.com/codesearch/view/10126551/&amp;nbsp;&lt;/A&gt;&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;/P&gt;&lt;P&gt;on line 192 as depicted below:&lt;/P&gt;&lt;PRE&gt;        &lt;SPAN class=""&gt;ReplyMessage&lt;/SPAN&gt; &lt;SPAN class=""&gt;reply&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; CyberSource.Clients.SoapClient.RunTransaction(config, request);

        &lt;SPAN class=""&gt;if&lt;/SPAN&gt; (&lt;SPAN class=""&gt;"ACCEPT"&lt;/SPAN&gt;.Equals(reply.decision.ToUpper()))
        {
            trans.GatewayResponse = reply.decision;
            trans.TransactionNotes = ProcessReply(reply);
            trans.AuthorizationCode = reply.ccAuthReply.authorizationCode;
        }

        &lt;SPAN class=""&gt;if&lt;/SPAN&gt; (&lt;SPAN class=""&gt;"REJECT"&lt;/SPAN&gt;.Equals(reply.decision.ToUpper()))
        {
            &lt;SPAN class=""&gt;throw&lt;/SPAN&gt; &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;(&lt;SPAN class=""&gt;"Declined:  "&lt;/SPAN&gt; + ProcessReply(reply));
        }&lt;/PRE&gt;&lt;P&gt;it should hit the cybersource gateway in order to fill the credit card information as below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://i.stack.imgur.com/IgnNd.png" target="_blank" rel="nofollow noopener noreferrer"&gt;screen shot cybersource&amp;nbsp;&lt;/A&gt;&lt;A href="https://voojio.com/chatroom/omegle" target="_blank" rel="noopener"&gt;/voojio&lt;/A&gt;&lt;A href="https://shagle.download" target="_blank" rel="noopener"&gt;shagle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but its not happening.&lt;/P&gt;&lt;P&gt;any idea why its not happening?&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2022 06:39:29 GMT</pubDate>
    <dc:creator>MonatalBrowink</dc:creator>
    <dc:date>2022-12-23T06:39:29Z</dc:date>
    <item>
      <title>Cybersource Integration with ASP.NET</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-Integration-with-ASP-NET/m-p/85309#M707</link>
      <description>&lt;P&gt;I am following the below link to integrate the cybersource payment gateway into one of our ASP.NET site.&lt;/P&gt;&lt;P&gt;&lt;A href="https://searchcode.com/codesearch/view/10126551/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://searchcode.com/codesearch/view/10126551/&amp;nbsp;&lt;/A&gt;&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;/P&gt;&lt;P&gt;on line 192 as depicted below:&lt;/P&gt;&lt;PRE&gt;        &lt;SPAN class=""&gt;ReplyMessage&lt;/SPAN&gt; &lt;SPAN class=""&gt;reply&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; CyberSource.Clients.SoapClient.RunTransaction(config, request);

        &lt;SPAN class=""&gt;if&lt;/SPAN&gt; (&lt;SPAN class=""&gt;"ACCEPT"&lt;/SPAN&gt;.Equals(reply.decision.ToUpper()))
        {
            trans.GatewayResponse = reply.decision;
            trans.TransactionNotes = ProcessReply(reply);
            trans.AuthorizationCode = reply.ccAuthReply.authorizationCode;
        }

        &lt;SPAN class=""&gt;if&lt;/SPAN&gt; (&lt;SPAN class=""&gt;"REJECT"&lt;/SPAN&gt;.Equals(reply.decision.ToUpper()))
        {
            &lt;SPAN class=""&gt;throw&lt;/SPAN&gt; &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;(&lt;SPAN class=""&gt;"Declined:  "&lt;/SPAN&gt; + ProcessReply(reply));
        }&lt;/PRE&gt;&lt;P&gt;it should hit the cybersource gateway in order to fill the credit card information as below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://i.stack.imgur.com/IgnNd.png" target="_blank" rel="nofollow noopener noreferrer"&gt;screen shot cybersource&amp;nbsp;&lt;/A&gt;&lt;A href="https://voojio.com/chatroom/omegle" target="_blank" rel="noopener"&gt;/voojio&lt;/A&gt;&lt;A href="https://shagle.download" target="_blank" rel="noopener"&gt;shagle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but its not happening.&lt;/P&gt;&lt;P&gt;any idea why its not happening?&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 06:39:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-Integration-with-ASP-NET/m-p/85309#M707</guid>
      <dc:creator>MonatalBrowink</dc:creator>
      <dc:date>2022-12-23T06:39:29Z</dc:date>
    </item>
  </channel>
</rss>

