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

No resource found with this ID.

### Solution {#solution}

Include the correct service ID in your request.

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

**HTTP code 404**

```JSON
{
  "Errors": {
    "Error": [
      {
        "Source": "DEVELOPERS_API",
        "ReasonCode": "NOT_FOUND",
        "Description": "Resource not found.",
        "Details": "No resource 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)​​
