次のコーディングが機能しません。指定した関連するマーチャント ID に金額が支払われません。コーディングに誤りがあります。この意味でよく知られている機関はありますか?これはできるだけ早く助けが必要です...
$nvpstr.="&METHOD=SetExpressCheckout
&RETURNURL=http://project.websolusionz.com/paypal/demo/thanks.php
&CANCELURL=http://project.websolusionz.com/paypal/demo/cart.php
&PAYMENTACTION=Sale
&PAYMENTREQUEST_0_CURRENCYCODE=USD
&PAYMENTREQUEST_0_AMT=0.1
&PAYMENTREQUEST_0_ITEMAMT=0.1
&PAYMENTREQUEST_0_DESC0=My Product (Product1)
&PAYMENTREQUEST_0_SELLERPAYPALACCOUNTID=merch1_1305546355_biz@gmail.com
&PAYMENTREQUEST_0_PAYMENTREQUESTID=CART26488-PAYMENT0
&L_PAYMENTREQUEST_0_NAME0=My Product (Product 1)
&L_PAYMENTREQUEST_0_QTY0=1
&L_PAYMENTREQUEST_0_AMT0=0.1
&PAYMENTREQUEST_1_CURRENCYCODE=USD
&PAYMENTREQUEST_1_AMT=0.1
&PAYMENTREQUEST_1_ITEMAMT=0.1
&PAYMENTREQUEST_1_DESC1=My Product (Product 5)
&PAYMENTREQUEST_1_SELLERPAYPALACCOUNTID=merch2_1305546449_biz@gmail.com
&PAYMENTREQUEST_1_PAYMENTREQUESTID=CART26488-PAYMENT1
&L_PAYMENTREQUEST_1_NAME1=My Product (Product 5)
&L_PAYMENTREQUEST_1_QTY1=1
&L_PAYMENTREQUEST_1_AMT1=0.1";
私のPayPal URLとエンドポイント:
$API_Endpoint = "https://api-3t.sandbox.paypal.com/nvp";
$PAYPAL_URL = "https://www.sandbox.paypal.com/webscr?cmd=_express-checkout-mobile&useraction=commit&token=";
Mobile View が正しく動作しない もう 1 つ、メイン ディーラーに 5% のコミッションを設定したいのですが、これはモバイル エクスプレス チェックアウトで可能ですか?
前もって感謝します....