Calculate exchange rates and applicable fees for a transaction.
source_amount or destination_amount
and the API will calculate the other based on the exchange rate.
If you want to make the calculation developer fee aware, you may pass in beneficiary_id instead of
destination_currency (the beneficiary model already has destination currency information). The response
will contain the developer fee if based on the values set when creating the beneficiary.Bearer token authentication. Obtain token from /v1/oauth/token endpoint
ISO 4217 source currency code
"USD"
Amount in source currency (provide either this or destination_amount)
3508679
Unique identifier for the beneficiary
"ceb7e6c9-ef2a-41c2-8459-38d67ec3c655"
Fee calculation completed successfully