Paypal api – PayPal payouts sandbox is giving AUTHORIZATION_ERROR
I am using PayPal payouts sandbox API. In my sandbox app, payouts are enabled. But when I hit the API endpoint then it gives AUTHORIZATION_ERROR although my client_id & client_secret are correct. Following is the code sample: function get_paypal_auth_token($client_id, $client_secret)…