doupaoshu8334 2013-11-24 22:46
浏览 85

用PayPal支付付款信息后到达我的服务器后延迟

On my website members can buy a virtual currency. Sometimes when a member buys the virtual currency there is a delay before it shows up in their account. I'm trying to make this delay not occur. The delay is usually from 10-30 minutes with the odd payment taking over an hour to show up.

The process is like this: the member is taken to PayPal to buy the virtual currency. Right after they pay, PayPal sends the payment information to my server. Once my server receives the payment details then the amount of virtual currency purchased shows up in that members account.

The delay is when the server is waiting for PayPal to send the payment information.

Does anyone have an idea of how this could be fixed so there is no delay?

  • 写回答

1条回答 默认 最新

  • duancai1904 2013-11-24 23:45
    关注

    You could use PDT (http://www.paypal.com/PDT), this allows you to receive the payment status when the user returns to your site.

    See: Paypal notify_url and return_url. Receiving variables without IPN using PHP

    评论

报告相同问题?

悬赏问题

  • ¥15 Python输入字符串转化为列表排序具体见图,严格按照输入
  • ¥20 XP系统在重新启动后进不去桌面,一直黑屏。
  • ¥15 opencv图像处理,需要四个处理结果图
  • ¥15 无线移动边缘计算系统中的系统模型
  • ¥15 深度学习中的画图问题
  • ¥15 java报错:使用mybatis plus查询一个只返回一条数据的sql,却报错返回了1000多条
  • ¥15 Python报错怎么解决
  • ¥15 simulink如何调用DLL文件
  • ¥15 关于用pyqt6的项目开发该怎么把前段后端和业务层分离
  • ¥30 线性代数的问题,我真的忘了线代的知识了