How do you capture the variables passed by Alertpay in a cgi format?
Variables such as ap_status, ap_securitycode, and others.
The cgi script I'm trying to get to work was set up to work with SFIpay IPN.
I am trying to convert it to Alertpay.
The admin, and members part of the script works fine. I can manually add a new member and that new member can sign in and access the member's area.
I can make a test transaction and the payment goes through Alertpay fine but when it returns to my site I get Access Denied. Which is what the script calls for if payment was not recorded by the script.
It is not reading in the ap_status and the ap_securitycode.
The alert return URL is to this script.
How do I write the code to read in the Alertpay variables and then pass them to the script?
My program is a monthly subscription.
Thanks