nina31388
nina31388

Reputation: 1

How to pay my customers with Django PayPal Payment Pro

I want to pay my customers with Paypal Payment Pro , I mean send some money from my Merchant account to a Personnal account . At the momment i just can ask the client to give his credit card infromations ane send the money to my Merchant account but I want the reverse.

PS : I use Django WPP https://github.com/johnboxall/django-paypal

Upvotes: 0

Views: 776

Answers (2)

Leo Mizuhara
Leo Mizuhara

Reputation: 375

Use Mass Payments. I was looking at this site to figure out how to use it with django. It worked like a charm. Your customers need to have paypal accounts though, but I don't think that's an issue if you're paying them.

Upvotes: 1

Jon Gales
Jon Gales

Reputation: 66

That's not how the PayPal Payment Pro API works. It allows you to accept money, not to send money. You want to use Mass Payments or the Adaptive Payments API.

Upvotes: 0

Related Questions