php - Allow user to withdraw money from their account from my portal -


I am creating a portal when I can pay the user money and purchase product. They can create an account and transfer funds to that account through PayPal for immediate purchase. Now I want to give them permission to withdraw the balance from my account. I have tried to make mass-pay paypal classic API , but it is not allowing me to pay my users in different countries. Is my store default currency Euro Is there a better way to withdraw funds through PayPal?

You can try the PayPal Adaptive Payment to send money

following Check the link


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -