Paypal IPN Confirmation Screen immediately after redirect without reload

Posted by Email on Stack Overflow See other posts from Stack Overflow or by Email
Published on 2010-05-06T20:43:41Z Indexed on 2010/05/06 20:48 UTC
Read the original article Hit count: 278

Filed under:
|
|

Hi

I made a script for IPN which works great but how can i immediately notify the user?

I mean paypal redirects the customer to a custom-page i can define, simultanously my ipn.php checked the status,

BUT how can i immediately tell the customer on this custom-page that it was successful or not.

this custom-page does somehow has to know that this is the customer-xyz which made the ipn-verified!!! payment xyz, but how? i think also this custom-page redirect should wait the 5 seconds because php does only process files/request on-loads... so after 5 seconds the ipnscript surely did complete.

Sorry if this question is too newby but i dont know how to notify the customer about the (ipn-verified!!!) payment-status immediately.

How do you do this?

Thanks so much

© Stack Overflow or respective owner

Related posts about paypal

Related posts about paypal-api