# CPQ Integration Set-Up Guide

**Your step-by-step guide to integrating CPQ successfully.**

***

### How to Set up Your CPQ Integration

Connecting CPQ 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 (Team Preferences > Customization). The customer must already have an Alternative Payments account.
{% endhint %}

\#### **1.** Copy your Alternative Payments billing lin&#x6B;**.**

* Login to your Alternative Payments dashboard, [www.alternativepayments.io](https://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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcjwtK6lRmlaPBSktSUPvWNeSe6aZ3CemCLqChX6FS63oVdgYqSpR_Ee0ItLw-fVlyJUNwmMqxPMck3BVCNqQg7auJJilZz4ZyXzyRZcbOmGRv6QLIJaOXD6d_twaJKaUhiyVW1sQ?key=4IbhQ7u0BQlKEOkQqf1cEnLO" alt=""><figcaption></figcaption></figure>

#### **2.** Duplicate your Order Porter quote template.

* Log in to your ConnectWise CPQ dashboard
* Navigate to Settings > Document Branding > Order Porter Templates > Select your preferred template > Duplicate Group > Duplicate

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

{% hint style="info" %}
Note: If you want to use an out-of-the-box template, Order Porter has a content vault that contains all of the default templates. The default templates have the ConnectBooster and WisePay functionality built into them. To remove reference to these platforms, navigate to the new quote at the top, click the edit toggle in the upper right, and then click into the template you want to use. Open up a quote > Quote Setup > Order Porter Settings > Payment Processing > Select None. See the screenshots below for reference.
{% endhint %}

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

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

**3. Insert your Alternative Payments Billing Link into your accepted quotes.**

* Select the template you would like to edit and click the pencil icon beside EntryPoint

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

* Use Control+F (Windows) or Command+F (Mac) to search "Order Approved" and insert the following code into your email template, see screenshot below for reference:

`<a href="https://`**`[billinglink]`**`/custom-invoice?amount=#Quote.PrintedOrderPorterAmount" style=" color: black; font-weight: bold; text-decoration: underline; ">Click to pay</a>`

{% hint style="info" %}
Note: If you use a **custom email template,** you may be unable to find the "Order Approved" section.\
In this case you will need to preview your template, choose the best place where you wish to display the billing link, then open the HTML editor and paste the above code where it fits the best.
{% endhint %}

{% hint style="danger" %}
You must replace **\[billing link]** with the link you copied from your Alternative Payments dashboard in Step 1. The entire link, **https\://\[billinglink]/custom-invoice?amount=#Quote.PrintedOrderPorterAmount,** should be inserted as a hyperlink.
{% endhint %}

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

* Next, use Control+F (Windows) or Command+F (Mac) to search "This quote has been approved." within the "Panel ApprovedPannel" and insert the same code into your email, see the below screenshot for reference:

`<a href="https://[billinglink]/custom-invoice?amount=#Quote.PrintedQuoteTotal" style=" color: black; font-weight: bold; text-decoration: underline; ">Click to pay</a>`

{% hint style="danger" %}
You must replace **\[billing link]** with the link you copied from your Alternative Payments dashboard in Step 1. The entire link, **https\://\[billinglink]/custom-invoice?amount=#Quote.PrintedOrderPorterAmount**, should be inserted as a hyperlink.
{% endhint %}

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

* Save your updates

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

Your customers can now make payment once they have accepted a quote within CPQ! They will be redirected to make a payment using your custom billing link.

{% hint style="warning" %}
Ensure you use the Order Porter template you created to send your quotes!
{% endhint %}

### Customer Experience Overview

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.

**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: 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/quoting-integration-guides/cpq-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.
