|
Rank: Starting Member
Groups: Registered
Joined: 3/7/2003 Posts: 2 Location: ,
|
For a recurring IPN post or post occuring after initial signup such as txn_id or txn_type, does it come via a form field? I know when a user signs up, the variables are posted from a form. But what about recurring variables or just a subscription cancellation for example? Should I assign a local variable as such: strTransID=request.form("txn_type")? Or can I just say the following: strTransID=txn_type?
Thanks,
Chris
Chris
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
It works exactly as if a person presses a FORM POST button on a web page. The possible subscription IPN fields are listed at: https://www.paypal.com/c...p/acc/ipn-subscriptions
Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|