Reputation: 2871
Im looking at the new Paypal SDK for .NET Core (which is in beta) and I cand find Payouts (not to be confused with Payments). Does anybody know if its just not developed yet or if its replaced by something else. I want to transfer money from my Paypal acccount to another Paypal account. Do I need to use the non-Core-version or just use their REST api for that?
Hope this was clear enough :)
Upvotes: 1
Views: 668
Reputation: 626
Looks like it's not implemented on Core but it is on Framework. Either use that or the REST api as you say.
Upvotes: 1