私はWebアプリケーションにPayPalを統合しています。ここで私は完全なチェックアウトプロセスを作りたいと思っています。それは直接支払いとエクスプレスチェックアウトがあります。チェックアウト時に配送先住所をリセットする方法は?
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アカウントで使用可能なデフォルトの配送先住所が1つあります。また、手順2で配送先住所を指定する必要があります。
今、完全なカートの詳細と配送先住所をPayPalに送信しますか? ここで直接チェックアウト(一般的なチェックアウトの流れ)をしますか?誰でも私にこれを手伝うことができますか?