payload / payload-magento2
Payload Magento2 Integration
Installs: 2 651
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0
- magento/module-backend: 102.0.*
- magento/module-checkout: 100.4.*
- magento/module-payment: 100.4.*
- magento/module-quote: 101.2.*
- magento/module-sales: 103.0.*
- magento/module-vault: 101.2.*
- payload/payload-api: >=0.3.5
Requires (Dev)
This package is not auto-updated.
Last update: 2025-04-04 00:49:51 UTC
README
A module for integrating Payload into a Magento2 store.
Install
-
Navigate to the root of your Magento installation
-
Install
payload-magento2
with composer
composer require payload/payload-magento2
Enable
bin/magento module:enable Payload_PayloadMagento bin/magento setup:upgrade
Configure
-
Login to Magento admin
-
Open the Stores > Configuration page
-
Navigate to the Sales > Payment Methods section
-
Scroll to the Payload section
-
Enter your Payload client and secret keys
-
(Optional) Provide a specific
processing_id
-
Set the Payload payment method to active
-
Save the changes
Documentation
To get further information on integrating with Payload, visit the unabridged Payload Documentation.