Disable shipping address option in PayPal Express Checkout

后端 未结 7 1763
温柔的废话
温柔的废话 2020-12-09 16:06

Working with the PayPal API and using the Name-Value Pair Interface PHP source codes from SDKs and Downloads: Simplify Integrations with Downloads and SDKs.

My quest

7条回答
  •  我在风中等你
    2020-12-09 16:10

    If you're using the newer API, you could also pass NOSHIPPING=1 (not no_shipping)

    Further details about all possible parameters to the SetExpressCheckout here:

    https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/

    Or lookup for Payment experience in new REST API

提交回复
热议问题