# sapient/module-worldpay

> Sapient WorldPay Payment Module

`composer require sapient/module-worldpay`

Canonical URL: https://packagento.com/sapient/module-worldpay

## At a glance

- **Vendor**: sapient (https://packagento.com/sapient.md)
- **Latest version**: 2.4.9-beta10426 — released 2026-04-27
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/sapient/module-worldpay and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require sapient/module-worldpay:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

Sapient WorldPay Payment Module

## Recent Versions

| Version | Released |
|---|---|
| 2.4.9-beta10426 | 2026-04-27 |
| 2.4.7-p90426 | 2026-04-27 |
| 2.4.8-p40426 | 2026-04-27 |
| 2.4.6-p130126 | 2026-01-30 |
| 2.4.7-p80126 | 2026-01-30 |
| 2.4.8-p30126 | 2026-01-30 |
| 2.4.7-p70925 | 2025-09-30 |
| 2.4.8-p20925 | 2025-09-30 |
| 2.4.6-p120925 | 2025-09-30 |
| 2.4.8-p10725 | 2025-09-11 |

Showing 10 of 69 versions. Full release history on https://packagento.com/sapient/module-worldpay.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magento/module-payment | >=100.0.0 |
| magento/module-quote | >=100.0.0 |
| magento/module-sales | >=100.0.0 |
| magento/module-vault | >=100.0.0 |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["sapient/module-worldpay"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

sapient is a Magento 2 vendor on Packagento. See https://packagento.com/sapient.md for their full catalogue.

