简体   繁体   English

订阅后获取带有IPN的PROFILEID

[英]Get PROFILEID with IPN after subscription

When a user subscribe to my offer thanks to the subscription button, IPN returns the following informations : 当用户通过“订阅”按钮订阅我的报价时,IPN返回以下信息:

  • subscr_id subscr_id
  • txn_id txn_id
  • payer_id payer_id
  • payment_date 付款日期
  • residence_country 居住的国家
  • etc... 等等...

After the subscription I need to use the GetRecurringPaymentsProfileDetails method which require the folowing fields: 订阅后,我需要使用GetRecurringPaymentsProfileDetails方法,该方法需要以下字段:

  • METHOD 方法
  • PROFILEID 简档

How can I get the PROFILEID? 如何获取PROFILEID?

如果要调用GetRecurringPaymentsProfileDetails API,请在API请求中为变量METHOD设置“ GetRecurringPaymentsProfileDetails”,并为变量PROFILEID设置“ subscr_id”中的数据。

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

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