craftcms / commerce-paypal

PayPal payment gateway for Craft Commerce.
https://plugins.craftcms.com/commerce-paypal
MIT License
6 stars 9 forks source link

Question: does the response object from successfull transactions contain the object payout_currency_conversion #22

Open boldenamsterdam opened 4 years ago

boldenamsterdam commented 4 years ago

We are wondering if in the response object, after a successful transaction, the object contains the information currency_conversion.

with the object:

payout_currency_conversion

payout currency conversion

We are running a multi-currency e-commerce shop, but at the moment we are not getting enough information back in the response from PayPal payments (Mollie gateway is being used). We are missing the conversion rates of the multi currency payments.

If anybody has the answer that would be awesome.