v1
latestOpenAPI 3.1.12026-07-2452287575.4 KBEstimate Currency Conversions and Fees
Given a currency, amount and delivery method, this endpoint calculates the estimated Routable fees to send the hypothetical payment, as well as the current conversion rate between the sender's and receiver's currencies.
Request body
The amount of money that is being received by receiver (in receiver's currency). One of amount_receiver or amount_sender is required.
The amount of money that is being sent from sender to receiver (in sender's currency). One of amount_receiver or amount_sender is required.
Country code in ISO 3166-1 Alpha-2 format.
An ISO 4217 currency code. Only currencies currently supported by Routable are available.
The delivery method used to send the Payable. Required unless payment_method is external or vendor_choice.
The type of Payable that will be sent.
Specifies whether the SWIFT transfer fee is shared (sha) between the sender and the recipient, or paid in full by the sender (our). For international_ach payments the value should be our or left blank.
Response
OK
The object’s type (RateEstimate).
The amount of money that is being received.
The amount of money that is being sent.
Country code in ISO 3166-1 Alpha-2 format.
Country code in ISO 3166-1 Alpha-2 format.
An ISO 4217 currency code. Only currencies currently supported by Routable are available.
An ISO 4217 currency code. Only currencies currently supported by Routable are available.
The delivery method used to send currency.
The exchange rate between the sender and receiver currency.
The date the exchange rate was last updated.
The payment method used to send currency.