
- You are not logged in. | Login
October 3, 2007 12:06 pm
- gladson
- Member


txn_id is null
Hi I am using sandbox. Transaction is being done but the ipn variables returned by paypal contain txn_id as null payment_status as null and txn_type as subscr_signup.. can any one help me out.what may be the reason i get a mail as payment made sucessfully and new subscription created bla bla
October 5, 2007 8:54 am
- Mr.SMart
- Member


Re: txn_id is null
Do not worry, this is a correct answer from PayPal and its normal behavior.
Since you are just signing up for subscription (subscr_signup) you don't get the txn_id.
You will get the not null txn_id using the subscr_payment IPN when the payments are made via this subscription (txn_type="subscr_payment").


