# Service Not Found
source: https://developer.mastercard.com/mastercard-developers-api/documentation/errors/service-not-found/index.md

No service found with this ID.

### Solution {#solution}

Make sure to use the correct `serviceId` in your request.

### API Error Response {#api-error-response}

**HTTP code 404**

```JSON
{
  "Errors": {
    "Error": [
      {

        "Source": "DEVELOPERS_API",
        "ReasonCode": "SERVICE_NOT_FOUND",
        "Description": "Service not found",
        "Details": "No service found with this ID",
        "Recoverable": false

      }
    ]
  }
}
```

[Back to Errors List](https://developer.mastercard.com/mastercard-developers-api/documentation/code-and-formats/index.md#list-of-common-api-errors)​​
