Вопрос

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