Type
magento2-module
Bolt payment gateway integration
magento2-module
MIT
None
None
None
None
None
<MAGENTO_ROOT>
folder and run the following
commands:$ composer require boltpay/bolt-magento2
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clean
$ php bin/magento cache:flush
Login to the store admin panel.
Navigate to Stores
> Configuration
> Sales
> Payment Methods
> Bolt Pay
.
The essential settings are described below.
Enabled
dropdown enables / disables the Bolt Payment method.
Select Yes to enable it.Title
such as Credit & Debit CardsAPI credentials
The following four required values, (i.e.
API Key
,Signing Secret
,Publishable Key - Multi Step
, andPublishable Key - Payment Only
can be found in your Bolt Merchant Dashboard underSettings
>Users and Keys
For production, these will be found at: https://merchant.bolt.com
For sandbox mode, use the following URL: https://merchant-sandbox.bolt.com"
no suffix
- the default, inserts the Bolt button in place of the element and removes the element
>>
>> |append
suffix - example-selector|append, inserts Bolt button right after the element
>>
>> |prepend
suffix - example-selector|prepend, inserts Bolt button right before the elementLogin to the Bolt Merchant Dashboard
Production: https://merchant.bolt.com
Sandbox: https://merchant-sandbox.bolt.com"
Settings
> Keys and URLs
URL Configurations
section[store_url]/rest/V1/bolt/boltpay/order/manage
[store_url]/rest/V1/bolt/boltpay/shipping/methods
Your Bolt Payment Plugin is now installed and configured.