paypal - php express checkout recurring created profile successfully but recurring not working -


we have implemented express checkout well. ipn response each transaction. done these thing in sandbox.

now making recurring payment express checkout. here recurring profile creating proper, not getting ipn notification transaction , not transaction done profile.

can suggest me solution issue.

help highly appreciated.

thanks

vijay

recurring payments transactions send ipn's fine, guess ipn script must not handling them correctly or maybe "doing nothing" them. example, if you're handling specific txn_type, might missing out on other stuff.

log in paypal account , check ipn history , should see list of ipn's it's been sending. can see if it's returning success or fail, there, because possibility ipn script failing when txn_type hits it.

your own web server logs can big when troubleshooting sort of thing, too. if getting ipn's, though, sending them all, must going on make think they're not sending when are.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -