-
Notifications
You must be signed in to change notification settings - Fork 11
Magento2 plugin installation guide
To set up and configure Magento2 plugin for your Paxful payments, follow these steps:
-
Unzip the archive with the plugin in the directory /app/code, to the server on which Magento2 is installed.
-
Go to Magento2 root folder and enter the following commands to enable the module:
php bin/magento module:enable Paxful_Payments --clear-static-content
php bin/magento cache:clean
-
Delete content from /generated directory.
-
Configure Paxful Payments for Magento 2:
4.1. Launch Magento 2 and go to Stores → Configuration → Sales → Payment Methods.
4.2. In the Payment methods list click Paxful to expand.
4.3. Setup Merchant properties such as Merchant Id, API key, API secret, Bitcoin address and click Save Config.

Note: Merchant Id and API key can be found in your Merchant Dashboard in the Customization Panel.

API secret is created and displayed once after the creation of the merchant in Account → Settings → Developer. Save this key for future reference.

Bitcoin address is displayed in Wallet page.
