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

如何在结账时重置配送地址paypal?,paypal,checkout,express-checkout,Paypal,Checkout,Express Checkout,我正在将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 yo

我正在将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
这就是流程。在直接结账中,当您选择付款选项作为PayPalstep 3时,您需要登录并付款。不管怎样,贝宝帐户中都有一个默认的发货地址,而且您必须在步骤2中给出发货地址

现在我想发送完整的购物车详细信息和送货地址贝宝?
我想让直接结账成为一个通用的结账流程?有人能帮我吗?

使用快速结帐和DoDirectPayment网站Payments Pro。Express Checkout为您提供了重定向到PayPal和登录功能,而DoDirectPayment则允许您直接在网站上进行卡付款。 此外,您可以通过在SetExpressCheckout API调用中指定ADDROVERRIDE=1来覆盖买家的PayPal配置文件发货地址。请记住,您还需要输入相应的配送地址详细信息