PayPal Seamless Checkout (Form code)

Please click here for instructions on how to integrate PayPal with Direct API landers.

STEP 1

Create a PayPal Commerce mid. Instructions are located here.

STEP 2

Add this code inside the form element on the upsell page:

<?php $ksdk->echoUpsaleCheckoutButton(); ?>

STEP 3

Go to CRM | Campaigns and edit the campaign that you would like to use. Scroll down to the Landing Page section and click the Edit button

STEP 4

Open the Lander Editor and choose the PayPal MID you created in Step 1 from the PayPal Account drop-down list, then click the Update button to save your changes:

STEP 5

Download the Lander package and re-deploy the lander as described in this article and edit your checkout page to insert the following code snippet:

<?php $ksdk->echoPaypalSigninButton(); ?>

Insert this code inside of the form element:

<?php $ksdk->echoPaypalCheckoutButton(); ?>

Last updated