cancel
Showing results for 
Search instead for 
Did you mean: 

how to change currency code to euro in authorize.net ARB payment using asp.net C#

Hi,

    How to change currency code to euro in authorize.net ARB payment in asp.net C#. I have implemented code in the way given in authorize.net developer center -> integration -> arb in soap method.

   Please help me ASAP...

Test
Member
4 REPLIES 4

Authorize.net currently only support USD.

RaynorC1emen7
Expert

Hmm. the Authorize.net online ducumentation seems to indicate otherwise. please see - http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Submitting_tran...

 

x_currency_code
Optional
Value: USD, CAD, EUR, or GBP.
Format: 3 character string.
Notes: If this field is not submitted, the default is the currency selected by the merchant’s payment processor. Setting this field to a currency that is not supported by the payment processor will result in an error.

We are fully live with GBP(pounds), Euros, CAD and USD. However our developer sandbox is only displaying in USD at the moment. When integrating to Authorize.Net, is the same regardless of currency.  So when using our developer sandbox, please make sure you are not sending any currencies other than USD.

 

I hope this helps.

 

Richard