PayPal REST SDK: Remove shipping address and payment authorization so it does go to pending state [closed]

  1. In the Classic API there was a flag for NOSHIPPING you could include in your request that would disable shipping address requirements during checkout. I know it’s in REST somewhere, but I’m struggling to find it in the reference right now.

  2. Instead of “authorize” you should use “sale” for the intent parameter.

  3. Not sure what you’re asking here..?? Just build your shopping cart so your user can add as many items as they want to their cart, and then pass those cart details into your PayPal payment request.

  4. It seems to be handling the actual pay call to PayPal (ie. paypal.payment.create)

Leave a Comment