# Connect Stripe

Follow the steps below:

1. Login to your Stripe Dashboard
2. Go to Developer Settings (you'll see it on top right)
3. Next, go to API keys
4. Click create Secret key
5. Give your key field a name (For e.g. OnWhatsApp)
6. Copy the key and paste it on OnWhatsApp Dashboard
7. Toggle On to Activate Stripe


---

# 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://onwhatsapp.gitbook.io/quick-start/enabling-online-payments/connect-stripe.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.
