1

对于一个市场项目,我使用 PayPal Adaptive Payment 在买家、产品销售商和网站 Paypal 帐户之间进行平行付款以收取费用。

为了应用卖家保护,我需要买家选择一个送货地址,但我找不到任何发送它的选项。似乎我只能使用嵌入式支付流程将选项“requireShippingAddressSelection”设置为true,但有没有办法发送自定义地址?最重要的是,此选项是否使付款可用于我的客户真正想要的 PP 卖家保护?

谢谢

4

1 回答 1

1

You'll need to use SetPaymentOptions to include details like shipping address, order items, shipping amount, tax amount, etc.

Your Pay request action will be set to CREATE and then you'll pass that PayKey into SetPaymentOptions to set all of the other details prior to redirecting the user to PayPal to complete the checkout.

于 2013-07-11T19:47:36.577 回答