# Pay Invoices & Payment Links

### 1. Paying an Invoice

* **Access the Invoice**: Customers receive an email with the invoice details and a **Pay This Invoice** button.
* **Invoice Payment Page**: Clicking on the button takes them to a payment page with:
  * Details of the invoice, including item description, quantity, and total amount.
  * Two payment options:
    1. **Pay with External Wallet**:
       * Select the network (e.g., Ethereum, Polygon, Base, Solana).
       * A QR code and wallet address are generated for the payment. Scan the QR code or copy the wallet address to complete payment.&#x20;
       * After payment is made, a success message appears, and the customer receives an email receipt.
    2. **Pay with BraidPay Account**:
       * Log into your BraidPay account, unlock your wallet, select an available currency, and complete the payment using your BraidPay balance.

<figure><img src="/files/1EnC1cUEuUc7IeUqVowO" alt=""><figcaption></figcaption></figure>

***

### 2. Paying via a Payment Link

* **Access the Payment Link**: The payment link can be shared in various ways (email, message, website, etc.). Clicking on the link directs the you to a similar payment page.
* **Payment Page**:
  * Summary of the payment, including item description and total amount.
  * Two payment options:
    * **Pay with External Wallet**:
      * Select the network (e.g., Ethereum, Polygon, Base, Solana).
      * A QR code and wallet address are generated for the payment. Scan the QR code or copy the wallet address to complete payment.&#x20;
      * After payment is made, a success message appears, and you receives an email receipt.
    * Log into your BraidPay account, unlock your wallet, select an available currency, and complete the payment using your BraidPay balance.

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

#### Future Payment Options

BraidPay plans to roll out additional payment options, including ACH and credit card payments, providing even more flexibility for customers.


---

# 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/pay-with-braidpay/pay-invoices-and-payment-links.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.
