> ## Documentation Index
> Fetch the complete documentation index at: https://docs.niobi.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Entity Integration Record Not Found

## Overview

**403 - Forbidden**: This error occurs when the integration name provided does not match the specified entity integration.

```json theme={null}
{
    "success": false,
    "message": "Entity integration record not found."
}
```

***

## Common Causes and How to Resolve

1. **Missing Integration Name**:
   This error could occur due to missing the `sender` field in the request payload.

**How To Resolve**: Ensure the `sender` field is included in the payload for the specific api endpoint. You can find the api request specifications under our API reference page.

2. **Misspelled Integration Name**:
   The error could also occur if the `sender` field in the payload does not match the integration name configured in the system.  A misspelled integration name can result in the client ID not being recognized.

How To Resolve: Confirm the integration name (`sender` field) from the Payment Portal and ensure it is spelt correctly. You can access it under Workspace > API Keys.

***

## Best Practices

* **Validate All Required Fields**:
  * Always include `sender` field in the payload.
* **Double-Check Details**:
  * Verify the integration name is correct and matches what is configured in the system.

***

If the issue persists, please contact our team at [support@niobi.co](mailto:support@niobi.co).

***

## Additional Resources

* [Payment Portal](https://payments.niobi.co/login)
* [API Reference Page](/api-reference/introduction_v3)
