paypal / PayPal-node-SDK

node.js SDK for PayPal RESTful APIs
Other
1.28k stars 451 forks source link

Paypal payout production, 403 Authorization error occurred #408

Closed ghiteze closed 4 years ago

ghiteze commented 5 years ago

General information

Issue description

I have a paypal business account (verified), my account is linked with Singapore bank and currencies are USD (primary), SGD. I use this module to call function follow the example below: https://github.com/paypal/PayPal-node-SDK/blob/master/samples/payout/create.js

But, I got response error: { name: 'AUTHORIZATION_ERROR', debug_id: '863b92d76751f', message: 'Authorization error occurred.', information_link: 'https://developer.paypal.com/docs/api/payments.payouts-batch/#errors', httpStatusCode: 403 }, httpStatusCode: 403 }

In live app settings, payouts is enabled

screen shot 2019-02-28 at 8 20 26 pm

How do I fix it?

sucithrashanu commented 4 years ago

Prerequisite/basic requirements for a account to do Payouts.

To onboard a merchant to use Payouts, merchant must have

Hi @ghiteze, can you validate if the account which you used fulfill the above mentioned basic requirements?

Thanks! Sucithra

prakash-gangadharan commented 4 years ago

Hi @ghiteze, https://developer.paypal.com/docs/payouts/integrate/prerequisites/# -> this is the documentation on prerequisites. https://developer.paypal.com/docs/payouts/# -> this is for payouts.