简体   繁体   中英

Get PROFILEID with IPN after subscription

When a user subscribe to my offer thanks to the subscription button, IPN returns the following informations :

  • subscr_id
  • txn_id
  • payer_id
  • payment_date
  • residence_country
  • etc...

After the subscription I need to use the GetRecurringPaymentsProfileDetails method which require the folowing fields:

  • METHOD
  • PROFILEID

How can I get the PROFILEID?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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