# How to Update Invoice and Receipt Information for Clients (Stripe)

1. **Log into your Stripe account** **by clicking** [**here**](https://billing.stripe.com/p/login/fZe14d9V03L29Xi144)**.**

{% hint style="info" %}
After the first payment, the invoice and receipt are sent to the email provided during checkout. To manage subscriptions, update payment methods, or edit invoice details, you must log in using this email.
{% endhint %}

2. **Enter the email used for the first subscription payment** &#x20;

   <figure><img src="/files/DjkMLfFesSDPRYbrJANV" alt=""><figcaption></figcaption></figure>

* Enter the same email address you used during your initial subscription purchase.
* Stripe will send a login link to your email. If you don’t receive it, check your “Spam” or “Promotions” folder.

  <figure><img src="/files/sNFkS3Qqb2ru7y2G20kC" alt=""><figcaption></figcaption></figure>
* Click the link from Stripe to access your account.<br>

  <figure><img src="/files/w1EGgURqlmwHN2e0nKUA" alt=""><figcaption></figcaption></figure>

3. **Navigate to "Billing Information"**

* In your account dashboard, find the section labeled "Billing Information" and click "Update Info."<br>

  <figure><img src="/files/AqjIca5YTEQw8Ojs4oI8" alt=""><figcaption></figcaption></figure>
* Make any necessary changes to fields such as address.<br>

  <figure><img src="/files/XFAV9J7FdpbCbKDfgBTw" alt=""><figcaption></figcaption></figure>

4. **Click "Save" to confirm your updates.**
5. **Download the updated invoice or receipt**

* Head over to the "Invoice History" section to download your updated invoice or receipt.<br>

  <figure><img src="/files/4jQHlRPUbXoyDBu0em2d" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/jKTTRrtalQB6iAdKxsRU" alt=""><figcaption></figcaption></figure>

**That’s it!** Your invoice and receipt details are now updated.


---

# 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://whatcrm.gitbook.io/whatcrm-docs/english/useful-articles/how-to-update-invoice-and-receipt-information-for-clients-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.
