Background
If a Paya Core merchant receives the following error details from their integrated solution, please have them contact their Solution's Support Team:
Error Code: 100006
Message: Resource not found
Detail: There is no resource at the path specified
Raw Data from the API response:
{
"code": "100006",
"message": "Resource not found",
"info": "https://developer.sagepayments.com/docs/errors#100006",
"detail": "There is no resource at the path specified"
}
Resolution
This happens when a solution is attempted to connect to an API URL Endpoint that is not a valid resource. For example:
"/token/v1/tokens" <-- This will return a valid result.
"/token/v1/token" <-- This will return an Error Code: 100006 as "/token" is not a valid resource.
If you are an integration partner and need additional assistance, please contact SDKSupport@Nuvei.com.