> For the complete documentation index, see [llms.txt](https://orimon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orimon.gitbook.io/docs/channels/whatsapp/add-payment-method.md).

# Add Payment Method

{% hint style="info" %} <mark style="color:green;">WhatsApp</mark> charges you per <mark style="color:yellow;">conversation</mark>, not per individual <mark style="color:yellow;">message</mark>. Conversations are *24-hour message threads between you and your customers*. They are opened when messages you send to customers are delivered.

\
Each <mark style="color:green;">WhatsApp</mark> Business Account gets *1,000 free service* conversations each <mark style="color:yellow;">month</mark> across all of its business phone numbers. This number is *refreshed at the <mark style="color:yellow;">beginning of each month</mark>*, based on WhatsApp Business Account time zone.

**Please Note :** If your business <mark style="color:red;">doesn't</mark> have a <mark style="color:yellow;">payment method</mark> and has <mark style="color:red;">exceeded</mark> 1,000 messages <mark style="color:yellow;">per month</mark>, you will <mark style="color:red;">**NOT**</mark> be able to <mark style="color:red;">send or receive</mark> any <mark style="color:yellow;">messages</mark>.

***For more information, visit :*** <https://developers.facebook.com/docs/whatsapp/pricing>
{% endhint %}

Go to -> Meta business manager -> Business settings -> Accounts -> WhatsApp Account.

Then click on your production account

<figure><img src="/files/5GzaTrIw86PS2A4vZo0u" alt="" width="485"><figcaption></figcaption></figure>

Here, click on "**Payment Settings**"

<figure><img src="/files/IrOVqPnuyEZP82o9Fr5b" alt="" width="473"><figcaption></figcaption></figure>

Then click on "**Add payment method**"&#x20;

{% hint style="info" %}
***Note :** For each WhatsApp business number you need to add a payment method*
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://orimon.gitbook.io/docs/channels/whatsapp/add-payment-method.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
