简体   繁体   English

PayPal IPN-发送给ipn.php的是什么?

[英]PayPal IPN - What is Sent to ipn.php?

I've gotten a subscription module setup and I am unsure of what PayPal sends back to my ipn.php file. 我已经安装了订阅模块,我不确定PayPal将发送回我的ipn.php文件。

Picture this: 图片如下:

My website -> PayPal Payments(for subscription) -> Payment Success -> Process -> ipn.php 我的网站-> PayPal付款(用于订阅)->付款成功->处理-> ipn.php

What does ipn.php receive? ipn.php收到什么?

PayPal will send back the transaction data such as transaction ID, amount, fees amount to your IPN listener depending on the transaction type. PayPal会根据交易类型将交易数据(例如交易ID,金额,费用金额)发送回IPN侦听器。

Here's a list of all the variable that IPN might be sending to you. 这是IPN可能发送给您的所有变量的列表。 https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNandPDTVariables/ https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNandPDTVariables/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM