Good morning Netsuite experts,
I am trying to make a CustomerPayment via the REST API and I am getting the following error
{
"type": "
https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. Gateway authentication failed. Response Code (401).",
"o:errorCode": "USER_ERROR"
}
]
}
Has anyone seen this before?