Magento Configuration
Within the Magento dashboard you can access the module configuration by going to Stores -> Settings -> Configuration -> Sales -> Payment Methods -> Gr4vy.
There are three configuration sections.
API Configuration
This contains the basic set up. You will need to fill in
the Gr4vy ID
, Private Key
, and Environment
fields based on your environment.
API key
To use Magento you will need to generate a new API key. Head over to your dashboard and visit the Integrations page.
On this page, click the Add API key button, and select a name for your key. The name is purely for you to track what key is for what integration. You will need to upload the downloaded key to Magento via the configuration panel.
When creating an API key for Magento we recommend restricting the permissions for this key to Processing only. Additionally, in a Multi-Merchant environment, we recommend you restrict it to the targeted merchant account only.
Options
This allows you to further configure the behavior of the plugin.
Theming
Control of the theming of the Embed plugin used in Magento. See Embed theming for more details.
Webhook Configuration
The plugin supports handling incoming webhooks for asynchronous transaction status updates. To support webhooks you’ll need to setup the Magento Plugin webhook URL {{magento2_url}}/gr4vy/webhook/order
.
Was this page helpful?