On this page
No Headings
Parameters required to request an exchange rate, passed in the quote_items array:
arrayitemsobjectRequest object for exchange rate quote.
base_currencystringThe currency code of the base amount to be converted for the presentment and in which the final transaction amount needs to be settled into merchant PayPal business account. This could be your primary currency, or any other PayPal supported holding currency. You can find currency codes here.
base_amountstring^([0-9]+[.][0-9]+)$Product price in base currency. If not provided, PayPal returns only the exchange rate and does not calculate the quote_amount.
quote_currencystringThe currency code in which the conversion should take place using this API. This is the currency in which the transaction is performed, and the transaction amount gets converted into base currency.
markup_percentstringppaas_common_percentage_v2^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$The percentage of the merchant or partner spread to be included as part of the exchange rate. markup_percent can range from 0 to 100.
fx_idstring^[ -~]+$Unique identifier that links a quoted FX rate to an order.