Hi,
As the title, I wonder is there anyway to get the currency of the gateway account? Since in my case the gateway account is configuable and I don't want to always send amount in USD to the gateway in the code. It would very useful if I can get the currency of the gateway account by api then I will convert money value to correct currency before sending them to gateway.
Best regards,
Ba
Solved! Go to Solution.
04-27-2017 03:16 AM
Hello @balv
You can use getMerchantDetails to obtain details about the gateway including the configured currency.
https://developer.authorize.net/api/reference/#transaction-reporting-get-merchant-details
Richard
04-27-2017 06:08 AM
Hello @balv
You can use getMerchantDetails to obtain details about the gateway including the configured currency.
https://developer.authorize.net/api/reference/#transaction-reporting-get-merchant-details
Richard
04-27-2017 06:08 AM
Thanks Richard for your quick feedback, and that is exactly what API I want to use :)
/Ba
04-28-2017 12:10 AM
Hi Richard,
Looking at the Reponse of Get Merchant Detail api we can see it return list of currencies (Contains one or more currency fields) instead of only one currency as we can choose when register account.
Could you please explain it?
Thanks,
Ba
04-28-2017 02:16 AM
@balv The object for Currency will only contain a single value at present.
04-28-2017 03:49 PM
OK, got it now. Thanks again :)
/Ba
05-02-2017 08:56 PM