Send payments in a different currency

DOCS

Last updated: Sept 23rd, 9:14pm

Send payments in certain currencies even if you don’t maintain a balance in that currency. It’s easy to view funding balances, see currency exchange rates, and monitor your payments.

Use the Payouts API or Payouts Web to send payments in a different currency.

This feature is available in North America, the Middle East, Europe, Africa, and Australia.

Use the Payouts API

To send a payment in a different currency with the Payouts API, set the currency parameter to the payment's currency code.

Sample currency conversion request

This request calls for a 10 Euro payout.

    1"recipient_type": "EMAIL", "amount": {
    2 "value": 10.00,
    3 "currency": "EUR"
    4},
    5 "receiver": "example@email.com",
    6 "note": "Thanks from Acme Inc ",
    7 "sender_item_id": "item1"

    Sample currency conversion response

    PayPal automatically converts the payment in your PayPal balance to the currency specified.

      1"funding_source": "BALANCE", "amount": {
      2 "currency": "EUR",
      3 "value": "10.00"
      4}, "fees": {
      5 "currency": "EUR",
      6 "value": "0.20"
      7}, "currency_conversion": {
      8 "from_amount": {
      9 "currency": "USD",
      10 "value": "11.43"
      11 },
      12 "to_amount": {
      13 "currency": "EUR",
      14 "value": "10.20"
      15 }

      Use Payouts Web

      Prepare and upload a recipient data file as you would normally. A payout can be sent in a single currency, so if you need to make payments in multiple currencies, set up a separate payout for each currency. Payouts will automatically convert your funding currency to the supported currency.

      If you need to make payments in multiple currencies, set up a separate payout for each currency. Payouts will automatically convert your funding currency to the supported currency.

      Before sending, you'll see a preview of the payout, including fees and currency exchange calculation. You can view details for any individual payment, too. See how currency exchange rates are calculated.

      When you’re ready, send the payout.

      Track the payout status

      Log in to your PayPal account and go to Activities to see the status of your payout and each payment. Click on the payout to see details of individual payments. The downloadable CSV and TXT files include the exchange rate, fee, and total amount in both currencies.

      Additional information