简体   繁体   中英

Magento PayPal Express checkout, we want to hide/Mask actual shipping address & make PayPal pass dummy shipping address for orders?

We want to use Paypal Express checkout in magento but do not want to send the shipping address entered by user on our website to Paypal for verification due to privacy reasons.

We want to send dummy shipping address, which PayPal can accept for transactions to complete.

How do we achieve that?

You can just set 'NOSHIPPING=1' in your SetExpressCheckout API call and we won't ask for / return a shipping address to you whatsoever.
I'm not sure how you would configure that in Magento however.

I would not recommend sending dummy data whatsoever; that'll trigger all sorts of red flags and is simply not the right way to resolve the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM