php - Simple Wordpress Plugin PayPal -


how can create simple plugin wordpress button, when have made ​​the purchase, 1 function write mysql id_user, purchase date , txn_id?

i recommend using instant payment notification (ipn) that. post transaction data listener script have on server in real-time can automatically update database, send out email notifications, etc.

you'll ipn's sorts of transactions payments, refunds, disputes, pending payments have cleared or failed, subscription profiles, subscription payments, etc. can use ipn handle of them need to.

as wordpress plugin development need familiar plugin development in general , creating ipn listener wordpress won't big deal you.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -