php - Auto FIll Virtual Wallet for Users Wordpress -


i trying integrate virtual wallet system payments wordpress based e-commerce website

i using plugin -

link plugin

working process of plugin

in plugin admin dashboard admin can select user users on website , assigns particular money in wallet of user user can buy website within money

my problem , requirement

but need fill amount in user's wallet manually . want user transfer me money on paypal , automatically added wallet

i unable find proper information regarding . possible done in wordpress , there plugin available

i recommend using paypal ipn that. every time transaction hits paypal account server post data transaction url on server. url can receive data , update system accordingly. happens in real-time, too.

you can , running ipn using paypal ipn wordpress plugin. use hooks provided ipn plugin whatever want paypal payment data when receives it.

for example, paypal_ipn_for_wordpress_payment_status_completed hook triggered time successful payment occurs, use within own plugin or theme's functions.php file automatically update wallet balance of user based on data provided in ipn.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -