Cowborg
Cowborg

Reputation: 2871

Payouts in PayPal SDK for .NET Core

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

Answers (1)

elken
elken

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

Related Questions