Skip to content

Magento2 plugin installation guide

eslinko edited this page Mar 30, 2020 · 4 revisions

Pay with Paxful Magento2 plugin

Installation and configuration guide

To set up and configure Magento2 plugin for your Paxful payments, follow these steps:

  1. Unzip the archive with the plugin in the directory /app/code, to the server on which Magento2 is installed.

  2. 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

  1. Delete content from /generated directory.

  2. Configure Paxful Payments for Magento 2:

4.1. Launch Magento 2 and go to StoresConfigurationSalesPayment 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 AccountSettingsDeveloper. Save this key for future reference.

Bitcoin address is displayed in Wallet page.

Clone this wiki locally