标签: javascript php paypal
我只需要别人在我的网站上付款,我需要有付款的统计数据。我正在寻找这么长时间,但我找不到合适的代码来做这件事。
有没有办法只记录付款的每一笔付款并存储,稍后在我想要的时候应用统计数据?
非常感谢,上次我问我几乎被忽略了
答案 0 :(得分:0)
您需要的是Paypal即时付款通知(IPN):
请参阅:https://developer.paypal.com/docs/classic/products/instant-payment-notification/
PHP示例:https://developer.paypal.com/docs/classic/ipn/gs_IPN/
答案 1 :(得分:0)
您可以在PayPal帐户中启用IPN功能,然后将每笔付款插入数据库。
参考 http://www.rahulsingla.com/blog/2011/11/drupal-handling-paypal-ipn-callbacks-and-saving-data-to-the-database
https://canvascode.wordpress.com/2014/07/22/how-to-set-up-paypal-integration-with-php-mysql/