<?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: Multi-currency support in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72164#M44544</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize.Net can accept transactions from merchants located in the United States, Canada, United Kingdom, Europe or Australia, in multiple currencies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currencies are listed using the ISO 4217 alpha-3 standard, for three-letter currency codes.&lt;BR /&gt;Currently supported currencies are USD, CAD, GBP, DKK, NOK, PLN, SEK, EUR, AUD, and NZD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow  is-read-only"&gt;Only one currency can be set for one account.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "LOGIN_ID",
            "transactionKey": "TRANSACTION_KEY"
        },
        "refId": "123456",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "5",
            &lt;STRONG&gt;"currencyCode": "GBP",&lt;/STRONG&gt; 
"payment": {
                "creditCard": {
                    "cardNumber": "5424000000000015",
                    "expirationDate": "2020-12",
                    "cardCode": "999"
                }
            } ...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 18:20:50 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2020-06-09T18:20:50Z</dc:date>
    <item>
      <title>Multi-currency support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72122#M44506</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to configure our Authorized.net account to accept multiple currencies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with how to set up the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on my research around this, I assume that we need to add&amp;nbsp;a Processor to our account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we add multiple Processors(i.e. one for each currency type) to one Authrozied.net account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, we are planning to use Accept.js with UI to capture payment from our Customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I brand the standard popup which is provided by AcceptUI.js?&lt;/P&gt;&lt;P&gt;Standard Accept.js popup prompts only 2 options (i.e. Credit Card &amp;amp; Bank Transfer(USA Only)) for payment, Can we add more options(from multiple currencies) to the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Hardik&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 05:59:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72122#M44506</guid>
      <dc:creator>hardikSatrang20</dc:creator>
      <dc:date>2020-06-05T05:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-currency support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72164#M44544</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize.Net can accept transactions from merchants located in the United States, Canada, United Kingdom, Europe or Australia, in multiple currencies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currencies are listed using the ISO 4217 alpha-3 standard, for three-letter currency codes.&lt;BR /&gt;Currently supported currencies are USD, CAD, GBP, DKK, NOK, PLN, SEK, EUR, AUD, and NZD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow  is-read-only"&gt;Only one currency can be set for one account.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "LOGIN_ID",
            "transactionKey": "TRANSACTION_KEY"
        },
        "refId": "123456",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "5",
            &lt;STRONG&gt;"currencyCode": "GBP",&lt;/STRONG&gt; 
"payment": {
                "creditCard": {
                    "cardNumber": "5424000000000015",
                    "expirationDate": "2020-12",
                    "cardCode": "999"
                }
            } ...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 18:20:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72164#M44544</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2020-06-09T18:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-currency support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72212#M44576</link>
      <description>&lt;P&gt;Hi NexusSoftware,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So even though we accept Credit Card from multiple counties, they will be processed in only one currency (i.e. Account Currency)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, while using Accept.js with UI, we are not passing any Currency Data(like currency code) in it. We have reviewed developer documentation but didn't found any way to send Currency Code in the request, can you advise on the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you reviewed my query about branding accept.js UI, can we brand the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hardik&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 06:57:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72212#M44576</guid>
      <dc:creator>hardikSatrang20</dc:creator>
      <dc:date>2020-06-16T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-currency support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72219#M44581</link>
      <description>&lt;P&gt;This is correct. An Authorize.Net account will support one currency only. To process in multiple currencies would require multiple accounts.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 15:58:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-currency-support/m-p/72219#M44581</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2020-06-16T15:58:54Z</dc:date>
    </item>
  </channel>
</rss>

