On this page
No Headings
The net amount. Returned when the currency of the refund is different from the currency of the PayPal account where the merchant holds their funds.
objectpayable_amountobjectThe currency and amount for a financial transaction, such as a balance or payment due.
The net amount debited from the merchant's PayPal account.
currency_coderequiredstring^[\S\s]*$The three-character ISO-4217 currency code that identifies the currency.
valuerequiredstring^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$The value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.converted_amountobjectThe currency and amount for a financial transaction, such as a balance or payment due.
The converted payable amount.
currency_coderequiredstring^[\S\s]*$The three-character ISO-4217 currency code that identifies the currency.
valuerequiredstring^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$The value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.exchange_rateobjectThe exchange rate that determines the amount to convert from one currency to another currency.
The exchange rate that determines the amount that was debited from the merchant's PayPal account.
source_currencyobject^[\S\s]*$The three-character ISO-4217 currency code that identifies the currency.
The source currency from which to convert an amount.
target_currencyobject^[\S\s]*$The three-character ISO-4217 currency code that identifies the currency.
The target currency to which to convert an amount.
valuestring^[\S\s]*$The target currency amount. Equivalent to one unit of the source currency. Formatted as integer or decimal value with one to 15 digits to the right of the decimal point.