# HaloPSA Quotations Integration Set-Up Guide

**How to Set up Your HaloPSA Quotations**

Connecting HaloPSA’s Quotations with Alternative Payments is quick and seamless, allowing you to maintain your existing workflows while enhancing payment flexibility for your customers. Follow these steps to get started:

{% hint style="warning" %}
**Prerequisites:** Custom Invoices must be enabled in your dashboard (Team Preferences > Customization). The customer must already have an account in Alternative Payments.
{% endhint %}

**1. Copy your Alternative Payments billing link.**

* Login to your Alternative Payments dashboard, [www.alternativepayments.io](http://www.alternativepayments.io)
* Navigate to Accounts Receivable - Invoices from the side menu
* Click on the billing link at the top of the screen, under the Invoices header

**2. Edit Your PDF Templates.**

* Log into your HaloPSA instance
* Navigate to Configurations > Quotations > General Settings
* Scroll down to Edit Quote PDF Templates

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

**3. Insert your Alternative Payments Billing Link into your templates.**

* Select the template you want to add your custom payment link to. Note: You will need to do this for every single template if applicable.

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

* Click on Edit and navigate to the Pages section and click on the edit pencil icon next to the section you wish to input the custom link.

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

* Copy and paste the following HTML code into your preferred section of the Core Template HTML:
  * \<div>

\<a href="\[billing link]/custom-invoice?amount=$QUOTETOTAL" target="\_blank">Pay Here \</a>

\</div>

* Save your updates

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Note: You must replace [billing link] with the link you copied from your Alternative Payments dashboard in Step 1. You can also replace the Pay Here text with copy of your own choosing (ex: Pay Now, Click Here to Pay, etc.)</p></div>

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

**4. You’re all set! 🎉**

Your customers can now make payment once they have accepted a quote from HaloPSA Quoting They will be redirected to make a payment using your custom billing link.

<figure><img src="/files/7KnE3pKtBt8WSgRXjlHq" alt=""><figcaption></figcaption></figure>

#### Customer Experience Overview <a href="#customer-experience-overview" id="customer-experience-overview"></a>

1. Your customer receives a quote from you.
2. Your customer accepts the quote.
3. Your customer is prompted to make a payment using your branded payment link.
4. Once payment is made, your customer receives confirmation of the payment
5. (Partner experience) An Alternative invoice is created to record the payment. You can view this payment in the “Transactions” section of your Alternative Payments dashboard.

\
\
\
\
\
\ <br>


---

# 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://help.alternativepayments.io/integrations/psa-integration-guides/halopsa/halopsa-quotations-integration-set-up-guide.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.
