如何在结账时重置送货地址paypal?

问题描述 投票:0回答:1

我正在将PayPal集成到我的Web应用程序中。在这里,我想完成结帐流程。它有直接付款和快速结账。

In Express checkout we need only PayPal account like 

1)Clicking Check out with PayPal
2) Logs into PayPal to authenticate
3)Reviews the transaction on PayPal
4)Confirms the order and pays from your site
5)Receives an order confirmation 

In Direct checkout(A generic checkout flow),
1)Checks out from the shopping cart page
2)Provides shipping information
3)Chooses a payment option and provides
4)billing and payment information
5)Reviews the order and pays
6)Receives an order confirmation

这个流程。在直接结账时,如果选择PayPal付款选项(步骤3),则需要登录并付款。无论如何,PayPal帐户中都有一个默认送货地址,您还必须在步骤2中提供送货地址。

现在我想将完整的购物车详细信息和送货地址发送给PayPal?我想在这里直接结账(一般的结账流程)?任何人都可以帮我这样做吗?

paypal checkout express-checkout
1个回答
0
投票

使用快速结账和DoDirectPayment(网站付款专业版)。快速结账为您提供重定向到PayPal和登录功能,而DoDirectPayment允许您直接在您的网站上支付卡。 此外,您可以通过在SetExpressCheckout API调用中指定ADDROVERRIDE = 1来覆盖买方的PayPal配置文件送货地址。请记住,您还需要传递相应的送货地址详细信息。

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_SetExpressCheckout

© www.soinside.com 2019 - 2024. All rights reserved.