Question

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

Était-ce utile?

La solution

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.

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top