How do I include the currency conversion block in Paypal Express Checkout -


I've attached a screenshot of an example PayPal Express checkout payment page that includes some currency conversion information (with blue arrows Given). I am trying to replicate the implementation of the PayPal Express checkout on my own app. Whether to show the information or whether the parameters or settings are used to set? It is not clear in the documentation. Note: I am using classic API

PayPal Express checkout

Only paypal adaptive payment is not in express checkout.

If you really want to use PayPal currency conversion, you can still use this API. But, in addition to this you need to send "APP-ID" in your request. The sandbox is continuous for the APP-ID that is APP-80W284485P519543T . For Live, you need to create an API from apps.paypal.com to get an app from APP ID and then to send the request.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -