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

No credential found with this ID.

### Solution {#solution}

Ensure you've entered the correct credential ID in your request.

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

**HTTP code 404**

```JSON
{
  "Errors": {
    "Error": [
      {
        "Source": "DEVELOPERS_API",
        "ReasonCode": "CREDENTIAL_NOT_FOUND",
        "Description": "Credentialnotfound",
        "Details": "No credential 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)​​
