> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/paypal-commerce-checkout/paypal-commerce-checkout-legacy/paypal-seamless-checkout-2-click-upsells-without-reference-transactions.md).

# PayPal Seamless Checkout - 2-Click Upsells (without Reference Transactions)

This article provides instructions to perform 2-click upsells with PayPal legacy workflow. This is to be used in the scenario that a PayPal rep cannot enable the Reference Transactions option inside of your PayPal account.

***

{% hint style="info" %}
If you are using the CheckoutChamp funnel builder, please see the bottom [of this article](/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/payments/paypal.md#paypalseamlesscheckout-checkoutchamp-upsellswithoutreferencetransactionsenabled).
{% endhint %}

#### Follow the [PayPal Seamless Checkout (Legacy)](/crm/gateway-setup/gateway-integrations/paypal-commerce-checkout/paypal-commerce-checkout-legacy.md) instructions through Step 6. Instead of continuing with Step 7 on that article, follow the below instructions: <a href="#follow-the-paypal-seamless-checkout-direct-api-instructions-through-step-6.-instead-of-continuing-wi" id="follow-the-paypal-seamless-checkout-direct-api-instructions-through-step-6.-instead-of-continuing-wi"></a>

&#x20;

Pass the following on Import Upsale API call to process "2-click" upsells through PayPal.

1. **salesUrl =** the url of the page in your funnel that Paypal will redirect to on a successful transaction
2. **paySource** = PAYPAL
3. **paypalBillerId** (optional since it can be derived from the checkout)

&#x20;

The shopper will be redirected to PayPal just like they were redirected when buying main offer.

Once redirected back to the funnel, call Import Upsell again but include the **paypalAccept, token, and payerId** returned from PayPal on the upsell. This will complete the upsell transaction.

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


---

# 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.checkoutchamp.com/crm/gateway-setup/gateway-integrations/paypal-commerce-checkout/paypal-commerce-checkout-legacy/paypal-seamless-checkout-2-click-upsells-without-reference-transactions.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.
