For integration purposes use staging environment sandbox.apropay.com instead of production gate.apropay.com. Get exchange rate transactions are initiated through HTTPS POST request by using URL in the following format:
In order to initiate a Get exchange rate transaction Merchant sends an HTTPS POST request with the parameters specified in Get exchange rate Request Parameters Table below
Get exchange rate Request Parameters
Mandatory
Description
exchange-provider
Yes
Input your exchange provider
exchange-currency-code-from
Yes
Input currency code that you need to exchange (for example: USD, EUR, RUB)
exchange-currency-code-to
Yes
Input currency code that you need to get (for example: USD, EUR, RUB)
To reproduce your API call, input all of the data from your original request, including the authentication tokens. Don’t forget to set the nonce and timestamp to the values you used. An OAuth signed URL should match regardless of the generating library. If the signatures differ, you know there is a bug in your OAuth signature code.