Paypal canceling recurring profile buyer email notification -


I am using the PayPal Express Checkout API. I want to cancel the recurring profile. Due to cancellation I add a note canceled the recurring profile successfully and the buyer sets the setup on the profile history page. But the note shows the buyer's email notification.

Can you tell anyone how can I show user reasons to cancel the e-mail notification?

Thanks Advance

That note is considered as internal use, and This is not shown to the buyer.

What you can do, however, a solution is set up which will be hit if the profile is canceled. Within this you can update a custom, branded email notification, update your database, point to 3rd party web services. This is a very useful tool that allows you to automate all kinds of things based on different transaction types.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -