<?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: C# Card Not Present in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49155#M24764</link>
    <description>&lt;P&gt;I don't think this answers my question, I specifically want to use card not present one time transaction. On that page I see an authorization request, a NA SIM transaction, an ARB transaction, a CIM customer creation, and test data.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2014 00:41:24 GMT</pubDate>
    <dc:creator>bobbydoogle</dc:creator>
    <dc:date>2014-12-15T00:41:24Z</dc:date>
    <item>
      <title>C# Card Not Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49153#M24762</link>
      <description>&lt;P&gt;I have a .net C# integration in Sandbox in progress and I realized I was basing my one time charges on Card Present, when in fact they should be not present (this is over the web), looking around I can not find any example of a one time charge for a Card Not Present in C#, here is my card current code, perhaps someone could assist in how I would change this to Card Not Present. I know you can use a CustomerGateway, but in my case I am not storing information on the customer and would like to perform a submission based on the parameters in my function, is this possible?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;public PaymentResponse ChargeCC( string custId, string email, string subscriptionName, decimal amount, string cardNumber, int cardMonth, int cardYear, string billToFirst, string billToLast, string billToState) {&lt;BR /&gt;CardPresentGateway target = new CardPresentGateway( _apiLogin, _transactionKey, true );&lt;BR /&gt;IGatewayRequest request = new CardPresentAuthorizeAndCaptureRequest( amount, cardNumber, cardMonth.ToString(), cardYear.ToString() );&lt;BR /&gt;IGatewayResponse actual = target.Send( request, description );&lt;BR /&gt;return new PaymentResponse( actual.ResponseCode, actual.Message );&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2014 19:02:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49153#M24762</guid>
      <dc:creator>bobbydoogle</dc:creator>
      <dc:date>2014-12-14T19:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: C# Card Not Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49154#M24763</link>
      <description>&lt;P&gt;the Card Present use AIM, you can see the sample on github.com page&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-dotnet"&gt;https://github.com/AuthorizeNet/sdk-dotnet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or if you don't want the credit card info go thru your server, use SIM or DPM.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2014 21:10:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49154#M24763</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-14T21:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: C# Card Not Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49155#M24764</link>
      <description>&lt;P&gt;I don't think this answers my question, I specifically want to use card not present one time transaction. On that page I see an authorization request, a NA SIM transaction, an ARB transaction, a CIM customer creation, and test data.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 00:41:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49155#M24764</guid>
      <dc:creator>bobbydoogle</dc:creator>
      <dc:date>2014-12-15T00:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: C# Card Not Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49156#M24765</link>
      <description>&lt;P&gt;Yes, AIM, just change it from auth_only to use auth_capture.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 01:31:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-Card-Not-Present/m-p/49156#M24765</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-15T01:31:41Z</dc:date>
    </item>
  </channel>
</rss>

