<?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 Cannot add customer to ChargeCreditCard transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55460#M30350</link>
    <description>&lt;P&gt;Hello, when i make a test transaction i want customer spot to be filled with some info&lt;IMG src="C:\Users\Martynas\Desktop" border="0" alt="" /&gt;.I've tried to add customer by adding CustomerDataType object to TransactionRequest&amp;nbsp;&amp;nbsp;but customer info does not appear in sandbox(in C# language) . What is the other way to add a customer which would be visible in sandbox transactions window?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2016 13:16:24 GMT</pubDate>
    <dc:creator>froz3nice</dc:creator>
    <dc:date>2016-08-15T13:16:24Z</dc:date>
    <item>
      <title>Cannot add customer to ChargeCreditCard transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55460#M30350</link>
      <description>&lt;P&gt;Hello, when i make a test transaction i want customer spot to be filled with some info&lt;IMG src="C:\Users\Martynas\Desktop" border="0" alt="" /&gt;.I've tried to add customer by adding CustomerDataType object to TransactionRequest&amp;nbsp;&amp;nbsp;but customer info does not appear in sandbox(in C# language) . What is the other way to add a customer which would be visible in sandbox transactions window?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 13:16:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55460#M30350</guid>
      <dc:creator>froz3nice</dc:creator>
      <dc:date>2016-08-15T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add customer to ChargeCreditCard transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55461#M30351</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20448"&gt;@froz3nice﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you provide more detail, for example a sample request and response from the gateway?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 13:35:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55461#M30351</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-08-15T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add customer to ChargeCreditCard transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55462#M30352</link>
      <description>&lt;PRE&gt;var transactionRequest = new transactionRequestType
            {
                transactionType = transactionTypeEnum.authCaptureTransaction.ToString(),
                amount = model.Price,
                payment = paymentType,
                customer = new customerDataType() { id = "1",email="jkl"}//just test values
            };

            var request = new createTransactionRequest { transactionRequest = transactionRequest };
            
            var controller = new createTransactionController(request);
            
            ChargeCreditCardResponse cr = new ChargeCreditCardResponse();
            controller.Execute();
            var response = controller.GetApiResponse();&lt;/PRE&gt;&lt;P&gt;The whole charging is working, but i can't figure out how to add customer info&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 14:20:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cannot-add-customer-to-ChargeCreditCard-transaction/m-p/55462#M30352</guid>
      <dc:creator>froz3nice</dc:creator>
      <dc:date>2016-08-15T14:20:34Z</dc:date>
    </item>
  </channel>
</rss>

