Forums

Paypal/IPN Issue

superdmon 13 Feb, 2017
I'm having an issue with sending emails after IPN verifies a payment was received. It will send an email and I have the DB Read set up in the "On Verified" event.

What's happening is is that I'm getting the data from the correct table, but it's only sending me the first entry.

I'm trying to send the latest record for each email, not send out the first repeatedly. Any help you can offer would be greatly appreciated.
GreyHead 13 Feb, 2017
Hi superdmon,

It sounds as though you are not identifying the record to be loaded in the Conditions box of the DB Read action. I generally do this by adding an identifier to the data sent to PayPal using the invoice number parameter. Then when you get the IPN response you can look this up and read the matching record.

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