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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top