PayPal Seamless Checkout - 2-Click Upsells (without Reference Transactions)
Last updated
Last updated
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.
Pass the following on Import Upsale API call to process "2-click" upsells through PayPal.
salesUrl = the url of the page in your funnel that Paypal will redirect to on a successful transaction
paySource = PAYPAL
paypalBillerId (optional since it can be derived from the checkout)
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.