Estimate 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.

Body Params
string

The amount of money that is being received by receiver (in receiver's currency). One of amount_receiver or amount_sender is required.

string

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.

string
enum
length between 2 and 2
Defaults to US

Country code in ISO 3166-1 Alpha-2 format.

string
enum
length between 3 and 3
Defaults to USD

An ISO 4217 currency code. Only currencies currently supported by Routable are available.

string
enum

The delivery method used to send the Payable. Required unless payment_method is external or vendor_choice.

string
enum

The type of Payable that will be sent.

Allowed:
string | null
enum
Defaults to our

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.

Allowed:
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json