Hello, I have the same problem
My email is: admin@myphoenixfx.com
I am sure that i have the right AlertURL and IPN setted correctly.
Thank you a lot
Here is my code
echo "<pre>"; print_r($_POST); echo "</pre>";
and the result is
Array ( )
I need your help ASAP
Hello,
Your inquiry has been answered via one of your ticket. Please refer to it for further information on your issue.
Thank you
Yes, I saw your answer but let me tell you that right now I test and when I get the POST by this way
echo "<pre>"; print_r($_POST); echo "<pre>"
The result is empty... I don't know why...
Please make sure that your ReturnURL & AlertURL do not have the same value, else the POST data that is sent will be empty.
Ok, now has the same value
ReturnURL = http://www.myphoenixfx.com/ap_success.php
AlertURL = http://www.myphoenixfx.com/ap_success.php
ap_success.php is the script that receive the IPN Info, can you tell me which one I have to change.
Keep the AlertURL to be http://www.myphoenixfx.com/ap_success.php
Make your ReturnURL to be simply http://www.myphoenixfx.com, for example.
Nothing now I have
<form method="post" action="https://www.alertpay.com/PayProcess.aspx" onsubmit="return ap_chkSubmit()" > <input type="hidden" name="ap_purchasetype" value="item"/> <input type="hidden" name="ap_merchant" value="admin@myphoenixfx.com"/> <input type="hidden" name="ap_itemname" value="Deposit"/> <input type="hidden" name="ap_currency" value="USD"/> <input type="hidden" name="ap_returnurl" value="http://www.myphoenixfx.com"/> <input type="hidden" name="ap_quantity" value="1"/> <input type="hidden" name="ap_description" value="Deposit"/><br /> Cantidad: <input id="ap_amt" type="text" name="ap_amount" value="0" style="width:80px;"/><br /><br /> <input type="hidden" name="ap_cancelurl" value="http://www.myphoenixfx.com/make_deposit.php"/> <input type="image" name="ap_image" src="images/alertpay-pay.gif"/> </form>
and AlertURL = http://www.myphoenixfx.com/ap_success.php
and doesn't work... please think, something is wrong here...because when the payment is completed go to
http://www.myphoenixfx.com and not to AlertURL.