Paypal 定期付款 IPN 确认

标签 paypal paypal-subscriptions recurring-billing

我在使用 Paypal 定期付款时遇到了问题。 CreateRecurringPaymentsProfile() 返回创建的配置文件的 ID (ProfileID)。同时,我在 IPN url 上收到以下确认信息:

payment_cycle - Daily
txn_type - recurring_payment_profile_ 
created
last_name - User
next_payment_date - 03:00:00 Oct 06, 2011 PDT
residence_country - US
initial_payment_amount - 0.00
currency_code - USD
time_created - 23:21:02 Oct 05, 2011 PDT
verify_sign - ...
period_type -  Regular
payer_status - verified
test_ipn - 1
tax - 0.00
payer_email - ...
first_name - Test
receiver_email - ...
payer_id - ...
product_type - 1
shipping - 0.00
amount_per_cycle - 20.00
profile_status - Active
charset - windows-1252
notify_version - 3.4
amount - 20.00
outstanding_balance - 0.00
---------->recurring_payment_id - I-6EFKVB5FXRGH
product_name - Ultimate Account
ipn_track_id - ...

显然,ProfileID 和 recurring_payment_id 是相等的。在此之后,收到有关付款的确认信息:

mc_gross - 20.00
outstanding_balance - 0.00
period_type -  Regular
next_payment_date - 03:00:00 Oct 07, 2011 PDT
protection_eligibility - Ineligible
payment_cycle - Daily
tax - 0.00
payer_id - WR942TMLKNKZE
payment_date - 04:38:37 Oct 06, 2011 PDT
payment_status - Completed
product_name - Ultimate Account
charset - windows-1252
---------->recurring_payment_id - I-5S42CVRD6HPC
first_name - Test
mc_fee - 0.88
notify_version - 3.4
amount_per_cycle - 20.00
payer_status - verified
currency_code - USD
business - ...
verify_sign - ...
payer_email - ...
initial_payment_amount - 0.00
profile_status - Active
amount - 20.00
txn_id - 2XB154738E303273C
payment_type - instant
last_name - User
receiver_email - ...
payment_fee - 0.88
receiver_id - ...
txn_type - recurring_payment
mc_currency - USD
residence_country - US
test_ipn - 1
transaction_subject -
payment_gross - 20.00
shipping - 0.00
product_type - 1
time_created - 03:32:45 Sep 29, 2011 PDT
ipn_track_id - ...

这 3 个值:ProfileID 返回 CreateRecurringPaymentsProfile(); recurring_payment_profile_created 中的 recurring_payment_id; recurring_payment 中的 recurring_payment_id - 应该相同。 (因为似乎没有其他方法可以正确识别此特定订阅的付款) 此外,Paypal 多次发送 recurring_payment(在 IPN 上),每次 recurring_payment_id 都不同。

我应该使用 recurring_payment_id 来识别特定订阅的付款还是有其他正确的方法来识别它?

最佳答案

个人资料 ID = recurring_payment_id。如果 recurring_payment_id 不同,我们谈论的是不同的 ProfileID(换句话说:不同的经常性付款资料)。

关于 Paypal 定期付款 IPN 确认,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7679185/

相关文章:

paypal - PayPal 'cancel' 工作流程中的用户没有 'Donate' 选项

.net - Paypal 返回 Auth 而没有其他内容作为订阅的返回数据

Paypal 订阅不同数量的项目

带有 IPN 的 PHP PayPal 订阅

paypal - 如何使用 PayPal Payflow 托管页面实现 PayPal 定期付款?不使用 IPN

php - 如何获得这个日期/时间格式?

php - Shopify API - 添加到购物车

paypal - 如何为 PayPal NVP 定期付款设置通知 URL?

ruby-on-rails - Paypal 定期付款状态

Paypal 定期付款 IPN