I've been able to implement a form that works with PayPal standard based on the posts here but now I'd like to add code to handle the IPN callback so I can verify that the payment was processed successfully. I've handled IPN callbacks in VirtueMart so I understand what's going on here but I just need to get a sense of if/how I can use Chronoforms to process the callback.
I see an action called PayPal Listener which seems like it might be intended for this but I'm not seeing a lot of info on using it in the forums so I'm not sure if I'm right on this. If it is the right approach, if someone could point me to a simple explanation of how the PayPal Listener works I'd appreciate it.
Again, if it is intended to use with IPN, is it intended to be in a new form? or can I put it in the form used to submit the paypal transaction, i.e. does the listener detect it's being called by PayPal?
In either case, if I put fields on the form that match the IPN variables will they get populated? and can I use the DB functions to work on this fields?
Thanks!
Dave
PS. I'm using CF V4
I see an action called PayPal Listener which seems like it might be intended for this but I'm not seeing a lot of info on using it in the forums so I'm not sure if I'm right on this. If it is the right approach, if someone could point me to a simple explanation of how the PayPal Listener works I'd appreciate it.
Again, if it is intended to use with IPN, is it intended to be in a new form? or can I put it in the form used to submit the paypal transaction, i.e. does the listener detect it's being called by PayPal?
In either case, if I put fields on the form that match the IPN variables will they get populated? and can I use the DB functions to work on this fields?
Thanks!
Dave
PS. I'm using CF V4