# Email Receipts

***

### Email Receipt for the Sender

Once a payment is sent, the sender receives an email confirmation with the following details:

* **Amount Sent:** The amount of USDC or other selected currency.
* **Date:** The date the payment was sent.
* **Payment Method:** Indicates the currency and network used (e.g., USDC via Base network).
* **Transaction ID:** A unique identifier for the transaction, allowing the sender to verify it on the blockchain if needed.
* **Invoice Number (if applicable):** The associated invoice number for easy reference.

The sender also has the option to **Download Receipts** for their records.

<figure><img src="/files/ogbKelOmMcGlUHL78mOQ" alt="" width="422"><figcaption></figcaption></figure>

***

### Email Receipt for the Receiver

Upon receiving a payment, the receiver gets an email notification with the following information:

* **Amount Received:** The amount received in USDC or other selected currency.
* **From:** The sender’s name and email address, providing clarity on the payment source.
* **Payment Method:** Specifies the currency and network used.
* **Transaction ID:** The unique identifier for the transaction, helping the receiver track and verify it if necessary.
* **Invoice Number (if applicable):** The associated invoice for easy record-keeping.

The receiver can click **View in the BraidPay Dashboard** to check the payment details directly within their account.

<figure><img src="/files/knxplvicar9SEzxMwy9S" alt="" width="408"><figcaption></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.braidpay.com/braidpay/accept-payments/email-receipts.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.
