Hi all, I’ve been using the PayPal free plugin for a while for collecting payments, and am now venturing into refunds. It supports a “Refund by ID” action which seems pretty straight forward, but I’m getting a 401 error:
Plugin action Refund by ID error: Error: Request failed with status code 401 at eval (eval at build_function (/var/task/util/util_harness.js:37:12), :58:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async /var/task/plugin_api_v4_alpha.js:198:29 at async harness (/var/task/harness.js:115:15) at async /var/task/harness.js:152:64 at async withGlobalHandlers (/var/task/harness.js:66:10) at async Runtime.myHandler [as handler] (/var/task/harness.js:152:10)
I’ve double checked my ID and Secret, which is working fine for payments, so I don’t see how they can be an issue. For fun, this is how it is populated:
Any thoughts on a root-cause?