PayPal Checkout "shipping to" feature

dabuv
Contributor
Contributor

Hi there,

 

I have a business where I just want to accept deposits for a scheduled treatments. When I implement "PayPal Checkout" or "PayPal Buttons" to my website -  I don't want to provide shipping address (as a customer) but rather quick payment types working in my country + the payment shouldn't be listed in "You have orders ready to ship" simply because there will be no shipping whatsoever.

 

Is it possible to implement this type of payment service?

 

Thanks for replies!

Login to Me Too
1 REPLY 1

SteveStuartDJ
Contributor
Contributor

I had this problem and I put a bit of extra script in the main page:
"application_context": {
shipping_preference: "NO_SHIPPING",
},

Here is where I put it:

createOrder: function(data, actions) {
return actions.order.create({
"application_context": {
shipping_preference: "NO_SHIPPING",
},
purchase_units: [{"description":. . . . . . 

 

and it seems to work OK.
I originally got it from one of the mentors on here who is MTS Jennifer

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.