Table of Contents

PayPal Express for Magento 2 REST API using Orders v2 User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 PayPal Express Orders v2 User Guide - REST API Checkout on the storefront. This wiki page remains the full technical documentation.

Extension context

This is a Toweringmedia Magento 2 extension guide for the current admin extension catalog.

Product page

Overview

This extension adds a PayPal Express payment method to Magento 2 built on PayPal's current REST Orders v2 API rather than the legacy NVP/SOAP integration. It supports sandbox and live environments and a configurable capture intent.

What this extension does

Requirements

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
composer require toweringmedia/module-paypal-express
 
bin/magento module:enable Toweringmedia_PaypalExpress
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

Currently published versions at the time of writing:

Toweringmedia packages are served from the licensed Composer repository https://composer.toweringmedia.com/. If Composer reports that the package could not be found, your credentials are missing or the license does not cover this package yet. Retrieve your keys from My Account on toweringmedia.com, or contact support@toweringmedia.com.

General installation notes that apply to every Toweringmedia extension are in the installation guide.

Configuration

Basic usage and what to expect

  1. Start in the sandbox environment with sandbox credentials and place a full test order end to end.
  2. Confirm the order, invoice, and PayPal transaction all reconcile before switching the environment to live.
  3. Switch to live credentials only after a successful sandbox order.

Notes and limitations

Validation checklist

Troubleshooting

Support