Magento (Adobe Commerce)
To integrate imsafu payment with Magento, you need to have basic knowledge of server operations. However, there's no need to worry as you can simply follow the instructions in the tutorial step by step.
Installation
Open the root Magento directory on your server and use the following command:
composer require imsafu/payment:1.0.0
At the Composer request, enter your Magento marketplace credentials (public key - username, private key - password). You can find your credentials in https://marketplace.magento.com/customer/accessKeys/
Run the following commands to upgrade Magento extension:
php bin/magento setup:upgrade
Clear Magento Cache
SYSTEM -> Cache Management -> Click “Flush Magento Cache”
Configuration
Click STORES -> Configuration
Then click Sales -> Payment Methods
find "imsafu Cryptocurrency Payment"
Parameter Description:
- Enabled: Whether to enable the plugin
- Merchant Secret: Please go to imsafu official website and click on "Join Waitlist" to fill out the form to apply for an API Key. (This field can be left blank if Test Mode is enabled)
- Title: The title of the payment method displayed on the checkout page.
- Receiving Address: Used to fill in the wallet address that receives the cryptocurrency. You can use a wallet address or a deposit address of an exchange.
- Brand Name: Used to display the merchant name on the payment platform.
- Test Mode: You can use the test network and test coins for payment testing. In this case, the Merchant Secret field is not required.