dongxun5349 2019-03-30 07:24
浏览 340
已采纳

Paypal NVP SOAP(经典api),一切看起来都不错,但没有到货

so I would like to make a simple NVP SOAP api express checkout integration in my system (php). I used the general old php paypal class ( DPayPal() ).

So the sandbox and the live account also redirect fine to the expresscheckout page (https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=), and at here I can pay with a sandbox and live account also, and the paypal redirect to me the Success site.

The problem is: the money not arrive the live account (also not arrive in the sanbox account either), and didnt take the money from my credit card or paypal account either. But I can send money to this business live account from my paypal account.

DPayPal settings in class file:

protected $apiVersion = "74.0"; //Set PayPal API version
//If you are using live environment use the following URL: https://api-3t.paypal.com/nvp 
//If you are using sandbox environment then use the following URL: https://api-3t.sandbox.paypal.com/nvp
protected $payPalAPIUrl = "https://api-3t.paypal.com/nvp";
protected $errorReportingEnabled = true;
protected $errors = array(); //Here you can find errors for your last API call 
protected $lastServerResponse; //Here you can find PayPal response for your last successfull API call
protected $curl;

My account is ok i guess, but not really know... but for example after login paypal Still show the setup intructions: (It's time to start getting paid!Finish setting up so you can open for business.)

  • API NVP SOAP credentials, checked

  • Accept PayPal payments from all your online stores, YES ACCEPT ALL, checked

  • Email address comfirmed,

  • Linked bank account, checked

  • Linked credit card, checked

  • comfirmed business name, checked

  • limit lifted to unlimited,

Thanks everyone!

regards, Mark

  • 写回答

1条回答 默认 最新

  • doudou8893 2019-04-08 03:09
    关注

    Are you calling DoExpressCheckoutPayment after buyers approves the payment?

    https://developer.paypal.com/docs/classic/api/merchant/DoExpressCheckoutPayment_API_Operation_NVP/

    Please note that NVP is deprecated. Please consider upgrade to REST.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 个人网站被恶意大量访问,怎么办
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制