- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Richard for your quick feedback, and that is exactly what API I want to use :)
/Ba
โ04-28-2017 12:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@balv The object for Currency will only contain a single value at present.
โ04-28-2017 03:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, got it now. Thanks again :)
/Ba
โ05-02-2017 08:56 PM

