Hi all,
I am testing the PayPal Listener and for all the successful transactions it triggers the "error" event. The Listener is set in the "Sandbox" mode, I test it using the IPN Simulator (https://developer.paypal.com/developer/ipnSimulator/)
Here is the output I have in the beginning of the "ipn" event before the PayPal Listener:
Thank you in advance!
Slava
I am testing the PayPal Listener and for all the successful transactions it triggers the "error" event. The Listener is set in the "Sandbox" mode, I test it using the IPN Simulator (https://developer.paypal.com/developer/ipnSimulator/)
Here is the output I have in the beginning of the "ipn" event before the PayPal Listener:
$form->data: Array (
[chronoform] => Registration
[event] => ipn
[payment_type] => instant
[payment_date] => Sun Apr 03 2016 20:09:49 GMT+0200 (W. Europe Daylight Time)
[payment_status] => Completed
[address_status] => confirmed
[payer_status] => verified
[first_name] => John
[last_name] => Smith
[payer_email] => buyer @[at] paypalsandbox [dot] com
[payer_id] => TESTBUYERID01
[address_name] => John Smith
[address_country] => United States
[address_country_code] => US
[address_zip] => 95131
[address_state] => CA
[address_city] => San Jose
[address_street] => 123 any street
[business] => seller @[at] paypalsandbox [dot] com
[receiver_email] => seller @[at] paypalsandbox [dot] com
[receiver_id] => seller @[at] paypalsandbox [dot] com
[residence_country] => US
[item_name] => something
[item_number] => AK-1234
[quantity] => 1
[shipping] => 3.04
[tax] => 2.02
[mc_currency] => USD
[mc_fee] => 0.44
[mc_gross] => 12.34
[mc_gross_1] => 12.34
[txn_type] => web_accept
[txn_id] => 779886428
[notify_version] => 2.1
[custom] => xyz123
[invoice] => abc1234
[test_ipn] => 1
[verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AuLDnmKNcTR315KgOhyfMA5-WOxX
[Registration] =>
)
Any ideas? Is it possible to debug the Listener anyhow?
Thank you in advance!
Slava