Sorry 'bout this; second question in such a short time about the same topic, but I'm so darn stumped it's not even funny. This is an EASY topic, too, so I don't know why I'm having trouble with this.
I just want to make sure there's no chance I'm doing something wrong. I realized that subscription (recurring) payments won't processes at each term with the "return" URL specified. It WILL call your IPN URL though, and should send all the subscription info variables there.
But what variables does it pass? I'm setting up an error checker to email me each time something doesn't work.
First I check to make sure the POST variable "tx" is sent. ... I mean, they DO send a variable called "tx", right?
I got errors that it wasn't sent. So I tried GETting it, even though that wouldn't make sense. It still wasn't being read by my IPN file.
So I tried "txn_id" instead. Both POST and GET. Still none found.
How the HECK does this work?? Wouldn't it be the same as processing it on the return URL like I was doing before? (This time, I'm using an IPN file that doesn't output any content to a browser.)
Thanks for any help.
-Matt
I just want to make sure there's no chance I'm doing something wrong. I realized that subscription (recurring) payments won't processes at each term with the "return" URL specified. It WILL call your IPN URL though, and should send all the subscription info variables there.
But what variables does it pass? I'm setting up an error checker to email me each time something doesn't work.
First I check to make sure the POST variable "tx" is sent. ... I mean, they DO send a variable called "tx", right?
I got errors that it wasn't sent. So I tried GETting it, even though that wouldn't make sense. It still wasn't being read by my IPN file.
So I tried "txn_id" instead. Both POST and GET. Still none found.
How the HECK does this work?? Wouldn't it be the same as processing it on the return URL like I was doing before? (This time, I'm using an IPN file that doesn't output any content to a browser.)
Thanks for any help.
-Matt




