<?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: Credit not working for currency Euro in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47271#M23871</link>
    <description>&lt;P&gt;A sandbox or a live production account can only support a single currency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, new sandbox accounts are in USD. &amp;nbsp;If you need to test transactions in other currencies, please submit a request using this form:&amp;nbsp;&lt;A href="http://developer.authorize.net/support" target="_blank"&gt;http://developer.authorize.net/support&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2014 14:48:54 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2014-09-18T14:48:54Z</dc:date>
    <item>
      <title>Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47151#M23812</link>
      <description>&lt;P&gt;my code is as mention below ( not passing transaction id ) which is working fine for currency USD but when I am testing same code for currency Euro its giving me error &lt;STRONG&gt;E00027&lt;/STRONG&gt; &lt;STRONG&gt;A valid referenced transaction ID is required. &lt;/STRONG&gt;(FIELD&amp;nbsp;cannot be left blank.&lt;BR /&gt;The word&amp;nbsp;FIELD&amp;nbsp;will be replaced by an actual field name. This error indicates that a field the merchant specified as required was not filled in.)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;does tractionid field is require for euro payment processor?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code sample&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProfileTransRefundType CreditCIM = new ProfileTransRefundType();&lt;BR /&gt;//CreditCIM.transId = TransID; //Commented&lt;BR /&gt;CreditCIM.customerProfileId=ProfileID;&lt;BR /&gt;CreditCIM.customerPaymentProfileId =PaymentProfileID;&lt;BR /&gt;CreditCIM.amount = Amount;&lt;BR /&gt;CreditCIM.customerProfileIdSpecified= true;&lt;BR /&gt;CreditCIM.customerPaymentProfileIdSpecified = true;&lt;BR /&gt;ProfileTransactionType RefundType = new ProfileTransactionType();&lt;BR /&gt;CreditType.Item =CreditCIM;&lt;BR /&gt;CreateCustomerProfileTransactionResponseType CreditCIMTrans = AuthorizeNETService.CreateCustomerProfileTransaction(Authorization, CreditType, null);&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:17:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47151#M23812</guid>
      <dc:creator>TestCustomer</dc:creator>
      <dc:date>2014-09-16T06:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47157#M23815</link>
      <description>&lt;P&gt;sandbox account or production account?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 11:42:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47157#M23815</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-16T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47259#M23865</link>
      <description>&lt;P&gt;its on Sandbox account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;updated question as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its working fine for Card : Visa and&amp;nbsp; Currency : USD&lt;/P&gt;&lt;P&gt;But it’s not working with Card : Visa and&amp;nbsp; Currency : EUR&lt;SPAN&gt; &amp;nbsp;(error&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;E00027&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;A valid referenced transaction ID is required.)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:53:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47259#M23865</guid>
      <dc:creator>TestCustomer</dc:creator>
      <dc:date>2014-09-18T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47271#M23871</link>
      <description>&lt;P&gt;A sandbox or a live production account can only support a single currency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, new sandbox accounts are in USD. &amp;nbsp;If you need to test transactions in other currencies, please submit a request using this form:&amp;nbsp;&lt;A href="http://developer.authorize.net/support" target="_blank"&gt;http://developer.authorize.net/support&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:48:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47271#M23871</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-09-18T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47343#M23907</link>
      <description>&lt;P&gt;I have my sandbox account which has default currency USD , for EUR &amp;nbsp;authorize.net provided shared sanbox account that is different sandbox account than my sandbox account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its working fine for Card : Visa and&amp;nbsp; Currency : USD ( I am using my sandbox account with default currency USD)&lt;/P&gt;&lt;P&gt;But it’s not working with Card : Visa and&amp;nbsp; Currency : EUR ( I am using shared sandbox account for EUR i.e. difrrent sandbox account.) (error&amp;nbsp;&lt;STRONG&gt;E00027&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;A valid referenced transaction ID is required.)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 06:25:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47343#M23907</guid>
      <dc:creator>TestCustomer</dc:creator>
      <dc:date>2014-09-19T06:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47357#M23914</link>
      <description>&lt;P&gt;You are trying to do a unlinked credit?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:19:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47357#M23914</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-19T11:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Credit not working for currency Euro</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47403#M23936</link>
      <description>&lt;P&gt;yes exactly I am trying to do unlinked credit transaction.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 05:55:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Credit-not-working-for-currency-Euro/m-p/47403#M23936</guid>
      <dc:creator>TestCustomer</dc:creator>
      <dc:date>2014-09-22T05:55:29Z</dc:date>
    </item>
  </channel>
</rss>

