Question

Hi i'm developing an application and at a specific point i need to be able to send money to a user. Available resources are users paypal email and merchant info. Could you please provide me an example.So far i've tried the available examples but in all of them the user logs in and pays from his account , he pays he is not payed.

Thank you.

Was it helpful?

Solution

Sending money to users should be done on the merchant's server, using PayPal's REST APIs. The REST APIs use OAuth2, so the merchant will need to sign up for credentials (client_id/secret). Then, you can use a server side SDK, or make the REST calls yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top