I'd like to hide or remove the shipping details or info in PayPal because we provide only services, thus we don't require the Shipping details to show in PayPal checkout page. I am using PayPal RestAPISDK.

enter image description here

有帮助吗?

解决方案

Unfortunately the RESTful APIs do not yet have support for the NOSHIPPING variable that is used in the Classic APIs. Address handling is something that is being discussed for future releases.

其他提示

I was also facing the same problem and sorted it out to some extent.

You just add the following parameter redirectUrl += "&shipping=0";

and shipping address will not get displayed.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top