> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/preferences/customization/custom-payment-link-for-quotes.md).

# Custom Payment Link for Quotes

Speed up your sales cycle and improve cash flow by requesting upfront payments directly from your customers. Instead of waiting for an invoice to be generated later, you can add a custom payment link directly to your quotes, making it easy for customers to pay immediately. Our custom invoice link automatically records the payment in our system, streamlining the process for both you and your customers.

{% hint style="info" %}
NOTE: For this version of our custom payment link, the customer needs to already have an existing account in your Alternative Payments dashboard to Sign in and pay.
{% endhint %}

### How It Works

1. **Use the Custom Payment Link:** Copy and paste the following link into your quote, replacing the “\[billing link]” with your actual Alternative Payments billing link and “\[amount]” with the actual quote amount:

* Custom Payment Link: \[billing link]/custom-invoice?amount=\[amount]
* Example: pay.italternative.com/custom-invoice?amount=2000000

{% hint style="info" %}
If you need to enter a cent value, ensure you enter the amount as 20000.50
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeEzVLOiiyOnHnIXPNs-7EcXvIuRkTsIt-kZ4_YPBhsKfO_7HLDSMQomCRii0_8ELe8HQgOseLsA75yAUbnI6ODQVh1y5pr1Dq-QNovWINpbZha22-598b_06RmnBKz-UNF8t1cHw?key=QaUweARagdrpvG1P_H5qMRbT" alt=""><figcaption></figcaption></figure>

2. **Copy your Alternative Payments billing link.**
   * Login to your Alternative Payments dashboard, [app.alternativepayments.io](https://app.alternativepayments.io/)
   * Navigate to Accounts Receivable - [Invoices](https://app.alternativepayments.io/dashboard/invoices) from the side menu
   * Click on the billing link at the top of the screen, under the Invoices header
3. **Customer Makes Payment:** Once you've copied your billing link to the custom payment link, send the quote to your customer. When your customer accesses the link and completes their payment, an internal invoice is automatically created in our system to record the transaction.

That’s it! You’re all set to start accepting quotes with a custom payment link.

\
**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# 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://help.alternativepayments.io/preferences/customization/custom-payment-link-for-quotes.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.
