# Other Errors + Plugin Conflicts

### client\_secret does not match

#### Error Message

`The client_secret provided does not match the client_secret associated with the PaymentIntent.`&#x20;

#### Result

Ensure you have updated the proper Webhook Secret Keys.

### BuddyBoss

When the Private Rest APIs checkbox is enabled in the BuddyBoss Platform Plugin, you may see the following error when attempting to connect Stripe:

`{"code":"bb_rest_authorization_required","message":"Only authenticated users can access the REST API.","data":{"status":401}}`

The solution is uncheck this field in the BuddyBoss plugin settings:

<figure><img src="/files/UlbS7e0zP79zj82ztuJ8" alt=""><figcaption><p>BuddyBoss Private REST APIs</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chinapaymentsplugin.com/common-error-messages/other-errors-+-plugin-conflicts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
