Bolt - https://www.bolt.com
Magento cache must be cleared for the server to pick up the new plugin.
Configure the Magento Admin with your API keys found in the Bolt Merchant Dashboard.
The following values can be found in the Bolt Merchant Dashboard by navigating to Developer > API > Keys. You must set up at least one publishable key.
Key | Description | Required? |
---|---|---|
API Key | Calls Bolt API from your back-end server | Yes |
Signing Secret | Verifies signature by checking the authenticity of webhook requests | Yes |
Publishable Key - Multi-Step | Opens the Bolt Payment Popup typically on Shopping cart and product pages | No |
Publishable Key - Payment Only | Opens the Bolt Payment Popup typically on checkout pages | No |
Publishable Key - Back-office | Used in the back office of Magento for manually-created orders. | No |
Each Publishable Key type requires a separate division is set up for your account.
https://[store_url]/boltpay/api/hook
https://[store_url]/boltpay/shipping
https://[store_url]/boltpay/api/create_order
This step activates Bolt and display Bolt Checkout in your store to begin accepting payments.
Your Bolt Payment Plugin is now installed and configured.
To update the Bolt Plugin you must simply overwrite the old files with the new.
cp -rf your-bolt-plugin-version/* your-magento-root/
Bolt Plugin Version | Release Date | Supported Until | Open Source (CE) | Commerce (EE) |
---|---|---|---|---|
2.9.0 | 09/02/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.8.0 | 06/08/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.7.0 | 05/12/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.6.0 | 04/24/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.5.0 | 04/10/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.4.1 | 03/20/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.4.0 | 03/20/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.3.0 | 02/25/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.2.0 | 02/03/2020 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.1.0 | 09/21/2019 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.0.3 | 10/28/2019 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.0.2 | 10/08/2019 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.0.1 | 06/27/2019 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
2.0.0 | 06/12/2019 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
1.4.1 | 06/27/2019 | 02/28/2021 | 1.9 & Above | 1.12 & Above |
If at any point the plugin setup does not work within your environment and you wish to completely disable it in order to troubleshoot, do the following: