I want to integrate the PayPal payouts feature in my application which is developed in Node.js.
I have two options available -
1) Make API call
2) Use SDK
As mentioned in the documentation there is the benefit of using SDK-
SDK benefits -
Using an SDK over a direct integration allows the SDK to handle authentication for you. The SDK obtains your OAuth 2.0 access token and automatically reflects any Payouts API updates.
It seems that SDK is relatively new, does it has some bugs which are yet to be fixed? Do you recommend using this SDK in production?
Link od SDK-
https://github.com/paypal/Payouts-NodeJS-SDK