Forums

listener ipn in sandbox not work, misconfiguration?

Zampieri 31 Jan, 2015
Hi.
I was able to configure the redirect and the IPN of paypal to let me return the result of the transaction in the listener but no mail is sent to the user it will all'aministratore.
Currently the mails in the events of the listeners are configured in static mode.
If the in event ON ipn but before Paypal listener put a mail function that returns me an email message (this means that it triggers the event ipn) but function mail in the events verified, invalid, error never send a message.
I configured the redirect account paypal sandbox facilitator, in paypal account sandbox I activated IPN and specify the url return to call the event ipn configured. Serves some other setting? that is, I have to pass some specific value in the redirect?
Thank's you.
Zampieri 31 Jan, 2015
I got the information back from paypal ipn event and these are:

Array
(
[option] => com_chronoforms5
[chronoform] => prova
[event] => ipn
[mc_gross] => 4.50
[protection_eligibility] => Ineligible
[payer_id] => SKACLJDM6843C
[tax] => 0.00
[payment_date] => 08:40:05 Jan 31, 2015 PST
[payment_status] => Pending
[charset] => windows-1252
[first_name] => Test
[mc_fee] => 0.50
[notify_version] => 3.8
[custom] =>
[payer_status] => verified
[business] => mymail-facilitator@gmail.com
[quantity] => 1
[verify_sign] => AocgtYEdrkljzNHvD9EjNTvU6-kDA9R.o3AU9iWo8qDEFO.0Q8-EL.0I
[payer_email] => customer-buyer@gmail.com
[txn_id] => 73H44092UE856624L
[payment_type] => instant
[last_name] => Buyer
[receiver_email] => mymail-facilitator@gmail.com
[payment_fee] =>
[receiver_id] => DDLASSMP2XPH4
[pending_reason] => paymentreview
[txn_type] => web_accept
[item_name] => Daniele
[mc_currency] => EUR
[item_number] =>
[residence_country] => IT
[test_ipn] => 1
[handling_amount] => 0.00
[transaction_subject] =>
[payment_gross] =>
[shipping] => 0.00
[ipn_track_id] => cc0ff3a125651
)

I think the reason why is unleashed no event listener is enclosed in this information, however, do not understand what I have to change so that the listener unleash its events verified, invalid or error.
Zampieri 01 Feb, 2015
Ok i think payment_status should be verified or invalid and not Pending. I read Paypal review and i discovered all transaction is in pending status. This is a message for one transaction:
"Dear test account's Test Store

Test Buyer has sent you a payment through PayPal. To protect yourself, PayPal will consider this payment."
Now the question is Paypal resend information at return ipn url (with some variable I pass to before for forward action) after payment verified or invalid after first return to ipn with payment_status pending? Who knows this?

Sorry for my english, :?
GreyHead 02 Feb, 2015
1 Likes
Hi Zampieri,

Yes, if you have IPN enabled then PayPal will reconnect with the IPN URL each time the payment status changes.

Bob
This topic is locked and no more replies can be posted.