I've been using the issue-service-credit endpoint.
Granted, I am still in test mode, so that may have something to do with this behavior, but here is what used to happen when I would use the endpoint to issue a service credit:
{
"errorCode":null,
"errorDetails":null,
"errorMessage":"",
"status":0,
"ReferenceId":"11330"
}
And here is what is happening now:
{
"errorCode": null,
"errorDetails": null,
"errorMessage": "Object reference not set to an instance of an object.",
"status": 1,
"ReferenceId": null
}
Has something changed with this endpoint recently? In any case, this error is not super descriptive
🙂 Please help - I need to get this working prior to publishing Roku Billing for our channel.
Thanks!