rahstame
rahstame

Reputation: 2178

Remove Shipping Address Info in PayPal

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

Upvotes: 0

Views: 638

Answers (2)

Peerzada Shabeer
Peerzada Shabeer

Reputation: 1

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.

Upvotes: 0

PP_MTS_Cory
PP_MTS_Cory

Reputation: 1081

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.

Upvotes: 1

Related Questions